Home
last modified time | relevance | path

Searched defs:hdev (Results 251 – 275 of 320) sorted by relevance

1...<<111213

/Linux-v6.1/include/linux/
Dhid.h659 static inline void *hid_get_drvdata(struct hid_device *hdev) in hid_get_drvdata()
664 static inline void hid_set_drvdata(struct hid_device *hdev, void *data) in hid_set_drvdata()
861 static inline bool hid_is_using_ll_driver(struct hid_device *hdev, in hid_is_using_ll_driver()
867 static inline bool hid_is_usb(struct hid_device *hdev) in hid_is_usb()
960 static inline int hid_driver_suspend(struct hid_device *hdev, pm_message_t state) { return 0; } in hid_driver_suspend()
961 static inline int hid_driver_reset_resume(struct hid_device *hdev) { return 0; } in hid_driver_reset_resume()
962 static inline int hid_driver_resume(struct hid_device *hdev) { return 0; } in hid_driver_resume()
1092 static inline int __must_check hid_parse(struct hid_device *hdev) in hid_parse()
1120 static inline int hid_hw_power(struct hid_device *hdev, int level) in hid_hw_power()
1134 static inline int hid_hw_idle(struct hid_device *hdev, int report, int idle, in hid_hw_idle()
[all …]
Dhid-debug.h33 struct hid_device *hdev; member
/Linux-v6.1/sound/soc/sof/intel/
Dicl.c60 struct sof_intel_hda_dev *hdev = sdev->pdata->hw_pdata; in icl_dsp_post_fw_run() local
/Linux-v6.1/net/bluetooth/
Diso.c250 struct hci_dev *hdev; in iso_connect_bis() local
313 struct hci_dev *hdev; in iso_connect_cis() local
854 struct hci_dev *hdev; in iso_listen_bis() local
1086 struct hci_dev *hdev = conn->hdev; in iso_conn_defer_accept() local
1507 int iso_connect_ind(struct hci_dev *hdev, bdaddr_t *bdaddr, __u8 *flags) in iso_connect_ind()
/Linux-v6.1/drivers/hwmon/
Daquacomputer_d5next.c265 struct hid_device *hdev; member
673 static int aqc_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *data, int size) in aqc_raw_event()
817 static int aqc_probe(struct hid_device *hdev, const struct hid_device_id *id) in aqc_probe()
977 static void aqc_remove(struct hid_device *hdev) in aqc_remove()
/Linux-v6.1/drivers/hid/
Dhid-picolcd.h65 struct hid_device *hdev; member
153 struct hid_device *hdev, struct hid_report *report) in picolcd_debug_out_report()
157 struct hid_device *hdev, struct hid_report *report, in picolcd_debug_raw_event()
Dhid-wiimote-core.c22 static int wiimote_hid_send(struct hid_device *hdev, __u8 *buffer, in wiimote_hid_send()
1617 static int wiimote_hid_event(struct hid_device *hdev, struct hid_report *report, in wiimote_hid_event()
1729 static struct wiimote_data *wiimote_create(struct hid_device *hdev) in wiimote_create()
1782 static int wiimote_hid_probe(struct hid_device *hdev, in wiimote_hid_probe()
1854 static void wiimote_hid_remove(struct hid_device *hdev) in wiimote_hid_remove()
Dhid-emsff.c106 static int ems_probe(struct hid_device *hdev, const struct hid_device_id *id) in ems_probe()
Dhid-megaworld.c88 static int mwctrl_probe(struct hid_device *hdev, const struct hid_device_id *id) in mwctrl_probe()
Dhid-zpff.c104 static int zp_probe(struct hid_device *hdev, const struct hid_device_id *id) in zp_probe()
Dhid-sjoy.c118 static int sjoy_probe(struct hid_device *hdev, const struct hid_device_id *id) in sjoy_probe()
Dhid-betopff.c122 static int betop_probe(struct hid_device *hdev, const struct hid_device_id *id) in betop_probe()
Dhid-holtekff.c181 static int holtek_probe(struct hid_device *hdev, const struct hid_device_id *id) in holtek_probe()
Dhid-pl.c178 static int pl_probe(struct hid_device *hdev, const struct hid_device_id *id) in pl_probe()
/Linux-v6.1/drivers/bluetooth/
Dh4_recv.h41 static inline struct sk_buff *h4_recv_buf(struct hci_dev *hdev, in h4_recv_buf()
Dhci_nokia.c531 static int nokia_recv_negotiation_packet(struct hci_dev *hdev, in nokia_recv_negotiation_packet()
569 static int nokia_recv_alive_packet(struct hci_dev *hdev, struct sk_buff *skb) in nokia_recv_alive_packet()
604 static int nokia_recv_radio(struct hci_dev *hdev, struct sk_buff *skb) in nokia_recv_radio()
Dhci_h4.c154 struct sk_buff *h4_recv_buf(struct hci_dev *hdev, struct sk_buff *skb, in h4_recv_buf()
/Linux-v6.1/drivers/nfc/
Dmei_phy.h33 struct nfc_hci_dev *hdev; member
/Linux-v6.1/drivers/pci/controller/
Dpci-hyperv.c493 struct hv_device *hdev; member
1006 static int wait_for_response(struct hv_device *hdev, in wait_for_response()
2818 struct hv_device *hdev = hbus->hdev; in hv_pci_eject_device() local
3025 static int hv_pci_protocol_negotiation(struct hv_device *hdev, in hv_pci_protocol_negotiation()
3248 static int hv_pci_enter_d0(struct hv_device *hdev) in hv_pci_enter_d0()
3304 static int hv_pci_query_relations(struct hv_device *hdev) in hv_pci_query_relations()
3344 static int hv_send_resources_allocated(struct hv_device *hdev) in hv_send_resources_allocated()
3421 static int hv_send_resources_released(struct hv_device *hdev) in hv_send_resources_released()
3502 static int hv_pci_probe(struct hv_device *hdev, in hv_pci_probe()
3734 static int hv_pci_bus_exit(struct hv_device *hdev, bool keep_devs) in hv_pci_bus_exit()
[all …]
/Linux-v6.1/sound/hda/ext/
Dhdac_ext_bus.c92 struct hdac_device *hdev = dev_to_hdac_dev(dev); in get_hdev() local
/Linux-v6.1/net/nfc/hci/
Dllc.c90 struct nfc_llc *nfc_llc_allocate(const char *name, struct nfc_hci_dev *hdev, in nfc_llc_allocate()
/Linux-v6.1/drivers/net/ethernet/google/gve/
Dgve_rx_dqo.c179 struct device *hdev = &priv->pdev->dev; in gve_rx_free_ring_dqo() local
227 struct device *hdev = &priv->pdev->dev; in gve_rx_alloc_ring_dqo() local
/Linux-v6.1/net/nfc/nci/
Dhci.c110 static void nci_hci_reset_pipes(struct nci_hci_dev *hdev) in nci_hci_reset_pipes()
406 struct nci_hci_dev *hdev = in nci_hci_msg_rx_work() local
774 struct nci_hci_dev *hdev; in nci_hci_allocate() local
/Linux-v6.1/drivers/gpu/drm/hyperv/
Dhyperv_drm.h37 struct hv_device *hdev; member
/Linux-v6.1/drivers/hid/amd-sfh-hid/
Damd_sfh_hid.c55 static int amdtp_raw_request(struct hid_device *hdev, u8 reportnum, in amdtp_raw_request()

1...<<111213