Searched refs:hdev (Results 1 – 8 of 8) sorted by relevance
| /device/soc/rockchip/common/sdk_linux/drivers/hid/ |
| D | hid-core.c | 1819 bool hid_match_one_id(const struct hid_device *hdev, const struct hid_device_id *id) in hid_match_one_id() argument 1821 return (id->bus == HID_BUS_ANY || id->bus == hdev->bus) && in hid_match_one_id() 1822 (id->group == HID_GROUP_ANY || id->group == hdev->group) && in hid_match_one_id() 1823 (id->vendor == HID_ANY_ID || id->vendor == hdev->vendor) && in hid_match_one_id() 1824 (id->product == HID_ANY_ID || id->product == hdev->product); in hid_match_one_id() 1827 const struct hid_device_id *hid_match_id(const struct hid_device *hdev, const struct hid_device_id … in hid_match_id() argument 1830 if (hid_match_one_id(hdev, id)) { in hid_match_id() 1842 static bool hid_hiddev(struct hid_device *hdev) in hid_hiddev() argument 1844 return !!hid_match_id(hdev, hid_hiddev_list); in hid_hiddev() 1851 struct hid_device *hdev = to_hid_device(dev); in read_report_descriptor() local [all …]
|
| D | hid-input.c | 307 static unsigned find_battery_quirk(struct hid_device *hdev) in find_battery_quirk() argument 312 match = hid_match_id(hdev, hid_battery_quirks); in find_battery_quirk()
|
| /device/board/hihope/dayu210/kernel/kernel_patch/linux-5.10/dayu210_patch/ |
| D | hdf.patch | 162 +static void notify_connect_event(struct hid_device *hdev) 171 + type = check_mouse(hdev->name)?HID_TYPE_MOUSE:type; 172 + type = check_kbd(hdev->name)?HID_TYPE_KEYBOARD:type; 173 + type = check_rocker(hdev->name)?HID_TYPE_ROCKER:type; 174 + type = check_encoder(hdev->name)?HID_TYPE_ENCODER:type; 175 + type = check_trackball(hdev->name)?HID_TYPE_TRACKBALL:type; 186 + dev->devName = hdev->name; 187 + hdev->input_dev = HidRegisterHdfInputDev(dev); 188 + if (hdev->input_dev == NULL) { 196 int hid_connect(struct hid_device *hdev, unsigned int connect_mask) [all …]
|
| D | kernel.patch | 59962 - } else if (hub_is_superspeed(hub->hdev)) 59971 if (portchange || (hub_is_superspeed(hub->hdev) && 59981 if (hdev->parent) { /* normal device */ 59982 - usb_enable_autosuspend(hdev); 59983 + if (!(hdev->parent->quirks & USB_QUIRK_AUTO_SUSPEND)) 59984 + usb_enable_autosuspend(hdev); 59986 const struct hc_driver *drv = bus_to_hcd(hdev->bus)->driver; 60066 if (hcd->driver->relinquish_port && !hub->hdev->parent) { 67238 -static int xhci_pci_update_hub_device(struct usb_hcd *hcd, struct usb_device *hdev, 67308 -static void xhci_find_lpm_incapable_ports(struct usb_hcd *hcd, struct usb_device *hdev) [all …]
|
| /device/soc/rockchip/common/sdk_linux/net/bluetooth/ |
| D | sco.c | 127 struct hci_dev *hdev = hcon->hdev; in sco_conn_add() local 145 if (hdev->sco_mtu > 0) { in sco_conn_add() 146 conn->mtu = hdev->sco_mtu; in sco_conn_add() 243 static int sco_connect(struct hci_dev *hdev, struct sock *sk) in sco_connect() argument 251 if (lmp_esco_capable(hdev) && !disable_esco) { in sco_connect() 257 …i(sk)->setting == BT_VOICE_TRANSPARENT && (!lmp_transp_capable(hdev) || !lmp_esco_capable(hdev))) { in sco_connect() 261 hcon = hci_connect_sco(hdev, type, &sco_pi(sk)->dst, sco_pi(sk)->setting); in sco_connect() 578 struct hci_dev *hdev; in sco_sock_connect() local 597 hdev = hci_get_route(&sa->sco_bdaddr, &sco_pi(sk)->src, BDADDR_BREDR); in sco_sock_connect() 598 if (!hdev) { in sco_sock_connect() [all …]
|
| D | l2cap_sock.c | 1031 if (!conn || !lmp_no_flush_capable(conn->hcon->hdev)) { in l2cap_sock_setsockopt()
|
| /device/board/hihope/rk3568/audio_drivers/codec/rk809_codec/include/ |
| D | rk809_codec_impl.h | 38 struct HdfDeviceObject *hdev; member
|
| /device/soc/rockchip/rk3588/kernel/include/linux/usb/ |
| D | hcd.h | 398 int (*update_hub_device)(struct usb_hcd *, struct usb_device *hdev, 519 extern void usb_wakeup_notification(struct usb_device *hdev,
|