Searched refs:hid_desc (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/drivers/hid/surface-hid/ |
H A D | surface_hid_core.c | 47 (u8 *)&shid->hid_desc, sizeof(shid->hid_desc)); in surface_hid_load_hid_descriptor() 51 if (shid->hid_desc.desc_len != sizeof(shid->hid_desc)) { in surface_hid_load_hid_descriptor() 53 shid->hid_desc.desc_len, sizeof(shid->hid_desc)); in surface_hid_load_hid_descriptor() 57 if (shid->hid_desc.desc_type != HID_DT_HID) { in surface_hid_load_hid_descriptor() 59 shid->hid_desc.desc_type, HID_DT_HID); in surface_hid_load_hid_descriptor() 63 if (shid->hid_desc.num_descriptors != 1) { in surface_hid_load_hid_descriptor() 65 shid->hid_desc in surface_hid_load_hid_descriptor() [all...] |
H A D | surface_hid_core.h | 63 struct surface_hid_descriptor hid_desc; member
|
/kernel/linux/linux-5.10/drivers/input/tablet/ |
H A D | gtco.c | 838 struct hid_descriptor *hid_desc; in gtco_probe() local 903 HID_DEVICE_TYPE, &hid_desc) != 0) { in gtco_probe() 912 hid_desc->bDescriptorType, hid_desc->wDescriptorLength); in gtco_probe() 914 report = kzalloc(le16_to_cpu(hid_desc->wDescriptorLength), GFP_KERNEL); in gtco_probe() 930 le16_to_cpu(hid_desc->wDescriptorLength), in gtco_probe() 934 if (result == le16_to_cpu(hid_desc->wDescriptorLength)) { in gtco_probe() 943 if (result != le16_to_cpu(hid_desc->wDescriptorLength)) { in gtco_probe() 946 hid_desc->wDescriptorLength); in gtco_probe()
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-hyperv.c | 147 struct hid_descriptor *hid_desc; member 175 kfree(device->hid_desc); in mousevsc_free_device() 196 kfree(input_device->hid_desc); in mousevsc_on_receive_device_info() 197 input_device->hid_desc = kmemdup(desc, desc->bLength, GFP_ATOMIC); in mousevsc_on_receive_device_info() 199 if (!input_device->hid_desc) in mousevsc_on_receive_device_info()
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-hyperv.c | 139 struct hid_descriptor *hid_desc; member 167 kfree(device->hid_desc); in mousevsc_free_device() 188 kfree(input_device->hid_desc); in mousevsc_on_receive_device_info() 189 input_device->hid_desc = kmemdup(desc, desc->bLength, GFP_ATOMIC); in mousevsc_on_receive_device_info() 191 if (!input_device->hid_desc) in mousevsc_on_receive_device_info()
|
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | cyttsp5.c | 200 struct cyttsp5_hid_desc hid_desc; member 795 error = cyttsp5_get_hid_descriptor(ts, &ts->hid_desc); in cyttsp5_startup()
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/ |
H A D | coex.c | 2407 struct rtw89_btc_bt_hid_desc *hid = &bt_linfo->hid_desc; in _check_freerun() 2861 struct rtw89_btc_bt_hid_desc *hid = &btc->cx.bt.link_info.hid_desc; in rtw89_btc_set_policy_v1() 3501 struct rtw89_btc_bt_hid_desc *hid = &bt->link_info.hid_desc; in _action_bt_hid() 3921 struct rtw89_btc_bt_hid_desc *hid = &b->hid_desc; in _set_wl_tx_limit() 4051 struct rtw89_btc_bt_hid_desc hid = bt_linfo->hid_desc; in _action_by_bt() 4059 if (bt_linfo->hid_desc.exist) in _action_by_bt() 5424 struct rtw89_btc_bt_hid_desc *hid = &b->hid_desc; in rtw89_btc_ntfy_specific_packet() 5533 struct rtw89_btc_bt_hid_desc *hid = &b->hid_desc; in _update_bt_info() 6348 struct rtw89_btc_bt_hid_desc hid = bt_linfo->hid_desc; in _show_bt_profile_info() 6426 bt_linfo->hid_desc in _show_bt_info() [all...] |
H A D | core.h | 1539 struct rtw89_btc_bt_hid_desc hid_desc; member
|
Completed in 32 milliseconds