Home
last modified time | relevance | path

Searched defs:hdev (Results 101 – 125 of 285) sorted by relevance

12345678910>>...12

/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-roccat-konepure.c75 static int konepure_init_specials(struct hid_device *hdev) in konepure_init_specials()
116 static void konepure_remove_specials(struct hid_device *hdev) in konepure_remove_specials()
131 static int konepure_probe(struct hid_device *hdev, in konepure_probe()
165 static void konepure_remove(struct hid_device *hdev) in konepure_remove()
171 static int konepure_raw_event(struct hid_device *hdev, in konepure_raw_event()
H A Dhid-lg.c430 static __u8 *lg_report_fixup(struct hid_device *hdev, __u8 *rdesc, in lg_report_fixup()
648 static int lg_input_mapping(struct hid_device *hdev, struct hid_input *hi, in lg_input_mapping()
701 static int lg_input_mapped(struct hid_device *hdev, struct hid_input *hi, in lg_input_mapped()
742 static int lg_event(struct hid_device *hdev, struct hid_field *field, in lg_event()
759 static int lg_raw_event(struct hid_device *hdev, struct hid_report *report, in lg_raw_event()
770 static int lg_probe(struct hid_device *hdev, const struct hid_device_id *id) in lg_probe()
870 static void lg_remove(struct hid_device *hdev) in lg_remove()
H A Dhid-steam.c115 struct hid_device *hdev, *client_hdev; member
395 struct hid_device *hdev = steam->hdev; in steam_input_register() local
596 static bool steam_is_valve_interface(struct hid_device *hdev) in steam_is_valve_interface()
615 static int steam_client_ll_parse(struct hid_device *hdev) in steam_client_ll_parse()
623 static int steam_client_ll_start(struct hid_device *hdev) in steam_client_ll_start()
628 static void steam_client_ll_stop(struct hid_device *hdev) in steam_client_ll_stop()
632 static int steam_client_ll_open(struct hid_device *hdev) in steam_client_ll_open()
645 static void steam_client_ll_close(struct hid_device *hdev) in steam_client_ll_close()
666 static int steam_client_ll_raw_request(struct hid_device *hdev, in steam_client_ll_raw_request()
686 static struct hid_device *steam_create_client_hid(struct hid_device *hdev) in steam_create_client_hid()
[all …]
H A Dhid-kye.c557 static __u8 *kye_consumer_control_fixup(struct hid_device *hdev, __u8 *rdesc, in kye_consumer_control_fixup()
577 static __u8 *kye_report_fixup(struct hid_device *hdev, __u8 *rdesc, in kye_report_fixup()
665 static int kye_tablet_enable(struct hid_device *hdev) in kye_tablet_enable()
703 static int kye_probe(struct hid_device *hdev, const struct hid_device_id *id) in kye_probe()
H A Dhid-lg.h13 static inline int lgff_init(struct hid_device *hdev) { return -1; } in lgff_init()
19 static inline int lg2ff_init(struct hid_device *hdev) { return -1; } in lg2ff_init()
25 static inline int lg3ff_init(struct hid_device *hdev) { return -1; } in lg3ff_init()
H A Dhid-cougar.c106 static __u8 *cougar_report_fixup(struct hid_device *hdev, __u8 *rdesc, in cougar_report_fixup()
119 static struct cougar_shared *cougar_get_shared_data(struct hid_device *hdev) in cougar_get_shared_data()
159 static int cougar_bind_shared_data(struct hid_device *hdev, in cougar_bind_shared_data()
194 static int cougar_probe(struct hid_device *hdev, in cougar_probe()
258 static int cougar_raw_event(struct hid_device *hdev, struct hid_report *report, in cougar_raw_event()
290 static void cougar_remove(struct hid_device *hdev) in cougar_remove()
H A Dhid-core.c1864 bool hid_match_one_id(const struct hid_device *hdev, in hid_match_one_id()
1873 const struct hid_device_id *hid_match_id(const struct hid_device *hdev, in hid_match_id()
1889 static bool hid_hiddev(struct hid_device *hdev) in hid_hiddev()
1901 struct hid_device *hdev = to_hid_device(dev); in read_report_descriptor() local
1918 struct hid_device *hdev = to_hid_device(dev); in show_country() local
1934 int hid_connect(struct hid_device *hdev, unsigned int connect_mask) in hid_connect()
2031 void hid_disconnect(struct hid_device *hdev) in hid_disconnect()
2053 int hid_hw_start(struct hid_device *hdev, unsigned int connect_mask) in hid_hw_start()
2080 void hid_hw_stop(struct hid_device *hdev) in hid_hw_stop()
2095 int hid_hw_open(struct hid_device *hdev) in hid_hw_open()
[all …]
H A Dhid-alps.c99 struct hid_device *hdev; member
165 static int t4_read_write_register(struct hid_device *hdev, u32 address, in t4_read_write_register()
252 static int u1_read_write_register(struct hid_device *hdev, u32 address, in u1_read_write_register()
434 static int alps_raw_event(struct hid_device *hdev, in alps_raw_event()
451 static int __maybe_unused alps_post_reset(struct hid_device *hdev) in alps_post_reset()
492 static int __maybe_unused alps_post_resume(struct hid_device *hdev) in alps_post_resume()
497 static int u1_init(struct hid_device *hdev, struct alps_dev *pri_data) in u1_init()
609 static int T4_init(struct hid_device *hdev, struct alps_dev *pri_data) in T4_init()
674 static int alps_input_configured(struct hid_device *hdev, struct hid_input *hi) in alps_input_configured()
775 static int alps_input_mapping(struct hid_device *hdev, in alps_input_mapping()
[all …]
H A Dhid-glorious.c25 static __u8 *glorious_report_fixup(struct hid_device *hdev, __u8 *rdesc, in glorious_report_fixup()
38 static void glorious_update_name(struct hid_device *hdev) in glorious_update_name()
52 static int glorious_probe(struct hid_device *hdev, in glorious_probe()
H A Dhid-sony.c541 struct hid_device *hdev; member
608 struct hid_device *hdev = to_hid_device(dev); in ds4_show_poll_interval() local
618 struct hid_device *hdev = to_hid_device(dev); in ds4_store_poll_interval() local
645 struct hid_device *hdev = to_hid_device(dev); in sony_show_firmware_version() local
657 struct hid_device *hdev = to_hid_device(dev); in sony_show_hardware_version() local
665 static u8 *motion_fixup(struct hid_device *hdev, u8 *rdesc, in motion_fixup()
672 static u8 *ps3remote_fixup(struct hid_device *hdev, u8 *rdesc, in ps3remote_fixup()
679 static int ps3remote_mapping(struct hid_device *hdev, struct hid_input *hi, in ps3remote_mapping()
713 static int navigation_mapping(struct hid_device *hdev, struct hid_input *hi, in navigation_mapping()
761 static int sixaxis_mapping(struct hid_device *hdev, struct hid_input *hi, in sixaxis_mapping()
[all …]
H A Dhid-cp2112.c155 struct hid_device *hdev; member
182 struct hid_device *hdev = dev->hdev; in cp2112_gpio_direction_input() local
221 struct hid_device *hdev = dev->hdev; in cp2112_gpio_set() local
243 struct hid_device *hdev = dev->hdev; in cp2112_gpio_get_all() local
281 struct hid_device *hdev = dev->hdev; in cp2112_gpio_direction_output() local
321 static int cp2112_hid_get(struct hid_device *hdev, unsigned char report_number, in cp2112_hid_get()
338 static int cp2112_hid_output(struct hid_device *hdev, u8 *data, size_t count, in cp2112_hid_output()
383 struct hid_device *hdev = dev->hdev; in cp2112_xfer_status() local
406 struct hid_device *hdev = dev->hdev; in cp2112_read() local
522 struct hid_device *hdev = dev->hdev; in cp2112_i2c_xfer() local
[all …]
H A Dhid-uclogic-params.c64 static int uclogic_params_get_str_desc(__u8 **pbuf, struct hid_device *hdev, in uclogic_params_get_str_desc()
141 struct hid_device *hdev) in uclogic_params_pen_init_v1()
269 struct hid_device *hdev) in uclogic_params_pen_init_v2()
450 struct hid_device *hdev) in uclogic_params_frame_init_v1_buttonpad()
634 struct hid_device *hdev, in uclogic_params_init_with_opt_desc()
709 struct hid_device *hdev) in uclogic_params_huion_init()
840 struct hid_device *hdev) in uclogic_params_init()
H A Dhid-zydacron.c27 static __u8 *zc_report_fixup(struct hid_device *hdev, __u8 *rdesc, in zc_report_fixup()
45 static int zc_input_mapping(struct hid_device *hdev, struct hid_input *hi, in zc_input_mapping()
109 static int zc_raw_event(struct hid_device *hdev, struct hid_report *report, in zc_raw_event()
164 static int zc_probe(struct hid_device *hdev, const struct hid_device_id *id) in zc_probe()
H A Dhid-saitek.c36 static int saitek_probe(struct hid_device *hdev, in saitek_probe()
69 static __u8 *saitek_report_fixup(struct hid_device *hdev, __u8 *rdesc, in saitek_report_fixup()
93 static int saitek_raw_event(struct hid_device *hdev, in saitek_raw_event()
150 static int saitek_event(struct hid_device *hdev, struct hid_field *field, in saitek_event()
H A Dhid-gt683r.c45 struct hid_device *hdev; member
64 struct hid_device *hdev = to_hid_device(dev); in gt683r_brightness_set() local
83 struct hid_device *hdev = to_hid_device(dev->parent); in mode_show() local
101 struct hid_device *hdev = to_hid_device(dev->parent); in mode_store() local
223 static int gt683r_led_probe(struct hid_device *hdev, in gt683r_led_probe()
288 static void gt683r_led_remove(struct hid_device *hdev) in gt683r_led_remove()
H A Dhid-generic.c29 struct hid_device *hdev = data; in __check_hid_generic() local
37 static bool hid_generic_match(struct hid_device *hdev, in hid_generic_match()
56 static int hid_generic_probe(struct hid_device *hdev, in hid_generic_probe()
H A Dhid-a4tech.c34 static int a4_input_mapping(struct hid_device *hdev, struct hid_input *hi, in a4_input_mapping()
56 static int a4_input_mapped(struct hid_device *hdev, struct hid_input *hi, in a4_input_mapped()
73 static int a4_event(struct hid_device *hdev, struct hid_field *field, in a4_event()
113 static int a4_probe(struct hid_device *hdev, const struct hid_device_id *id) in a4_probe()
H A Dhid-vivaldi.c28 struct hid_device *hdev = to_hid_device(dev); in function_row_physmap_show() local
53 static int vivaldi_probe(struct hid_device *hdev, in vivaldi_probe()
72 static void vivaldi_feature_mapping(struct hid_device *hdev, in vivaldi_feature_mapping()
143 static int vivaldi_input_configured(struct hid_device *hdev, in vivaldi_input_configured()
H A Dhid-apple.c298 static int apple_event(struct hid_device *hdev, struct hid_field *field, in apple_event()
327 static __u8 *apple_report_fixup(struct hid_device *hdev, __u8 *rdesc, in apple_report_fixup()
372 static int apple_input_mapping(struct hid_device *hdev, struct hid_input *hi, in apple_input_mapping()
393 static int apple_input_mapped(struct hid_device *hdev, struct hid_input *hi, in apple_input_mapped()
411 static int apple_input_configured(struct hid_device *hdev, in apple_input_configured()
424 static int apple_probe(struct hid_device *hdev, in apple_probe()
H A Dhid-lg4ff.h17 static inline int lg4ff_raw_event(struct hid_device *hdev, struct hid_report *report, in lg4ff_raw_event()
19 static inline int lg4ff_init(struct hid_device *hdev) { return -1; } in lg4ff_init()
20 static inline int lg4ff_deinit(struct hid_device *hdev) { return -1; } in lg4ff_deinit()
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/
H A Dhci_ldisc.c121 struct hci_dev *hdev = hu->hdev; in hci_uart_tx_complete() local
278 struct hci_dev *hdev = hu->hdev; in hci_uart_write_work() local
329 static int hci_uart_open(struct hci_dev *hdev) in hci_uart_open()
372 static int __hci_uart_flush(struct hci_dev *hdev, u8 sync) in __hci_uart_flush()
410 static int hci_uart_flush(struct hci_dev *hdev) in hci_uart_flush()
416 static int hci_uart_close(struct hci_dev *hdev) in hci_uart_close()
452 struct hci_dev *hdev = (struct hci_dev *)skb->dev; in hci_uart_send_frame() local
494 static void hci_uart_destruct(struct hci_dev *hdev) in hci_uart_destruct()
587 static int rtl_read_local_version(struct hci_dev *hdev, u8 *hci_ver, in rtl_read_local_version()
951 struct hci_dev *hdev; in hci_uart_tty_close() local
[all …]
/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Ddtl1_cs.c68 struct hci_dev *hdev; member
359 static int dtl1_hci_open(struct hci_dev *hdev) in dtl1_hci_open()
365 static int dtl1_hci_flush(struct hci_dev *hdev) in dtl1_hci_flush()
376 static int dtl1_hci_close(struct hci_dev *hdev) in dtl1_hci_close()
384 static int dtl1_hci_send_frame(struct hci_dev *hdev, struct sk_buff *skb) in dtl1_hci_send_frame()
439 struct hci_dev *hdev; in dtl1_open() local
508 struct hci_dev *hdev = info->hdev; in dtl1_close() local
H A Dbtmtksdio.c157 struct hci_dev *hdev; member
170 static int mtk_hci_wmt_sync(struct hci_dev *hdev, in mtk_hci_wmt_sync()
330 static int btmtksdio_recv_event(struct hci_dev *hdev, struct sk_buff *skb) in btmtksdio_recv_event()
539 static int btmtksdio_open(struct hci_dev *hdev) in btmtksdio_open()
620 static int btmtksdio_close(struct hci_dev *hdev) in btmtksdio_close()
648 static int btmtksdio_flush(struct hci_dev *hdev) in btmtksdio_flush()
659 static int btmtksdio_func_query(struct hci_dev *hdev) in btmtksdio_func_query()
681 static int mtk_setup_firmware(struct hci_dev *hdev, const char *fwname) in mtk_setup_firmware()
771 static int btmtksdio_setup(struct hci_dev *hdev) in btmtksdio_setup()
881 static int btmtksdio_shutdown(struct hci_dev *hdev) in btmtksdio_shutdown()
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Dhub.c136 struct usb_hub *usb_hub_to_struct_hub(struct usb_device *hdev) in usb_hub_to_struct_hub()
381 static int get_hub_descriptor(struct usb_device *hdev, in get_hub_descriptor()
417 static int clear_hub_feature(struct usb_device *hdev, int feature) in clear_hub_feature()
426 int usb_clear_port_feature(struct usb_device *hdev, int port1, int feature) in usb_clear_port_feature()
436 static int set_port_feature(struct usb_device *hdev, int port1, int feature) in set_port_feature()
480 struct usb_device *hdev = hub->hdev; in led_work() local
554 static int get_hub_status(struct usb_device *hdev, in get_hub_status()
572 static int get_port_status(struct usb_device *hdev, int port1, in get_port_status()
679 void usb_kick_hub_wq(struct usb_device *hdev) in usb_kick_hub_wq()
695 void usb_wakeup_notification(struct usb_device *hdev, in usb_wakeup_notification()
[all …]
/OK3568_Linux_fs/kernel/drivers/misc/habanalabs/common/
H A Dmmu_v1.c30 struct hl_device *hdev = ctx->hdev; in _free_hop() local
48 struct hl_device *hdev = ctx->hdev; in alloc_hop() local
260 struct hl_device *hdev = ctx->hdev; in dram_default_mapping_init() local
360 struct hl_device *hdev = ctx->hdev; in dram_default_mapping_fini() local
417 static int hl_mmu_v1_init(struct hl_device *hdev) in hl_mmu_v1_init()
467 static void hl_mmu_v1_fini(struct hl_device *hdev) in hl_mmu_v1_fini()
503 struct hl_device *hdev = ctx->hdev; in hl_mmu_v1_ctx_fini() local
527 struct hl_device *hdev = ctx->hdev; in _hl_mmu_v1_unmap() local
661 struct hl_device *hdev = ctx->hdev; in _hl_mmu_v1_map() local
850 void hl_mmu_v1_set_funcs(struct hl_device *hdev) in hl_mmu_v1_set_funcs()

12345678910>>...12