Home
last modified time | relevance | path

Searched refs:hid_add_device (Results 1 – 20 of 20) sorted by relevance

/linux/sound/soc/sdca/
H A Dsdca_hid.c113 ret = hid_add_device(hid); in sdca_add_hid_device()
/linux/drivers/hid/intel-thc-hid/intel-quicki2c/
H A Dquicki2c-hid.c17 * This function gets called during call to hid_add_device
124 ret = hid_add_device(hid); in quicki2c_hid_probe()
/linux/drivers/hid/intel-thc-hid/intel-quickspi/
H A Dquickspi-hid.c16 * This function gets called during call to hid_add_device
123 ret = hid_add_device(hid); in quickspi_hid_probe()
/linux/drivers/hid/amd-sfh-hid/
H A Damd_sfh_hid.c23 * This function gets called during call to hid_add_device
159 rc = hid_add_device(hid); in amdtp_hid_probe()
/linux/drivers/hid/intel-ish-hid/
H A Dishtp-hid.c17 * This function gets called during call to hid_add_device
241 rv = hid_add_device(hid); in ishtp_hid_probe()
/linux/drivers/hid/surface-hid/
H A Dsurface_hid_core.c220 status = hid_add_device(shid->hid); in surface_hid_device_add()
/linux/drivers/staging/greybus/
H A Dhid.c470 ret = hid_add_device(hid); in gb_hid_probe()
/linux/drivers/hid/
H A Dhid-hyperv.c514 ret = hid_add_device(hid_dev); in mousevsc_probe()
H A Dhid-goodix-spi.c241 * This function gets called during call to hid_add_device
662 error = hid_add_device(hid); in goodix_hid_init()
H A Duhid.c33 * userspace. The flag is already set before hid_add_device(), which
34 * runs in workqueue context, to allow hid_add_device() to communicate
36 * However, if hid_add_device() fails, the flag is cleared without
73 ret = hid_add_device(uhid->hid); in uhid_device_add_worker()
H A Dhid-core.c2870 int hid_add_device(struct hid_device *hdev) in hid_add_device() function
2931 EXPORT_SYMBOL_GPL(hid_add_device);
H A Dhid-logitech-dj.c784 if (hid_add_device(dj_hiddev)) { in logi_dj_recv_add_djhid_device()
H A Dhid-steam.c1289 ret = hid_add_device(steam->client_hdev); in steam_probe()
/linux/drivers/platform/x86/tuxedo/nb04/
H A Dwmi_ab.c846 ret = hid_add_device(hdev); in tux_virt_lamparray_add_device()
/linux/Documentation/hid/
H A Dhid-transport.rst214 ret = hid_add_device(hid);
218 Once hid_add_device() is entered, HID core might use the callbacks provided in
H A Dintel-ish-hid.rst338 hid_add_device | | |
/linux/drivers/platform/x86/
H A Dasus-tf103c-dock.c852 ret = hid_add_device(dock->hid); in tf103c_dock_probe()
/linux/include/linux/
H A Dhid.h926 extern int hid_add_device(struct hid_device *);
/linux/net/bluetooth/hidp/
H A Dcore.c856 ret = hid_add_device(session->hid); in hidp_session_dev_add()
/linux/drivers/hid/usbhid/
H A Dhid-core.c1435 ret = hid_add_device(hid); in usbhid_probe()