Home
last modified time | relevance | path

Searched defs:hdev (Results 176 – 200 of 226) sorted by relevance

12345678910

/Linux-v4.19/drivers/hid/
Dhid-betopff.c118 static int betop_probe(struct hid_device *hdev, const struct hid_device_id *id) in betop_probe()
Dhid-picolcd.h75 struct hid_device *hdev; member
163 struct hid_device *hdev, struct hid_report *report) in picolcd_debug_out_report()
167 struct hid_device *hdev, struct hid_report *report, in picolcd_debug_raw_event()
Dhid-wiimote-core.c25 static int wiimote_hid_send(struct hid_device *hdev, __u8 *buffer, in wiimote_hid_send()
1620 static int wiimote_hid_event(struct hid_device *hdev, struct hid_report *report, in wiimote_hid_event()
1736 static struct wiimote_data *wiimote_create(struct hid_device *hdev) in wiimote_create()
1789 static int wiimote_hid_probe(struct hid_device *hdev, in wiimote_hid_probe()
1861 static void wiimote_hid_remove(struct hid_device *hdev) in wiimote_hid_remove()
Dhid-holtekff.c187 static int holtek_probe(struct hid_device *hdev, const struct hid_device_id *id) in holtek_probe()
Dhid-pl.c190 static int pl_probe(struct hid_device *hdev, const struct hid_device_id *id) in pl_probe()
Dhid-tmff.c213 static int tm_probe(struct hid_device *hdev, const struct hid_device_id *id) in tm_probe()
Dhid-led.c101 struct hid_device *hdev; member
451 static int hidled_probe(struct hid_device *hdev, const struct hid_device_id *id) in hidled_probe()
/Linux-v4.19/net/bluetooth/
Dsco.c106 struct hci_dev *hdev = hcon->hdev; in sco_conn_add() local
218 struct hci_dev *hdev; in sco_connect() local
729 struct hci_dev *hdev = conn->hdev; in sco_conn_defer_accept() local
1082 int sco_connect_ind(struct hci_dev *hdev, bdaddr_t *bdaddr, __u8 *flags) in sco_connect_ind()
Dl2cap_core.c1140 struct hci_dev *hdev; in __amp_capable() local
1489 struct hci_dev *hdev = hcon->hdev; in l2cap_le_conn_ready() local
1603 struct hci_dev *hdev = conn->hcon->hdev; in l2cap_register_user() local
1641 struct hci_dev *hdev = conn->hcon->hdev; in l2cap_unregister_user() local
3921 struct hci_dev *hdev = conn->hcon->hdev; in l2cap_connect_req() local
4477 struct hci_dev *hdev; in l2cap_create_channel_req() local
4941 struct hci_dev *hdev; in l2cap_move_channel_req() local
7073 struct hci_dev *hdev; in l2cap_chan_connect() local
7233 int l2cap_connect_ind(struct hci_dev *hdev, bdaddr_t *bdaddr) in l2cap_connect_ind()
7300 struct hci_dev *hdev = hcon->hdev; in l2cap_connect_cfm() local
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_main.h80 void *hdev; /* hchgevf device it is part of */ member
180 static inline bool hclgevf_dev_ongoing_reset(struct hclgevf_dev *hdev) in hclgevf_dev_ongoing_reset()
187 static inline bool hclgevf_dev_ongoing_full_reset(struct hclgevf_dev *hdev) in hclgevf_dev_ongoing_full_reset()
/Linux-v4.19/drivers/pci/controller/
Dpci-hyperv.c441 struct hv_device *hdev; member
564 static int wait_for_response(struct hv_device *hdev, in wait_for_response()
2063 static int hv_pci_protocol_negotiation(struct hv_device *hdev) in hv_pci_protocol_negotiation()
2283 static int hv_pci_enter_d0(struct hv_device *hdev) in hv_pci_enter_d0()
2339 static int hv_pci_query_relations(struct hv_device *hdev) in hv_pci_query_relations()
2379 static int hv_send_resources_allocated(struct hv_device *hdev) in hv_send_resources_allocated()
2454 static int hv_send_resources_released(struct hv_device *hdev) in hv_send_resources_released()
2500 static int hv_pci_probe(struct hv_device *hdev, in hv_pci_probe()
2627 static void hv_pci_bus_exit(struct hv_device *hdev) in hv_pci_bus_exit()
2675 static int hv_pci_remove(struct hv_device *hdev) in hv_pci_remove()
/Linux-v4.19/include/linux/
Dhid.h628 static inline void *hid_get_drvdata(struct hid_device *hdev) in hid_get_drvdata()
633 static inline void hid_set_drvdata(struct hid_device *hdev, void *data) in hid_set_drvdata()
828 static inline bool hid_is_using_ll_driver(struct hid_device *hdev, in hid_is_using_ll_driver()
1011 static inline int __must_check hid_parse(struct hid_device *hdev) in hid_parse()
1032 static inline int hid_hw_power(struct hid_device *hdev, int level) in hid_hw_power()
1045 static inline void hid_hw_request(struct hid_device *hdev, in hid_hw_request()
1068 static inline int hid_hw_raw_request(struct hid_device *hdev, in hid_hw_raw_request()
1088 static inline int hid_hw_output_report(struct hid_device *hdev, __u8 *buf, in hid_hw_output_report()
1108 static inline int hid_hw_idle(struct hid_device *hdev, int report, int idle, in hid_hw_idle()
1122 static inline void hid_hw_wait(struct hid_device *hdev) in hid_hw_wait()
Dhid-debug.h46 struct hid_device *hdev; member
/Linux-v4.19/net/nfc/hci/
Dllc.c101 struct nfc_llc *nfc_llc_allocate(const char *name, struct nfc_hci_dev *hdev, in nfc_llc_allocate()
Dllc_shdlc.c38 struct nfc_hci_dev *hdev; member
749 static void *llc_shdlc_init(struct nfc_hci_dev *hdev, xmit_to_drv_t xmit_to_drv, in llc_shdlc_init()
/Linux-v4.19/drivers/bluetooth/
Dhci_h4.c170 struct sk_buff *h4_recv_buf(struct hci_dev *hdev, struct sk_buff *skb, in h4_recv_buf()
Dhci_nokia.c540 static int nokia_recv_negotiation_packet(struct hci_dev *hdev, in nokia_recv_negotiation_packet()
578 static int nokia_recv_alive_packet(struct hci_dev *hdev, struct sk_buff *skb) in nokia_recv_alive_packet()
613 static int nokia_recv_radio(struct hci_dev *hdev, struct sk_buff *skb) in nokia_recv_radio()
Dhci_bcm.c145 struct hci_dev *hdev = hu->hdev; in bcm_set_baudrate() local
341 static int bcm_set_diag(struct hci_dev *hdev, bool enable) in bcm_set_diag()
/Linux-v4.19/drivers/hid/intel-ish-hid/
Dishtp-hid.c62 static int ishtp_raw_request(struct hid_device *hdev, unsigned char reportnum, in ishtp_raw_request()
/Linux-v4.19/net/nfc/nci/
Dhci.c122 static void nci_hci_reset_pipes(struct nci_hci_dev *hdev) in nci_hci_reset_pipes()
415 struct nci_hci_dev *hdev = in nci_hci_msg_rx_work() local
789 struct nci_hci_dev *hdev; in nci_hci_allocate() local
/Linux-v4.19/drivers/nfc/microread/
Di2c.c51 struct nfc_hci_dev *hdev; member
/Linux-v4.19/drivers/isdn/hardware/eicon/
Dos_bri.c82 void *hdev; in diva_bri_init_card() local
Ddivasmain.c348 void diva_init_dma_map(void *hdev, in diva_init_dma_map()
385 void diva_free_dma_map(void *hdev, struct _diva_dma_map_entry *pmap) in diva_free_dma_map()
Dxdi_adapter.h13 void *hdev; member
Dos_pri.c806 void *hdev; in pri_get_serial_number() local

12345678910