Home
last modified time | relevance | path

Searched defs:hdev (Results 226 – 250 of 346) sorted by relevance

12345678910>>...14

/openbmc/linux/drivers/hid/
H A Dhid-aureal.c21 static __u8 *aureal_report_fixup(struct hid_device *hdev, __u8 *rdesc, in aureal_report_fixup()
H A Dhid-redragon.c36 static __u8 *redragon_report_fixup(struct hid_device *hdev, __u8 *rdesc, in redragon_report_fixup()
H A Dhid-ortek.c25 static __u8 *ortek_report_fixup(struct hid_device *hdev, __u8 *rdesc, in ortek_report_fixup()
H A Dhid-nti.c32 static __u8 *nti_usbsun_report_fixup(struct hid_device *hdev, __u8 *rdesc, in nti_usbsun_report_fixup()
H A Dhid-macally.c21 static __u8 *macally_report_fixup(struct hid_device *hdev, __u8 *rdesc, in macally_report_fixup()
H A Dhid-semitek.c14 static __u8 *semitek_report_fixup(struct hid_device *hdev, __u8 *rdesc, in semitek_report_fixup()
H A Dhid-topre.c24 static __u8 *topre_report_fixup(struct hid_device *hdev, __u8 *rdesc, in topre_report_fixup()
H A Dhid-xinmo.c25 static int xinmo_event(struct hid_device *hdev, struct hid_field *field, in xinmo_event()
H A Dhid-keytouch.c27 static __u8 *keytouch_report_fixup(struct hid_device *hdev, __u8 *rdesc, in keytouch_report_fixup()
H A Dhid-vivaldi.c17 static int vivaldi_probe(struct hid_device *hdev, in vivaldi_probe()
H A Dhid-sigmamicro.c102 static __u8 *sm_report_fixup(struct hid_device *hdev, __u8 *rdesc, in sm_report_fixup()
H A Dhid-maltron.c140 static __u8 *maltron_report_fixup(struct hid_device *hdev, __u8 *rdesc, in maltron_report_fixup()
H A Dhid-xiaomi.c64 static __u8 *xiaomi_report_fixup(struct hid_device *hdev, __u8 *rdesc, in xiaomi_report_fixup()
H A Dhid-viewsonic.c73 static __u8 *viewsonic_report_fixup(struct hid_device *hdev, __u8 *rdesc, in viewsonic_report_fixup()
H A Dhid-accutouch.c19 static int accutouch_input_mapping(struct hid_device *hdev, in accutouch_input_mapping()
H A Dhid-penmount.c18 static int penmount_input_mapping(struct hid_device *hdev, in penmount_input_mapping()
H A Dhid-evision.c17 static int evision_input_mapping(struct hid_device *hdev, struct hid_input *hi, in evision_input_mapping()
H A Dhid-picolcd_debugfs.c385 struct hid_device *hdev, struct hid_report *report) in picolcd_debug_out_report()
642 struct hid_device *hdev, struct hid_report *report, in picolcd_debug_raw_event()
842 struct hid_device *hdev = data->hdev; in picolcd_init_devfs() local
H A Dhid-topseed.c26 static int ts_input_mapping(struct hid_device *hdev, struct hid_input *hi, in ts_input_mapping()
H A Dhid-twinhan.c61 static int twinhan_input_mapping(struct hid_device *hdev, struct hid_input *hi, in twinhan_input_mapping()
H A Dhid-kensington.c20 static int ks_input_mapping(struct hid_device *hdev, struct hid_input *hi, in ks_input_mapping()
/openbmc/linux/drivers/bluetooth/
H A Dhci_mrvl.c163 static int mrvl_recv_fw_req(struct hci_dev *hdev, struct sk_buff *skb) in mrvl_recv_fw_req()
195 static int mrvl_recv_chip_ver(struct hci_dev *hdev, struct sk_buff *skb) in mrvl_recv_chip_ver()
280 static int mrvl_load_firmware(struct hci_dev *hdev, const char *name) in mrvl_load_firmware()
H A Dhci_ag6xx.c121 static int intel_mem_write(struct hci_dev *hdev, u32 addr, u32 plen, in intel_mem_write()
153 struct hci_dev *hdev = hu->hdev; in ag6xx_setup() local
H A Dbtmrvl_debugfs.c139 void btmrvl_debugfs_init(struct hci_dev *hdev) in btmrvl_debugfs_init()
181 void btmrvl_debugfs_remove(struct hci_dev *hdev) in btmrvl_debugfs_remove()
/openbmc/linux/include/net/bluetooth/
H A Dbluetooth.h271 #define bt_dev_name(hdev) ((hdev) ? (hdev)->name : "null") argument
273 #define bt_dev_info(hdev, fmt, ...) \ argument
275 #define bt_dev_warn(hdev, fmt, ...) \ argument
277 #define bt_dev_err(hdev, fmt, ...) \ argument
279 #define bt_dev_dbg(hdev, fmt, ...) \ argument
282 #define bt_dev_warn_ratelimited(hdev, fmt, ...) \ argument
284 #define bt_dev_err_ratelimited(hdev, fmt, ...) \ argument
459 struct hci_dev *hdev; member

12345678910>>...14