Home
last modified time | relevance | path

Searched defs:hdev (Results 501 - 525 of 606) sorted by relevance

1...<<2122232425

/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-lenovo.c47 struct hid_device *hdev; member
74 static int lenovo_led_set_tp10ubkbd(struct hid_device *hdev, u8 led_code, in lenovo_led_set_tp10ubkbd() argument
136 static __u8 *lenovo_report_fixup(struct hid_device *hdev, __u8 *rdesc, in lenovo_report_fixup() argument
169 static int lenovo_input_mapping_tpkbd(struct hid_device *hdev, in lenovo_input_mapping_tpkbd() argument
182 lenovo_input_mapping_cptkbd(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) lenovo_input_mapping_cptkbd() argument
256 lenovo_input_mapping_tpIIkbd(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) lenovo_input_mapping_tpIIkbd() argument
351 lenovo_input_mapping_scrollpoint(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) lenovo_input_mapping_scrollpoint() argument
362 lenovo_input_mapping_tp10_ultrabook_kbd(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) lenovo_input_mapping_tp10_ultrabook_kbd() argument
400 lenovo_input_mapping_x1_tab_kbd(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) lenovo_input_mapping_x1_tab_kbd() argument
448 lenovo_input_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) lenovo_input_mapping() argument
485 lenovo_send_cmd_cptkbd(struct hid_device *hdev, unsigned char byte2, unsigned char byte3) lenovo_send_cmd_cptkbd() argument
524 lenovo_features_set_cptkbd(struct hid_device *hdev) lenovo_features_set_cptkbd() argument
555 struct hid_device *hdev = to_hid_device(dev); attr_fn_lock_show() local
566 struct hid_device *hdev = to_hid_device(dev); attr_fn_lock_store() local
599 struct hid_device *hdev = to_hid_device(dev); attr_sensitivity_show_cptkbd() local
611 struct hid_device *hdev = to_hid_device(dev); attr_sensitivity_store_cptkbd() local
628 struct hid_device *hdev = to_hid_device(dev); attr_middleclick_workaround_show_cptkbd() local
640 struct hid_device *hdev = to_hid_device(dev); attr_middleclick_workaround_store_cptkbd() local
682 lenovo_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *data, int size) lenovo_raw_event() argument
702 lenovo_event_tp10ubkbd(struct hid_device *hdev, struct hid_field *field, struct hid_usage *usage, __s32 value) lenovo_event_tp10ubkbd() argument
720 lenovo_event_cptkbd(struct hid_device *hdev, struct hid_field *field, struct hid_usage *usage, __s32 value) lenovo_event_cptkbd() argument
766 lenovo_event(struct hid_device *hdev, struct hid_field *field, struct hid_usage *usage, __s32 value) lenovo_event() argument
786 lenovo_features_set_tpkbd(struct hid_device *hdev) lenovo_features_set_tpkbd() argument
809 struct hid_device *hdev = to_hid_device(dev); attr_press_to_select_show_tpkbd() local
820 struct hid_device *hdev = to_hid_device(dev); attr_press_to_select_store_tpkbd() local
839 struct hid_device *hdev = to_hid_device(dev); attr_dragging_show_tpkbd() local
850 struct hid_device *hdev = to_hid_device(dev); attr_dragging_store_tpkbd() local
869 struct hid_device *hdev = to_hid_device(dev); attr_release_to_select_show_tpkbd() local
880 struct hid_device *hdev = to_hid_device(dev); attr_release_to_select_store_tpkbd() local
899 struct hid_device *hdev = to_hid_device(dev); attr_select_right_show_tpkbd() local
910 struct hid_device *hdev = to_hid_device(dev); attr_select_right_store_tpkbd() local
929 struct hid_device *hdev = to_hid_device(dev); attr_sensitivity_show_tpkbd() local
941 struct hid_device *hdev = to_hid_device(dev); attr_sensitivity_store_tpkbd() local
958 struct hid_device *hdev = to_hid_device(dev); attr_press_speed_show_tpkbd() local
970 struct hid_device *hdev = to_hid_device(dev); attr_press_speed_store_tpkbd() local
1027 lenovo_led_set_tpkbd(struct hid_device *hdev) lenovo_led_set_tpkbd() argument
1042 struct hid_device *hdev = to_hid_device(dev); lenovo_led_brightness_set() local
1069 lenovo_register_leds(struct hid_device *hdev) lenovo_register_leds() argument
1110 lenovo_probe_tpkbd(struct hid_device *hdev) lenovo_probe_tpkbd() argument
1163 lenovo_probe_cptkbd(struct hid_device *hdev) lenovo_probe_cptkbd() argument
1208 lenovo_probe_tp10ubkbd(struct hid_device *hdev) lenovo_probe_tp10ubkbd() argument
1263 lenovo_probe(struct hid_device *hdev, const struct hid_device_id *id) lenovo_probe() argument
1309 lenovo_reset_resume(struct hid_device *hdev) lenovo_reset_resume() argument
1326 lenovo_remove_tpkbd(struct hid_device *hdev) lenovo_remove_tpkbd() argument
1344 lenovo_remove_cptkbd(struct hid_device *hdev) lenovo_remove_cptkbd() argument
1350 lenovo_remove_tp10ubkbd(struct hid_device *hdev) lenovo_remove_tp10ubkbd() argument
1364 lenovo_remove(struct hid_device *hdev) lenovo_remove() argument
1385 lenovo_input_configured(struct hid_device *hdev, struct hid_input *hi) lenovo_input_configured() argument
[all...]
H A Dhid-steam.c125 struct hid_device *hdev, *client_hdev; member
478 struct hid_device *hdev = steam->hdev; steam_input_register() local
722 steam_is_valve_interface(struct hid_device *hdev) steam_is_valve_interface() argument
757 steam_client_ll_parse(struct hid_device *hdev) steam_client_ll_parse() argument
765 steam_client_ll_start(struct hid_device *hdev) steam_client_ll_start() argument
770 steam_client_ll_stop(struct hid_device *hdev) steam_client_ll_stop() argument
774 steam_client_ll_open(struct hid_device *hdev) steam_client_ll_open() argument
787 steam_client_ll_close(struct hid_device *hdev) steam_client_ll_close() argument
808 steam_client_ll_raw_request(struct hid_device *hdev, unsigned char reportnum, u8 *buf, size_t count, unsigned char report_type, int reqtype) steam_client_ll_raw_request() argument
828 steam_create_client_hid(struct hid_device *hdev) steam_create_client_hid() argument
857 steam_probe(struct hid_device *hdev, const struct hid_device_id *id) steam_probe() argument
960 steam_remove(struct hid_device *hdev) steam_remove() argument
1343 steam_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *data, int size) steam_raw_event() argument
[all...]
H A Dhid-sensor-custom.c566 struct hid_device *hdev = hsdev->hdev; in hid_sensor_custom_add_attributes() local
/kernel/linux/linux-6.6/net/bluetooth/
H A D6lowpan.c68 struct hci_dev *hdev; member
956 struct hci_dev *hdev; in get_l2cap_conn() local
[all...]
H A Dhci_sock.c53 struct hci_dev *hdev; member
65 struct hci_dev *hdev = hci_pi(sk)->hdev; in hci_hdev_from_sock() local
203 void hci_send_to_sock(struct hci_dev *hdev, struct sk_buff *skb) in hci_send_to_sock() argument
358 hci_send_to_monitor(struct hci_dev *hdev, struct sk_buff *skb) hci_send_to_monitor() argument
419 hci_send_monitor_ctrl_event(struct hci_dev *hdev, u16 event, void *data, u16 data_len, ktime_t tstamp, int flag, struct sock *skip_sk) hci_send_monitor_ctrl_event() argument
473 create_monitor_event(struct hci_dev *hdev, int event) create_monitor_event() argument
717 struct hci_dev *hdev; send_monitor_replay() local
778 hci_si_event(struct hci_dev *hdev, int type, int dlen, void *data) hci_si_event() argument
804 hci_sock_dev_event(struct hci_dev *hdev, int event) hci_sock_dev_event() argument
897 struct hci_dev *hdev; hci_sock_release() local
961 hci_sock_reject_list_add(struct hci_dev *hdev, void __user *arg) hci_sock_reject_list_add() argument
978 hci_sock_reject_list_del(struct hci_dev *hdev, void __user *arg) hci_sock_reject_list_del() argument
999 struct hci_dev *hdev = hci_hdev_from_sock(sk); hci_sock_bound_ioctl() local
1189 struct hci_dev *hdev = NULL; hci_sock_bind() local
1489 struct hci_dev *hdev; hci_sock_getname() local
1619 struct hci_dev *hdev = NULL; hci_mgmt_cmd() local
1732 struct hci_dev *hdev; hci_logging_frame() local
1799 struct hci_dev *hdev; hci_sock_sendmsg() local
[all...]
H A Dsco.c125 struct hci_dev *hdev = hcon->hdev; in sco_conn_add() local
244 struct hci_dev *hdev; in sco_connect() local
753 struct hci_dev *hdev = conn->hdev; sco_conn_defer_accept() local
830 struct hci_dev *hdev; sco_sock_setsockopt() local
1034 struct hci_dev *hdev; sco_sock_getsockopt() local
1320 sco_connect_ind(struct hci_dev *hdev, bdaddr_t *bdaddr, __u8 *flags) sco_connect_ind() argument
[all...]
H A Dhci_debugfs.c94 struct hci_dev *hdev = f->private; features_show() local
111 struct hci_dev *hdev = f->private; device_id_show() local
125 struct hci_dev *hdev = f->private; device_list_show() local
145 struct hci_dev *hdev = f->private; blacklist_show() local
160 struct hci_dev *hdev = f->private; blocked_keys_show() local
175 struct hci_dev *hdev = f->private; uuids_show() local
200 struct hci_dev *hdev = f->private; remote_oob_show() local
219 struct hci_dev *hdev = data; conn_info_min_age_set() local
233 struct hci_dev *hdev = data; conn_info_min_age_get() local
247 struct hci_dev *hdev = data; conn_info_max_age_set() local
261 struct hci_dev *hdev = data; conn_info_max_age_get() local
276 struct hci_dev *hdev = file->private_data; use_debug_keys_read() local
294 struct hci_dev *hdev = file->private_data; sc_only_mode_read() local
312 hci_debugfs_create_common(struct hci_dev *hdev) hci_debugfs_create_common() argument
359 struct hci_dev *hdev = f->private; inquiry_cache_show() local
385 struct hci_dev *hdev = f->private; link_keys_show() local
401 struct hci_dev *hdev = f->private; dev_class_show() local
415 struct hci_dev *hdev = data; voice_setting_get() local
430 struct hci_dev *hdev = file->private_data; ssp_debug_mode_read() local
447 struct hci_dev *hdev = data; auto_accept_delay_set() local
458 struct hci_dev *hdev = data; min_encrypt_key_size_set() local
472 struct hci_dev *hdev = data; min_encrypt_key_size_get() local
487 struct hci_dev *hdev = data; auto_accept_delay_get() local
503 struct hci_dev *hdev = file->private_data; force_bredr_smp_read() local
516 struct hci_dev *hdev = file->private_data; force_bredr_smp_write() local
540 struct hci_dev *hdev = data; idle_timeout_set() local
554 struct hci_dev *hdev = data; idle_timeout_get() local
568 struct hci_dev *hdev = data; sniff_min_interval_set() local
582 struct hci_dev *hdev = data; sniff_min_interval_get() local
596 struct hci_dev *hdev = data; sniff_max_interval_set() local
610 struct hci_dev *hdev = data; sniff_max_interval_get() local
622 hci_debugfs_create_bredr(struct hci_dev *hdev) hci_debugfs_create_bredr() argument
665 struct hci_dev *hdev = f->private; identity_show() local
685 struct hci_dev *hdev = data; rpa_timeout_set() local
702 struct hci_dev *hdev = data; rpa_timeout_get() local
716 struct hci_dev *hdev = f->private; random_address_show() local
729 struct hci_dev *hdev = f->private; static_address_show() local
744 struct hci_dev *hdev = file->private_data; force_static_address_read() local
757 struct hci_dev *hdev = file->private_data; force_static_address_write() local
785 struct hci_dev *hdev = f->private; white_list_show() local
800 struct hci_dev *hdev = f->private; resolv_list_show() local
815 struct hci_dev *hdev = f->private; identity_resolving_keys_show() local
833 struct hci_dev *hdev = f->private; long_term_keys_show() local
851 struct hci_dev *hdev = data; conn_min_interval_set() local
865 struct hci_dev *hdev = data; conn_min_interval_get() local
879 struct hci_dev *hdev = data; conn_max_interval_set() local
893 struct hci_dev *hdev = data; conn_max_interval_get() local
907 struct hci_dev *hdev = data; conn_latency_set() local
921 struct hci_dev *hdev = data; conn_latency_get() local
935 struct hci_dev *hdev = data; supervision_timeout_set() local
949 struct hci_dev *hdev = data; supervision_timeout_get() local
963 struct hci_dev *hdev = data; adv_channel_map_set() local
977 struct hci_dev *hdev = data; adv_channel_map_get() local
991 struct hci_dev *hdev = data; adv_min_interval_set() local
1005 struct hci_dev *hdev = data; adv_min_interval_get() local
1019 struct hci_dev *hdev = data; adv_max_interval_set() local
1033 struct hci_dev *hdev = data; adv_max_interval_get() local
1047 struct hci_dev *hdev = data; min_key_size_set() local
1063 struct hci_dev *hdev = data; min_key_size_get() local
1077 struct hci_dev *hdev = data; max_key_size_set() local
1093 struct hci_dev *hdev = data; max_key_size_get() local
1107 struct hci_dev *hdev = data; auth_payload_timeout_set() local
1121 struct hci_dev *hdev = data; auth_payload_timeout_get() local
1138 struct hci_dev *hdev = file->private_data; force_no_mitm_read() local
1151 struct hci_dev *hdev = file->private_data; force_no_mitm_write() local
1183 hci_debugfs_create_le(struct hci_dev *hdev) hci_debugfs_create_le() argument
1250 struct hci_dev *hdev = conn->hdev; hci_debugfs_create_conn() local
1263 struct hci_dev *hdev = file->private_data; dut_mode_read() local
1275 struct hci_dev *hdev = file->private_data; dut_mode_write() local
1319 struct hci_dev *hdev = file->private_data; vendor_diag_read() local
1331 struct hci_dev *hdev = file->private_data; vendor_diag_write() local
1372 hci_debugfs_create_basic(struct hci_dev *hdev) hci_debugfs_create_basic() argument
[all...]
H A Diso.c305 struct hci_dev *hdev; in iso_connect_bis() local
396 struct hci_dev *hdev; in iso_connect_cis() local
948 struct hci_dev *hdev; iso_listen_bis() local
1190 struct hci_dev *hdev = conn->hdev; iso_conn_defer_accept() local
1204 struct hci_dev *hdev; iso_conn_big_sync() local
1754 iso_connect_ind(struct hci_dev *hdev, bdaddr_t *bdaddr, __u8 *flags) iso_connect_ind() argument
[all...]
H A Dmsft.c137 bool msft_monitor_supported(struct hci_dev *hdev) in msft_monitor_supported() argument
142 static bool read_supported_features(struct hci_dev *hdev, in read_supported_features() argument
194 msft_find_handle_data(struct hci_dev *hdev, u16 handle, bool is_mgmt) msft_find_handle_data() argument
211 msft_find_address_data(struct hci_dev *hdev, u8 addr_type, bdaddr_t *addr, u8 pattern_handle) msft_find_address_data() argument
229 msft_monitor_device_del(struct hci_dev *hdev, __u16 mgmt_handle, bdaddr_t *bdaddr, __u8 addr_type, bool notify) msft_monitor_device_del() argument
259 msft_le_monitor_advertisement_cb(struct hci_dev *hdev, u16 opcode, struct adv_monitor *monitor, struct sk_buff *skb) msft_le_monitor_advertisement_cb() argument
304 msft_remove_addr_filters_sync(struct hci_dev *hdev, u8 handle) msft_remove_addr_filters_sync() argument
367 msft_le_cancel_monitor_advertisement_cb(struct hci_dev *hdev, u16 opcode, struct adv_monitor *monitor, struct sk_buff *skb) msft_le_cancel_monitor_advertisement_cb() argument
424 msft_remove_monitor_sync(struct hci_dev *hdev, struct adv_monitor *monitor) msft_remove_monitor_sync() argument
450 msft_suspend_sync(struct hci_dev *hdev) msft_suspend_sync() argument
506 msft_add_monitor_sync(struct hci_dev *hdev, struct adv_monitor *monitor) msft_add_monitor_sync() argument
583 reregister_monitor(struct hci_dev *hdev) reregister_monitor() argument
609 msft_resume_sync(struct hci_dev *hdev) msft_resume_sync() argument
632 msft_do_open(struct hci_dev *hdev) msft_do_open() argument
668 msft_do_close(struct hci_dev *hdev) msft_do_close() argument
711 msft_cancel_address_filter_sync(struct hci_dev *hdev, void *data) msft_cancel_address_filter_sync() argument
754 msft_register(struct hci_dev *hdev) msft_register() argument
772 msft_unregister(struct hci_dev *hdev) msft_unregister() argument
789 msft_device_found(struct hci_dev *hdev, bdaddr_t *bdaddr, __u8 addr_type, __u16 mgmt_handle) msft_device_found() argument
812 msft_device_lost(struct hci_dev *hdev, bdaddr_t *bdaddr, __u8 addr_type, __u16 mgmt_handle) msft_device_lost() argument
822 msft_skb_pull(struct hci_dev *hdev, struct sk_buff *skb, u8 ev, size_t len) msft_skb_pull() argument
834 msft_add_address_filter_sync(struct hci_dev *hdev, void *data) msft_add_address_filter_sync() argument
928 msft_add_address_filter(struct hci_dev *hdev, u8 addr_type, bdaddr_t *bdaddr, struct msft_monitor_advertisement_handle_data *handle_data) msft_add_address_filter() argument
973 msft_monitor_device_evt(struct hci_dev *hdev, struct sk_buff *skb) msft_monitor_device_evt() argument
1069 msft_vendor_evt(struct hci_dev *hdev, void *data, struct sk_buff *skb) msft_vendor_evt() argument
1117 msft_get_features(struct hci_dev *hdev) msft_get_features() argument
1124 msft_le_set_advertisement_filter_enable_cb(struct hci_dev *hdev, void *user_data, u8 status) msft_le_set_advertisement_filter_enable_cb() argument
1153 msft_add_monitor_pattern(struct hci_dev *hdev, struct adv_monitor *monitor) msft_add_monitor_pattern() argument
1167 msft_remove_monitor(struct hci_dev *hdev, struct adv_monitor *monitor) msft_remove_monitor() argument
1180 msft_set_filter_enable(struct hci_dev *hdev, bool enable) msft_set_filter_enable() argument
1199 msft_curve_validity(struct hci_dev *hdev) msft_curve_validity() argument
[all...]
/kernel/linux/linux-6.6/net/vmw_vsock/
H A Dhyperv_transport.c867 static int hvs_probe(struct hv_device *hdev, in hvs_probe() argument
882 static void hvs_remove(struct hv_device *hdev) in hvs_remove() argument
/kernel/linux/linux-5.10/drivers/crypto/stm32/
H A Dstm32-hash.c116 struct stm32_hash_dev *hdev; member
124 struct stm32_hash_dev *hdev; member
195 static inline u32 stm32_hash_read(struct stm32_hash_dev *hdev, u32 offset) in stm32_hash_read() argument
200 static inline void stm32_hash_write(struct stm32_hash_dev *hdev, in stm32_hash_write() argument
206 static inline int stm32_hash_wait_busy(struct stm32_hash_dev *hdev) in stm32_hash_wait_busy() argument
214 static void stm32_hash_set_nblw(struct stm32_hash_dev *hdev, int length) in stm32_hash_set_nblw() argument
224 stm32_hash_write_key(struct stm32_hash_dev *hdev) stm32_hash_write_key() argument
251 stm32_hash_write_ctrl(struct stm32_hash_dev *hdev) stm32_hash_write_ctrl() argument
330 stm32_hash_xmit_cpu(struct stm32_hash_dev *hdev, const u8 *buf, size_t length, int final) stm32_hash_xmit_cpu() argument
379 stm32_hash_update_cpu(struct stm32_hash_dev *hdev) stm32_hash_update_cpu() argument
408 stm32_hash_xmit_dma(struct stm32_hash_dev *hdev, struct scatterlist *sg, int length, int mdma) stm32_hash_xmit_dma() argument
470 struct stm32_hash_dev *hdev = param; stm32_hash_dma_callback() local
477 stm32_hash_hmac_dma_send(struct stm32_hash_dev *hdev) stm32_hash_hmac_dma_send() argument
508 stm32_hash_dma_init(struct stm32_hash_dev *hdev) stm32_hash_dma_init() argument
542 stm32_hash_dma_send(struct stm32_hash_dev *hdev) stm32_hash_dma_send() argument
637 struct stm32_hash_dev *hdev = NULL, *tmp; stm32_hash_find_dev() local
659 struct stm32_hash_dev *hdev = stm32_hash_find_dev(ctx); stm32_hash_dma_aligned_data() local
686 struct stm32_hash_dev *hdev = stm32_hash_find_dev(ctx); stm32_hash_init() local
726 stm32_hash_update_req(struct stm32_hash_dev *hdev) stm32_hash_update_req() argument
731 stm32_hash_final_req(struct stm32_hash_dev *hdev) stm32_hash_final_req() argument
792 struct stm32_hash_dev *hdev = rctx->hdev; stm32_hash_finish_req() local
812 stm32_hash_hw_init(struct stm32_hash_dev *hdev, struct stm32_hash_request_ctx *rctx) stm32_hash_hw_init() argument
831 stm32_hash_handle_queue(struct stm32_hash_dev *hdev, struct ahash_request *req) stm32_hash_handle_queue() argument
842 struct stm32_hash_dev *hdev = stm32_hash_find_dev(ctx); stm32_hash_prepare_req() local
863 struct stm32_hash_dev *hdev = stm32_hash_find_dev(ctx); stm32_hash_one_request() local
890 struct stm32_hash_dev *hdev = ctx->hdev; stm32_hash_enqueue() local
929 struct stm32_hash_dev *hdev = stm32_hash_find_dev(ctx); stm32_hash_finup() local
960 struct stm32_hash_dev *hdev = stm32_hash_find_dev(ctx); stm32_hash_export() local
993 struct stm32_hash_dev *hdev = stm32_hash_find_dev(ctx); stm32_hash_import() local
1082 struct stm32_hash_dev *hdev = dev_id; stm32_hash_irq_thread() local
1107 struct stm32_hash_dev *hdev = dev_id; stm32_hash_irq_handler() local
1333 stm32_hash_register_algs(struct stm32_hash_dev *hdev) stm32_hash_register_algs() argument
1359 stm32_hash_unregister_algs(struct stm32_hash_dev *hdev) stm32_hash_unregister_algs() argument
1414 stm32_hash_get_of_match(struct stm32_hash_dev *hdev, struct device *dev) stm32_hash_get_of_match() argument
1434 struct stm32_hash_dev *hdev; stm32_hash_probe() local
1561 struct stm32_hash_dev *hdev; stm32_hash_remove() local
1593 struct stm32_hash_dev *hdev = dev_get_drvdata(dev); stm32_hash_runtime_suspend() local
1602 struct stm32_hash_dev *hdev = dev_get_drvdata(dev); stm32_hash_runtime_resume() local
[all...]
/kernel/linux/linux-5.10/drivers/bluetooth/
H A Dhci_qca.c627 static void qca_debugfs_init(struct hci_dev *hdev) in qca_debugfs_init() argument
926 static int qca_ibs_sleep_ind(struct hci_dev *hdev, struct sk_buff *skb) in qca_ibs_sleep_ind() argument
938 static int qca_ibs_wake_ind(struct hci_dev *hdev, struc argument
950 qca_ibs_wake_ack(struct hci_dev *hdev, struct sk_buff *skb) qca_ibs_wake_ack() argument
962 qca_recv_acl_data(struct hci_dev *hdev, struct sk_buff *skb) qca_recv_acl_data() argument
1138 qca_controller_memdump_event(struct hci_dev *hdev, struct sk_buff *skb) qca_controller_memdump_event() argument
1151 qca_recv_event(struct hci_dev *hdev, struct sk_buff *skb) qca_recv_event() argument
1280 qca_set_baudrate(struct hci_dev *hdev, uint8_t baudrate) qca_set_baudrate() argument
1487 qca_wait_for_dump_collection(struct hci_dev *hdev) qca_wait_for_dump_collection() argument
1498 qca_hw_error(struct hci_dev *hdev, u8 code) qca_hw_error() argument
1547 qca_cmd_timeout(struct hci_dev *hdev) qca_cmd_timeout() argument
1628 qca_power_on(struct hci_dev *hdev) qca_power_on() argument
1659 struct hci_dev *hdev = hu->hdev; qca_setup() local
1855 qca_power_off(struct hci_dev *hdev) qca_power_off() argument
1954 struct hci_dev *hdev; qca_serdev_probe() local
2078 struct hci_dev *hdev = hu->hdev; qca_serdev_shutdown() local
[all...]
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-logitech-dj.c154 struct hid_device *hdev; member
527 static struct dj_receiver_dev *dj_find_receiver_dev(struct hid_device *hdev, in dj_find_receiver_dev() argument
570 static void dj_put_receiver_dev(struct hid_device *hdev) in dj_put_receiver_dev() argument
588 dj_get_receiver_dev(struct hid_device *hdev, enum recvr_type type, unsigned int application, bool is_hidpp) dj_get_receiver_dev() argument
881 logi_hidpp_dev_conn_notif_equad(struct hid_device *hdev, struct hidpp_event *hidpp_report, struct dj_workitem *workitem) logi_hidpp_dev_conn_notif_equad() argument
914 logi_hidpp_dev_conn_notif_27mhz(struct hid_device *hdev, struct hidpp_event *hidpp_report, struct dj_workitem *workitem) logi_hidpp_dev_conn_notif_27mhz() argument
938 logi_hidpp_recv_queue_notif(struct hid_device *hdev, struct hidpp_event *hidpp_report) logi_hidpp_recv_queue_notif() argument
1087 logi_dj_recv_forward_input_report(struct hid_device *hdev, u8 *data, int size) logi_dj_recv_forward_input_report() argument
1120 struct hid_device *hdev = djrcv_dev->hidpp; logi_dj_recv_send_report() local
1194 struct hid_device *hdev = djrcv_dev->hidpp; logi_dj_recv_switch_to_dj_mode() local
1441 logi_dj_dj_event(struct hid_device *hdev, struct hid_report *report, u8 *data, int size) logi_dj_dj_event() argument
1511 logi_dj_hidpp_event(struct hid_device *hdev, struct hid_report *report, u8 *data, int size) logi_dj_hidpp_event() argument
1588 logi_dj_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *data, int size) logi_dj_raw_event() argument
1665 logi_dj_probe(struct hid_device *hdev, const struct hid_device_id *id) logi_dj_probe() argument
1801 logi_dj_reset_resume(struct hid_device *hdev) logi_dj_reset_resume() argument
1819 logi_dj_remove(struct hid_device *hdev) logi_dj_remove() argument
[all...]
H A Dhid-multitouch.c161 struct hid_device *hdev; /* hid_device we're attached to */ member
377 struct hid_device *hdev = to_hid_device(dev); in mt_show_quirks() local
387 struct hid_device *hdev = to_hid_device(dev); in mt_set_quirks() local
418 static void mt_get_feature(struct hid_device *hdev, struct hid_report *report) in mt_get_feature() argument
450 mt_feature_mapping(struct hid_device *hdev, struct hid_field *field, struct hid_usage *usage) mt_feature_mapping() argument
497 mt_allocate_usage(struct hid_device *hdev, struct mt_application *application) mt_allocate_usage() argument
640 mt_store_field(struct hid_device *hdev, struct mt_application *application, __s32 *value, size_t offset) mt_store_field() argument
686 mt_touch_input_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max, struct mt_application *app) mt_touch_input_mapping() argument
1242 mt_touch_input_configured(struct hid_device *hdev, struct hid_input *hi, struct mt_application *app) mt_touch_input_configured() argument
1289 mt_input_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) mt_input_mapping() argument
1362 mt_input_mapped(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) mt_input_mapped() argument
1409 mt_need_to_apply_feature(struct hid_device *hdev, struct hid_field *field, struct hid_usage *usage, enum latency_mode latency, bool surface_switch, bool button_switch, bool *inputmode_found) mt_need_to_apply_feature() argument
1480 mt_set_modes(struct hid_device *hdev, enum latency_mode latency, bool surface_switch, bool button_switch) mt_set_modes() argument
1541 mt_input_configured(struct hid_device *hdev, struct hid_input *hi) mt_input_configured() argument
1614 mt_fix_const_fields(struct hid_device *hdev, unsigned int usage) mt_fix_const_fields() argument
1661 struct hid_device *hdev = td->hdev; mt_expired_timeout() local
1674 mt_probe(struct hid_device *hdev, const struct hid_device_id *id) mt_probe() argument
1747 mt_reset_resume(struct hid_device *hdev) mt_reset_resume() argument
1754 mt_resume(struct hid_device *hdev) mt_resume() argument
1766 mt_remove(struct hid_device *hdev) mt_remove() argument
[all...]
H A Dhid-wiimote.h144 struct hid_device *hdev; member
H A Dwacom_sys.c22 static int wacom_get_report(struct hid_device *hdev, u8 type, u8 *buf, in wacom_get_report() argument
39 static int wacom_set_report(struct hid_device *hdev, u8 type, u8 *buf, in wacom_set_report() argument
56 static void wacom_wac_queue_insert(struct hid_device *hdev, in wacom_wac_queue_insert() argument
73 static void wacom_wac_queue_flush(struct hid_device *hdev, in wacom_wac_queue_flush() argument
90 wacom_wac_pen_serial_enforce(struct hid_device *hdev, struct hid_report *report, u8 *raw_data, int report_size) wacom_wac_pen_serial_enforce() argument
158 wacom_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *raw_data, int size) wacom_raw_event() argument
214 wacom_hid_usage_quirk(struct hid_device *hdev, struct hid_field *field, struct hid_usage *usage) wacom_hid_usage_quirk() argument
297 wacom_feature_mapping(struct hid_device *hdev, struct hid_field *field, struct hid_usage *usage) wacom_feature_mapping() argument
430 wacom_usage_mapping(struct hid_device *hdev, struct hid_field *field, struct hid_usage *usage) wacom_usage_mapping() argument
486 wacom_post_parse_hid(struct hid_device *hdev, struct wacom_features *features) wacom_post_parse_hid() argument
514 wacom_parse_hid(struct hid_device *hdev, struct wacom_features *features) wacom_parse_hid() argument
552 wacom_hid_set_device_mode(struct hid_device *hdev) wacom_hid_set_device_mode() argument
571 wacom_set_device_mode(struct hid_device *hdev, struct wacom_wac *wacom_wac) wacom_set_device_mode() argument
612 wacom_bt_query_tablet_data(struct hid_device *hdev, u8 speed, struct wacom_features *features) wacom_bt_query_tablet_data() argument
674 struct hid_device *hdev = wacom->hdev; _wacom_query_tablet_data() local
713 wacom_retrieve_hid_descriptor(struct hid_device *hdev, struct wacom_features *features) wacom_retrieve_hid_descriptor() argument
753 wacom_are_sibling(struct hid_device *hdev, struct hid_device *sibling) wacom_are_sibling() argument
819 wacom_get_hdev_data(struct hid_device *hdev) wacom_get_hdev_data() argument
874 wacom_add_shared_data(struct hid_device *hdev) wacom_add_shared_data() argument
1042 struct hid_device *hdev = to_hid_device(dev); wacom_led_select_store() local
1129 struct hid_device *hdev = to_hid_device(dev); wacom_button_image_store() local
1828 struct hid_device *hdev = to_hid_device(dev); wacom_show_speed() local
1838 struct hid_device *hdev = to_hid_device(dev); wacom_store_speed() local
1862 struct hid_device *hdev = to_hid_device(dev); wacom_show_remote_mode() local
1946 struct hid_device *hdev = to_hid_device(dev); wacom_store_unpair_remote() local
2050 struct hid_device *hdev = wacom->hdev; wacom_allocate_input() local
2215 wacom_compute_pktlen(struct hid_device *hdev) wacom_compute_pktlen() argument
2289 struct hid_device *hdev = wacom->hdev; wacom_release_resources() local
2327 struct hid_device *hdev = wacom->hdev; wacom_parse_and_register() local
2778 wacom_probe(struct hid_device *hdev, const struct hid_device_id *id) wacom_probe() argument
2858 wacom_remove(struct hid_device *hdev) wacom_remove() argument
2886 wacom_resume(struct hid_device *hdev) wacom_resume() argument
2901 wacom_reset_resume(struct hid_device *hdev) wacom_reset_resume() argument
[all...]
H A Dhid-core.c1881 bool hid_match_one_id(const struct hid_device *hdev, in hid_match_one_id() argument
1890 const struct hid_device_id *hid_match_id(const struct hid_device *hdev, in hid_match_id() argument
1906 static bool hid_hiddev(struct hid_device *hdev) in hid_hiddev() argument
1918 struct hid_device *hdev in read_report_descriptor() local
1935 struct hid_device *hdev = to_hid_device(dev); show_country() local
1951 hid_connect(struct hid_device *hdev, unsigned int connect_mask) hid_connect() argument
2048 hid_disconnect(struct hid_device *hdev) hid_disconnect() argument
2070 hid_hw_start(struct hid_device *hdev, unsigned int connect_mask) hid_hw_start() argument
2097 hid_hw_stop(struct hid_device *hdev) hid_hw_stop() argument
2112 hid_hw_open(struct hid_device *hdev) hid_hw_open() argument
2140 hid_hw_close(struct hid_device *hdev) hid_hw_close() argument
2215 hid_match_device(struct hid_device *hdev, struct hid_driver *hdrv) hid_match_device() argument
2236 struct hid_device *hdev = to_hid_device(dev); hid_bus_match() local
2267 struct hid_device *hdev = to_hid_device(dev); hid_device_probe() local
2327 struct hid_device *hdev = to_hid_device(dev); hid_device_remove() local
2352 struct hid_device *hdev = container_of(dev, struct hid_device, dev); modalias_show() local
2375 struct hid_device *hdev = to_hid_device(dev); hid_uevent() local
2408 hid_add_device(struct hid_device *hdev) hid_add_device() argument
2482 struct hid_device *hdev; hid_allocate_device() local
2507 hid_remove_device(struct hid_device *hdev) hid_remove_device() argument
2527 hid_destroy_device(struct hid_device *hdev) hid_destroy_device() argument
2538 struct hid_device *hdev = to_hid_device(dev); __hid_bus_reprobe_drivers() local
[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; cp2112_gpio_get_all() local
281 struct hid_device *hdev = dev->hdev; cp2112_gpio_direction_output() local
321 cp2112_hid_get(struct hid_device *hdev, unsigned char report_number, u8 *data, size_t count, unsigned char report_type) cp2112_hid_get() argument
338 cp2112_hid_output(struct hid_device *hdev, u8 *data, size_t count, unsigned char report_type) cp2112_hid_output() argument
383 struct hid_device *hdev = dev->hdev; cp2112_xfer_status() local
406 struct hid_device *hdev = dev->hdev; cp2112_read() local
522 struct hid_device *hdev = dev->hdev; cp2112_i2c_xfer() local
640 struct hid_device *hdev = dev->hdev; cp2112_xfer() local
833 cp2112_get_usb_config(struct hid_device *hdev, struct cp2112_usb_config_report *cfg) cp2112_get_usb_config() argument
850 cp2112_set_usb_config(struct hid_device *hdev, struct cp2112_usb_config_report *cfg) cp2112_set_usb_config() argument
956 struct hid_device *hdev = to_hid_device(kdev); pstr_store() local
987 struct hid_device *hdev = to_hid_device(kdev); pstr_show() local
1050 chmod_sysfs_attrs(struct hid_device *hdev) chmod_sysfs_attrs() argument
1230 cp2112_probe(struct hid_device *hdev, const struct hid_device_id *id) cp2112_probe() argument
1390 cp2112_remove(struct hid_device *hdev) cp2112_remove() argument
1419 cp2112_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *data, int size) cp2112_raw_event() argument
[all...]
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/
H A Dhfi_venus.c139 static void venus_set_state(struct venus_hfi_device *hdev, in venus_set_state() argument
147 static bool venus_is_valid_state(struct venus_hfi_device *hdev) in venus_is_valid_state() argument
152 static void venus_dump_packet(struct venus_hfi_device *hdev, const void *packet) in venus_dump_packet() argument
163 static int venus_write_queue(struct venus_hfi_device *hdev, in venus_write_queue() argument
237 static int venus_read_queue(struct venus_hfi_device *hdev, in venus_read_queue() argument
335 venus_alloc(struct venus_hfi_device *hdev, struct mem_desc *desc, u32 size) venus_alloc() argument
351 venus_free(struct venus_hfi_device *hdev, struct mem_desc *mem) venus_free() argument
358 venus_set_registers(struct venus_hfi_device *hdev) venus_set_registers() argument
369 venus_soft_int(struct venus_hfi_device *hdev) venus_soft_int() argument
376 venus_iface_cmdq_write_nolock(struct venus_hfi_device *hdev, void *pkt) venus_iface_cmdq_write_nolock() argument
405 venus_iface_cmdq_write(struct venus_hfi_device *hdev, void *pkt) venus_iface_cmdq_write() argument
419 struct venus_hfi_device *hdev = to_hfi_priv(core); venus_hfi_core_set_resource() local
440 venus_boot_core(struct venus_hfi_device *hdev) venus_boot_core() argument
482 venus_hwversion(struct venus_hfi_device *hdev) venus_hwversion() argument
501 venus_run(struct venus_hfi_device *hdev) venus_run() argument
531 venus_halt_axi(struct venus_hfi_device *hdev) venus_halt_axi() argument
575 venus_power_off(struct venus_hfi_device *hdev) venus_power_off() argument
595 venus_power_on(struct venus_hfi_device *hdev) venus_power_on() argument
621 venus_iface_msgq_read_nolock(struct venus_hfi_device *hdev, void *pkt) venus_iface_msgq_read_nolock() argument
643 venus_iface_msgq_read(struct venus_hfi_device *hdev, void *pkt) venus_iface_msgq_read() argument
654 venus_iface_dbgq_read_nolock(struct venus_hfi_device *hdev, void *pkt) venus_iface_dbgq_read_nolock() argument
677 venus_iface_dbgq_read(struct venus_hfi_device *hdev, void *pkt) venus_iface_dbgq_read() argument
707 venus_interface_queues_release(struct venus_hfi_device *hdev) venus_interface_queues_release() argument
721 venus_interface_queues_init(struct venus_hfi_device *hdev) venus_interface_queues_init() argument
789 venus_sys_set_debug(struct venus_hfi_device *hdev, u32 debug) venus_sys_set_debug() argument
806 venus_sys_set_coverage(struct venus_hfi_device *hdev, u32 mode) venus_sys_set_coverage() argument
823 venus_sys_set_idle_message(struct venus_hfi_device *hdev, bool enable) venus_sys_set_idle_message() argument
844 venus_sys_set_power_control(struct venus_hfi_device *hdev, bool enable) venus_sys_set_power_control() argument
862 venus_get_queue_size(struct venus_hfi_device *hdev, unsigned int index) venus_get_queue_size() argument
877 venus_sys_set_default_properties(struct venus_hfi_device *hdev) venus_sys_set_default_properties() argument
908 struct venus_hfi_device *hdev = to_hfi_priv(inst->core); venus_session_cmd() local
916 venus_flush_debug_queue(struct venus_hfi_device *hdev) venus_flush_debug_queue() argument
932 venus_prepare_power_collapse(struct venus_hfi_device *hdev, bool wait) venus_prepare_power_collapse() argument
959 venus_are_queues_empty(struct venus_hfi_device *hdev) venus_are_queues_empty() argument
977 venus_sfr_print(struct venus_hfi_device *hdev) venus_sfr_print() argument
997 venus_process_msg_sys_error(struct venus_hfi_device *hdev, void *packet) venus_process_msg_sys_error() argument
1012 struct venus_hfi_device *hdev = to_hfi_priv(core); venus_isr_thread() local
1054 struct venus_hfi_device *hdev = to_hfi_priv(core); venus_isr() local
1077 struct venus_hfi_device *hdev = to_hfi_priv(core); venus_core_init() local
1106 struct venus_hfi_device *hdev = to_hfi_priv(core); venus_core_deinit() local
1117 struct venus_hfi_device *hdev = to_hfi_priv(core); venus_core_ping() local
1127 struct venus_hfi_device *hdev = to_hfi_priv(core); venus_core_trigger_ssr() local
1141 struct venus_hfi_device *hdev = to_hfi_priv(inst->core); venus_session_init() local
1166 struct venus_hfi_device *hdev = to_hfi_priv(inst->core); venus_session_end() local
1179 struct venus_hfi_device *hdev = to_hfi_priv(inst->core); venus_session_abort() local
1188 struct venus_hfi_device *hdev = to_hfi_priv(inst->core); venus_session_flush() local
1217 struct venus_hfi_device *hdev = to_hfi_priv(inst->core); venus_session_etb() local
1247 struct venus_hfi_device *hdev = to_hfi_priv(inst->core); venus_session_ftb() local
1261 struct venus_hfi_device *hdev = to_hfi_priv(inst->core); venus_session_set_buffers() local
1281 struct venus_hfi_device *hdev = to_hfi_priv(inst->core); venus_session_unset_buffers() local
1311 struct venus_hfi_device *hdev = to_hfi_priv(inst->core); venus_session_parse_seq_hdr() local
1332 struct venus_hfi_device *hdev = to_hfi_priv(inst->core); venus_session_get_seq_hdr() local
1349 struct venus_hfi_device *hdev = to_hfi_priv(inst->core); venus_session_set_property() local
1367 struct venus_hfi_device *hdev = to_hfi_priv(inst->core); venus_session_get_property() local
1380 struct venus_hfi_device *hdev = to_hfi_priv(core); venus_resume() local
1401 struct venus_hfi_device *hdev = to_hfi_priv(core); venus_suspend_1xx() local
1457 venus_cpu_and_video_core_idle(struct venus_hfi_device *hdev) venus_cpu_and_video_core_idle() argument
1473 venus_cpu_idle_and_pc_ready(struct venus_hfi_device *hdev) venus_cpu_idle_and_pc_ready() argument
1491 struct venus_hfi_device *hdev = to_hfi_priv(core); venus_suspend_3xx() local
1596 struct venus_hfi_device *hdev = to_hfi_priv(core); venus_hfi_destroy() local
1607 struct venus_hfi_device *hdev; venus_hfi_create() local
1639 struct venus_hfi_device *hdev = to_hfi_priv(core); venus_hfi_queues_reinit() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_main.h174 void *hdev; /* hchgevf device it is part of */ member
333 static inline bool hclgevf_is_reset_pending(struct hclgevf_dev *hdev) in hclgevf_is_reset_pending() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/hyperv/
H A Dnetvsc_drv.c1030 struct hv_device *hdev = ndev_ctx->device_ctx; in netvsc_detach() local
1069 struct hv_device *hdev = ndev_ctx->device_ctx; in netvsc_attach() local
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-mem.c846 xhci_alloc_tt_info(struct xhci_hcd *xhci, struct xhci_virt_device *virt_dev, struct usb_device *hdev, struct usb_tt *tt, gfp_t mem_flags) xhci_alloc_tt_info() argument
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dhyperv_fb.c294 static inline int synthvid_send(struct hv_device *hdev, in synthvid_send() argument
316 static int synthvid_send_situ(struct hv_device *hdev) in synthvid_send_situ() argument
344 static int synthvid_send_ptr(struct hv_device *hdev) in synthvid_send_ptr() argument
381 struct hv_device *hdev = device_to_hv_device(info->device); in synthvid_update() local
466 synthvid_recv_sub(struct hv_device *hdev) synthvid_recv_sub() argument
503 struct hv_device *hdev = ctx; synthvid_receive() local
539 synthvid_negotiate_ver(struct hv_device *hdev, u32 ver) synthvid_negotiate_ver() argument
574 synthvid_get_supported_resolution(struct hv_device *hdev) synthvid_get_supported_resolution() argument
622 synthvid_connect_vsp(struct hv_device *hdev) synthvid_connect_vsp() argument
685 synthvid_send_config(struct hv_device *hdev) synthvid_send_config() argument
801 struct hv_device *hdev; hvfb_on_panic() local
837 struct hv_device *hdev = device_to_hv_device(info->device); hvfb_set_par() local
957 hvfb_get_phymem(struct hv_device *hdev, unsigned int request_size) hvfb_get_phymem() argument
995 hvfb_release_phymem(struct hv_device *hdev, phys_addr_t paddr, unsigned int size) hvfb_release_phymem() argument
1011 hvfb_getmem(struct hv_device *hdev, struct fb_info *info) hvfb_getmem() argument
1126 hvfb_putmem(struct hv_device *hdev, struct fb_info *info) hvfb_putmem() argument
1143 hvfb_probe(struct hv_device *hdev, const struct hv_vmbus_device_id *dev_id) hvfb_probe() argument
1254 hvfb_remove(struct hv_device *hdev) hvfb_remove() argument
1279 hvfb_suspend(struct hv_device *hdev) hvfb_suspend() argument
1303 hvfb_resume(struct hv_device *hdev) hvfb_resume() argument
[all...]
/kernel/linux/linux-5.10/net/bluetooth/
H A Dhci_request.c37 void hci_req_init(struct hci_request *req, struct hci_dev *hdev) in hci_req_init() argument
49 bool hci_req_status_pend(struct hci_dev *hdev) in hci_req_status_pend() argument
57 struct hci_dev *hdev = req->hdev; in req_run() local
102 hci_req_sync_complete(struct hci_dev *hdev, u8 result, u16 opcode, struct sk_buff *skb) hci_req_sync_complete() argument
118 hci_req_sync_cancel(struct hci_dev *hdev, int err) hci_req_sync_cancel() argument
129 __hci_cmd_sync_ev(struct hci_dev *hdev, u16 opcode, u32 plen, const void *param, u8 event, u32 timeout) __hci_cmd_sync_ev() argument
186 __hci_cmd_sync(struct hci_dev *hdev, u16 opcode, u32 plen, const void *param, u32 timeout) __hci_cmd_sync() argument
194 __hci_req_sync(struct hci_dev *hdev, int (*func)(struct hci_request *req, unsigned long opt), unsigned long opt, u32 timeout, u8 *hci_status) __hci_req_sync() argument
270 hci_req_sync(struct hci_dev *hdev, int (*req)(struct hci_request *req, unsigned long opt), unsigned long opt, u32 timeout, u8 *hci_status) hci_req_sync() argument
291 hci_prepare_cmd(struct hci_dev *hdev, u16 opcode, u32 plen, const void *param) hci_prepare_cmd() argument
321 struct hci_dev *hdev = req->hdev; hci_req_add_ev() local
356 struct hci_dev *hdev = req->hdev; __hci_req_write_fast_connectable() local
387 start_interleave_scan(struct hci_dev *hdev) start_interleave_scan() argument
394 is_interleave_scanning(struct hci_dev *hdev) is_interleave_scanning() argument
399 cancel_interleave_scan(struct hci_dev *hdev) cancel_interleave_scan() argument
411 __hci_update_interleaved_scan(struct hci_dev *hdev) __hci_update_interleaved_scan() argument
442 struct hci_dev *hdev = req->hdev; __hci_update_background_scan() local
512 struct hci_dev *hdev = req->hdev; __hci_req_update_name() local
522 create_uuid16_list(struct hci_dev *hdev, u8 *data, ptrdiff_t len) create_uuid16_list() argument
564 create_uuid32_list(struct hci_dev *hdev, u8 *data, ptrdiff_t len) create_uuid32_list() argument
597 create_uuid128_list(struct hci_dev *hdev, u8 *data, ptrdiff_t len) create_uuid128_list() argument
630 create_eir(struct hci_dev *hdev, u8 *data) create_eir() argument
680 struct hci_dev *hdev = req->hdev; __hci_req_update_eir() local
709 struct hci_dev *hdev = req->hdev; hci_req_add_le_scan_disable() local
776 struct hci_dev *hdev = req->hdev; add_to_accept_list() local
835 struct hci_dev *hdev = req->hdev; update_accept_list() local
924 scan_use_rpa(struct hci_dev *hdev) scan_use_rpa() argument
933 struct hci_dev *hdev = req->hdev; hci_req_start_scan() local
1022 hci_is_le_conn_scanning(struct hci_dev *hdev) hci_is_le_conn_scanning() argument
1048 struct hci_dev *hdev = req->hdev; hci_req_add_le_passive_scan() local
1113 get_adv_instance_scan_rsp_len(struct hci_dev *hdev, u8 instance) get_adv_instance_scan_rsp_len() argument
1150 struct hci_dev *hdev = req->hdev; hci_req_set_event_filter() local
1188 cancel_adv_timeout(struct hci_dev *hdev) cancel_adv_timeout() argument
1235 suspend_req_complete(struct hci_dev *hdev, u8 status, u16 opcode) suspend_req_complete() argument
1246 hci_req_prepare_suspend(struct hci_dev *hdev, enum suspended_state next) hci_req_prepare_suspend() argument
1374 get_cur_adv_instance_scan_rsp_len(struct hci_dev *hdev) get_cur_adv_instance_scan_rsp_len() argument
1405 get_adv_instance_flags(struct hci_dev *hdev, u8 instance) get_adv_instance_flags() argument
1439 adv_use_rpa(struct hci_dev *hdev, uint32_t flags) adv_use_rpa() argument
1462 is_advertising_allowed(struct hci_dev *hdev, bool connectable) is_advertising_allowed() argument
1501 struct hci_dev *hdev = req->hdev; __hci_req_enable_advertising() local
1571 append_local_name(struct hci_dev *hdev, u8 *ptr, u8 ad_len) append_local_name() argument
1608 append_appearance(struct hci_dev *hdev, u8 *ptr, u8 ad_len) append_appearance() argument
1613 create_default_scan_rsp_data(struct hci_dev *hdev, u8 *ptr) create_default_scan_rsp_data() argument
1624 create_instance_scan_rsp_data(struct hci_dev *hdev, u8 instance, u8 *ptr) create_instance_scan_rsp_data() argument
1654 struct hci_dev *hdev = req->hdev; __hci_req_update_scan_rsp_data() local
1712 create_instance_adv_data(struct hci_dev *hdev, u8 instance, u8 *ptr) create_instance_adv_data() argument
1803 struct hci_dev *hdev = req->hdev; __hci_req_update_adv_data() local
1855 hci_req_update_adv_data(struct hci_dev *hdev, u8 instance) hci_req_update_adv_data() argument
1865 enable_addr_resolution_complete(struct hci_dev *hdev, u8 status, u16 opcode) enable_addr_resolution_complete() argument
1871 hci_req_disable_address_resolution(struct hci_dev *hdev) hci_req_disable_address_resolution() argument
1887 adv_enable_complete(struct hci_dev *hdev, u8 status, u16 opcode) adv_enable_complete() argument
1892 hci_req_reenable_advertising(struct hci_dev *hdev) hci_req_reenable_advertising() argument
1920 struct hci_dev *hdev = container_of(work, struct hci_dev, adv_timeout_expire() local
1952 struct hci_dev *hdev = req->hdev; hci_req_add_le_interleaved_scan() local
1982 struct hci_dev *hdev = container_of(work, struct hci_dev, interleave_scan_work() local
2005 hci_get_random_address(struct hci_dev *hdev, bool require_privacy, bool use_rpa, struct adv_info *adv_instance, u8 *own_addr_type, bdaddr_t *rand_addr) hci_get_random_address() argument
2100 struct hci_dev *hdev = req->hdev; __hci_req_setup_ext_adv_instance() local
2210 struct hci_dev *hdev = req->hdev; __hci_req_enable_ext_advertising() local
2255 struct hci_dev *hdev = req->hdev; __hci_req_disable_ext_adv_instance() local
2284 struct hci_dev *hdev = req->hdev; __hci_req_remove_ext_adv_instance() local
2297 struct hci_dev *hdev = req->hdev; __hci_req_start_ext_adv() local
2320 struct hci_dev *hdev = req->hdev; __hci_req_schedule_adv_instance() local
2395 hci_req_clear_adv_instance(struct hci_dev *hdev, struct sock *sk, struct hci_request *req, u8 instance, bool force) hci_req_clear_adv_instance() argument
2452 struct hci_dev *hdev = req->hdev; set_random_addr() local
2477 struct hci_dev *hdev = req->hdev; hci_update_random_address() local
2568 disconnected_accept_list_entries(struct hci_dev *hdev) disconnected_accept_list_entries() argument
2588 struct hci_dev *hdev = req->hdev; __hci_req_update_scan() local
2629 struct hci_dev *hdev = container_of(work, struct hci_dev, scan_update); scan_update_work() local
2636 struct hci_dev *hdev = req->hdev; connectable_update() local
2667 struct hci_dev *hdev = container_of(work, struct hci_dev, connectable_update_work() local
2675 get_service_classes(struct hci_dev *hdev) get_service_classes() argument
2688 struct hci_dev *hdev = req->hdev; __hci_req_update_class() local
2717 struct hci_dev *hdev = req->hdev; write_iac() local
2746 struct hci_dev *hdev = req->hdev; discoverable_update() local
2780 struct hci_dev *hdev = container_of(work, struct hci_dev, discoverable_update_work() local
2857 abort_conn_complete(struct hci_dev *hdev, u8 status, u16 opcode) abort_conn_complete() argument
2891 struct hci_dev *hdev = container_of(work, struct hci_dev, bg_scan_update() local
2945 struct hci_dev *hdev = container_of(work, struct hci_dev, le_scan_disable_work() local
3004 struct hci_dev *hdev = req->hdev; le_scan_restart() local
3040 struct hci_dev *hdev = container_of(work, struct hci_dev, le_scan_restart_work() local
3091 struct hci_dev *hdev = req->hdev; active_scan() local
3136 start_discovery(struct hci_dev *hdev, u8 *status) start_discovery() argument
3207 struct hci_dev *hdev = req->hdev; hci_req_stop_discovery() local
3263 struct hci_dev *hdev = container_of(work, struct hci_dev, discov_update() local
3290 struct hci_dev *hdev = container_of(work, struct hci_dev, discov_off() local
3314 struct hci_dev *hdev = req->hdev; powered_update_hci() local
3408 __hci_req_hci_power_on(struct hci_dev *hdev) __hci_req_hci_power_on() argument
3421 hci_request_setup(struct hci_dev *hdev) hci_request_setup() argument
3435 hci_request_cancel_all(struct hci_dev *hdev) hci_request_cancel_all() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_debugfs.c136 static int hclge_dbg_get_dfx_bd_num(struct hclge_dev *hdev, int offset, in hclge_dbg_get_dfx_bd_num() argument
164 static int hclge_dbg_cmd_send(struct hclge_dev *hdev, in hclge_dbg_cmd_send() argument
189 hclge_dbg_dump_reg_tqp(struct hclge_dev *hdev, in hclge_dbg_dump_reg_tqp() argument
243 hclge_dbg_dump_reg_common(struct hclge_dev *hdev, const struct hclge_dbg_reg_type_info *reg_info, char *buf, int len, int *pos) hclge_dbg_dump_reg_common() argument
305 hclge_dbg_dump_mac_enable_status(struct hclge_dev *hdev, char *buf, int len, int *pos) hclge_dbg_dump_mac_enable_status() argument
335 hclge_dbg_dump_mac_frame_size(struct hclge_dev *hdev, char *buf, int len, int *pos) hclge_dbg_dump_mac_frame_size() argument
361 hclge_dbg_dump_mac_speed_duplex(struct hclge_dev *hdev, char *buf, int len, int *pos) hclge_dbg_dump_mac_speed_duplex() argument
392 hclge_dbg_dump_mac(struct hclge_dev *hdev, char *buf, int len) hclge_dbg_dump_mac() argument
408 hclge_dbg_dump_dcb_qset(struct hclge_dev *hdev, char *buf, int len, int *pos) hclge_dbg_dump_dcb_qset() argument
439 hclge_dbg_dump_dcb_pri(struct hclge_dev *hdev, char *buf, int len, int *pos) hclge_dbg_dump_dcb_pri() argument
469 hclge_dbg_dump_dcb_pg(struct hclge_dev *hdev, char *buf, int len, int *pos) hclge_dbg_dump_dcb_pg() argument
495 hclge_dbg_dump_dcb_queue(struct hclge_dev *hdev, char *buf, int len, int *pos) hclge_dbg_dump_dcb_queue() argument
526 hclge_dbg_dump_dcb_port(struct hclge_dev *hdev, char *buf, int len, int *pos) hclge_dbg_dump_dcb_port() argument
549 hclge_dbg_dump_dcb_tm(struct hclge_dev *hdev, char *buf, int len, int *pos) hclge_dbg_dump_dcb_tm() argument
611 hclge_dbg_dump_dcb(struct hclge_dev *hdev, char *buf, int len) hclge_dbg_dump_dcb() argument
639 hclge_dbg_dump_reg_cmd(struct hclge_dev *hdev, enum hnae3_dbg_cmd cmd, char *buf, int len) hclge_dbg_dump_reg_cmd() argument
663 hclge_dbg_dump_tc(struct hclge_dev *hdev, char *buf, int len) hclge_dbg_dump_tc() argument
736 __hclge_dbg_dump_tm_pg(struct hclge_dev *hdev, char *data_str, char *buf, int len) __hclge_dbg_dump_tm_pg() argument
800 hclge_dbg_dump_tm_pg(struct hclge_dev *hdev, char *buf, int len) hclge_dbg_dump_tm_pg() argument
817 hclge_dbg_dump_tm_port(struct hclge_dev *hdev, char *buf, int len) hclge_dbg_dump_tm_port() argument
838 hclge_dbg_dump_tm_bp_qset_map(struct hclge_dev *hdev, u8 tc_id, char *buf, int len) hclge_dbg_dump_tm_bp_qset_map() argument
885 hclge_dbg_dump_tm_map(struct hclge_dev *hdev, char *buf, int len) hclge_dbg_dump_tm_map() argument
930 hclge_dbg_dump_tm_nodes(struct hclge_dev *hdev, char *buf, int len) hclge_dbg_dump_tm_nodes() argument
982 hclge_dbg_dump_tm_pri(struct hclge_dev *hdev, char *buf, int len) hclge_dbg_dump_tm_pri() argument
1056 hclge_dbg_dump_tm_qset(struct hclge_dev *hdev, char *buf, int len) hclge_dbg_dump_tm_qset() argument
1115 hclge_dbg_dump_qos_pause_cfg(struct hclge_dev *hdev, char *buf, int len) hclge_dbg_dump_qos_pause_cfg() argument
1142 hclge_dbg_dump_qos_pri_map(struct hclge_dev *hdev, char *buf, int len) hclge_dbg_dump_qos_pri_map() argument
1178 hclge_dbg_dump_qos_dscp_map(struct hclge_dev *hdev, char *buf, int len) hclge_dbg_dump_qos_dscp_map() argument
1230 hclge_dbg_dump_tx_buf_cfg(struct hclge_dev *hdev, char *buf, int len) hclge_dbg_dump_tx_buf_cfg() argument
1254 hclge_dbg_dump_rx_priv_buf_cfg(struct hclge_dev *hdev, char *buf, int len) hclge_dbg_dump_rx_priv_buf_cfg() argument
1284 hclge_dbg_dump_rx_common_wl_cfg(struct hclge_dev *hdev, char *buf, int len) hclge_dbg_dump_rx_common_wl_cfg() argument
1310 hclge_dbg_dump_rx_global_pkt_cnt(struct hclge_dev *hdev, char *buf, int len) hclge_dbg_dump_rx_global_pkt_cnt() argument
1335 hclge_dbg_dump_rx_priv_wl_buf_cfg(struct hclge_dev *hdev, char *buf, int len) hclge_dbg_dump_rx_priv_wl_buf_cfg() argument
1371 hclge_dbg_dump_rx_common_threshold_cfg(struct hclge_dev *hdev, char *buf, int len) hclge_dbg_dump_rx_common_threshold_cfg() argument
1408 hclge_dbg_dump_qos_buf_cfg(struct hclge_dev *hdev, char *buf, int len) hclge_dbg_dump_qos_buf_cfg() argument
1451 hclge_dbg_dump_mng_table(struct hclge_dev *hdev, char *buf, int len) hclge_dbg_dump_mng_table() argument
1512 hclge_dbg_fd_tcam_read(struct hclge_dev *hdev, bool sel_x, char *tcam_buf, struct hclge_dbg_tcam_msg tcam_msg) hclge_dbg_fd_tcam_read() argument
1567 hclge_dbg_get_rules_location(struct hclge_dev *hdev, u16 *rule_locs) hclge_dbg_get_rules_location() argument
1586 hclge_dbg_dump_fd_tcam(struct hclge_dev *hdev, char *buf, int len) hclge_dbg_dump_fd_tcam() argument
1652 hclge_dbg_dump_fd_counter(struct hclge_dev *hdev, char *buf, int len) hclge_dbg_dump_fd_counter() argument
1698 hclge_dbg_dump_rst_info(struct hclge_dev *hdev, char *buf, int len) hclge_dbg_dump_rst_info() argument
1733 hclge_dbg_dump_serv_info(struct hclge_dev *hdev, char *buf, int len) hclge_dbg_dump_serv_info() argument
1755 hclge_dbg_dump_interrupt(struct hclge_dev *hdev, char *buf, int len) hclge_dbg_dump_interrupt() argument
1799 hclge_dbg_get_imp_stats_info(struct hclge_dev *hdev, char *buf, int len) hclge_dbg_get_imp_stats_info() argument
1874 hclge_dbg_dump_ncl_config(struct hclge_dev *hdev, char *buf, int len) hclge_dbg_dump_ncl_config() argument
1904 hclge_dbg_dump_loopback(struct hclge_dev *hdev, char *buf, int len) hclge_dbg_dump_loopback() argument
1969 hclge_dbg_dump_mac_tnl_status(struct hclge_dev *hdev, char *buf, int len) hclge_dbg_dump_mac_tnl_status() argument
1997 hclge_dbg_dump_mac_list(struct hclge_dev *hdev, char *buf, int len, bool is_unicast) hclge_dbg_dump_mac_list() argument
2040 hclge_dbg_dump_umv_info(struct hclge_dev *hdev, char *buf, int len) hclge_dbg_dump_umv_info() argument
2073 hclge_get_vlan_rx_offload_cfg(struct hclge_dev *hdev, u8 vf_id, struct hclge_dbg_vlan_cfg *vlan_cfg) hclge_get_vlan_rx_offload_cfg() argument
2108 hclge_get_vlan_tx_offload_cfg(struct hclge_dev *hdev, u8 vf_id, struct hclge_dbg_vlan_cfg *vlan_cfg) hclge_get_vlan_tx_offload_cfg() argument
2145 hclge_get_vlan_filter_config_cmd(struct hclge_dev *hdev, u8 vlan_type, u8 vf_id, struct hclge_desc *desc) hclge_get_vlan_filter_config_cmd() argument
2166 hclge_get_vlan_filter_state(struct hclge_dev *hdev, u8 vlan_type, u8 vf_id, u8 *vlan_fe) hclge_get_vlan_filter_state() argument
2183 hclge_get_port_vlan_filter_bypass_state(struct hclge_dev *hdev, u8 vf_id, u8 *bypass_en) hclge_get_port_vlan_filter_bypass_state() argument
2235 hclge_dbg_dump_vlan_filter_config(struct hclge_dev *hdev, char *buf, int len, int *pos) hclge_dbg_dump_vlan_filter_config() argument
2288 hclge_dbg_dump_vlan_offload_config(struct hclge_dev *hdev, char *buf, int len, int *pos) hclge_dbg_dump_vlan_offload_config() argument
2339 hclge_dbg_dump_vlan_config(struct hclge_dev *hdev, char *buf, int len) hclge_dbg_dump_vlan_config() argument
2352 hclge_dbg_dump_ptp_info(struct hclge_dev *hdev, char *buf, int len) hclge_dbg_dump_ptp_info() argument
2403 hclge_dbg_dump_mac_uc(struct hclge_dev *hdev, char *buf, int len) hclge_dbg_dump_mac_uc() argument
2410 hclge_dbg_dump_mac_mc(struct hclge_dev *hdev, char *buf, int len) hclge_dbg_dump_mac_mc() argument
2573 struct hclge_dev *hdev = vport->back; hclge_dbg_read_cmd() local
[all...]

Completed in 40 milliseconds

1...<<2122232425