Home
last modified time | relevance | path

Searched defs:hdev (Results 451 - 475 of 604) sorted by relevance

1...<<11121314151617181920>>...25

/kernel/linux/linux-5.10/drivers/misc/habanalabs/common/
H A Ddebugfs.c21 static int hl_debugfs_i2c_read(struct hl_device *hdev, u8 i2c_bus, u8 i2c_addr, in hl_debugfs_i2c_read() argument
47 static int hl_debugfs_i2c_write(struct hl_device *hdev, u8 i2c_bus, u8 i2c_addr, in hl_debugfs_i2c_write() argument
74 hl_debugfs_led_set(struct hl_device *hdev, u8 led, u8 state) hl_debugfs_led_set() argument
377 struct hl_device *hdev = dev_entry->hdev; mmu_show() local
539 struct hl_device *hdev = dev_entry->hdev; mmu_asid_va_write() local
580 struct hl_device *hdev = dev_entry->hdev; engines_show() local
593 hl_is_device_va(struct hl_device *hdev, u64 addr) hl_is_device_va() argument
615 device_va_to_pa(struct hl_device *hdev, u64 virt_addr, u64 *phys_addr) device_va_to_pa() argument
698 struct hl_device *hdev = entry->hdev; hl_data_read32() local
733 struct hl_device *hdev = entry->hdev; hl_data_write32() local
767 struct hl_device *hdev = entry->hdev; hl_data_read64() local
797 struct hl_device *hdev = entry->hdev; hl_data_write64() local
826 struct hl_device *hdev = entry->hdev; hl_get_power_state() local
850 struct hl_device *hdev = entry->hdev; hl_set_power_state() local
880 struct hl_device *hdev = entry->hdev; hl_i2c_data_read() local
908 struct hl_device *hdev = entry->hdev; hl_i2c_data_write() local
932 struct hl_device *hdev = entry->hdev; hl_led0_write() local
951 struct hl_device *hdev = entry->hdev; hl_led1_write() local
970 struct hl_device *hdev = entry->hdev; hl_led2_write() local
997 struct hl_device *hdev = entry->hdev; hl_device_write() local
1029 struct hl_device *hdev = entry->hdev; hl_clk_gate_read() local
1047 struct hl_device *hdev = entry->hdev; hl_clk_gate_write() local
1071 struct hl_device *hdev = entry->hdev; hl_stop_on_err_read() local
1089 struct hl_device *hdev = entry->hdev; hl_stop_on_err_write() local
1205 hl_debugfs_add_device(struct hl_device *hdev) hl_debugfs_add_device() argument
1329 hl_debugfs_remove_device(struct hl_device *hdev) hl_debugfs_remove_device() argument
1393 hl_debugfs_add_job(struct hl_device *hdev, struct hl_cs_job *job) hl_debugfs_add_job() argument
1402 hl_debugfs_remove_job(struct hl_device *hdev, struct hl_cs_job *job) hl_debugfs_remove_job() argument
1411 hl_debugfs_add_userptr(struct hl_device *hdev, struct hl_userptr *userptr) hl_debugfs_add_userptr() argument
1420 hl_debugfs_remove_userptr(struct hl_device *hdev, struct hl_userptr *userptr) hl_debugfs_remove_userptr() argument
1430 hl_debugfs_add_ctx_mem_hash(struct hl_device *hdev, struct hl_ctx *ctx) hl_debugfs_add_ctx_mem_hash() argument
1439 hl_debugfs_remove_ctx_mem_hash(struct hl_device *hdev, struct hl_ctx *ctx) hl_debugfs_remove_ctx_mem_hash() argument
[all...]
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-lenovo.c46 struct hid_device *hdev; member
73 static int lenovo_led_set_tp10ubkbd(struct hid_device *hdev, u8 led_code, in lenovo_led_set_tp10ubkbd() argument
118 static __u8 *lenovo_report_fixup(struct hid_device *hdev, __u8 *rdesc, in lenovo_report_fixup() argument
138 static int lenovo_input_mapping_tpkbd(struct hid_device *hdev, in lenovo_input_mapping_tpkbd() argument
151 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
225 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
236 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
274 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
305 lenovo_send_cmd_cptkbd(struct hid_device *hdev, unsigned char byte2, unsigned char byte3) lenovo_send_cmd_cptkbd() argument
337 lenovo_features_set_cptkbd(struct hid_device *hdev) lenovo_features_set_cptkbd() argument
355 struct hid_device *hdev = to_hid_device(dev); attr_fn_lock_show() local
366 struct hid_device *hdev = to_hid_device(dev); attr_fn_lock_store() local
396 struct hid_device *hdev = to_hid_device(dev); attr_sensitivity_show_cptkbd() local
408 struct hid_device *hdev = to_hid_device(dev); attr_sensitivity_store_cptkbd() local
443 lenovo_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *data, int size) lenovo_raw_event() argument
463 lenovo_event_tp10ubkbd(struct hid_device *hdev, struct hid_field *field, struct hid_usage *usage, __s32 value) lenovo_event_tp10ubkbd() argument
481 lenovo_event_cptkbd(struct hid_device *hdev, struct hid_field *field, struct hid_usage *usage, __s32 value) lenovo_event_cptkbd() argument
534 lenovo_event(struct hid_device *hdev, struct hid_field *field, struct hid_usage *usage, __s32 value) lenovo_event() argument
551 lenovo_features_set_tpkbd(struct hid_device *hdev) lenovo_features_set_tpkbd() argument
574 struct hid_device *hdev = to_hid_device(dev); attr_press_to_select_show_tpkbd() local
585 struct hid_device *hdev = to_hid_device(dev); attr_press_to_select_store_tpkbd() local
604 struct hid_device *hdev = to_hid_device(dev); attr_dragging_show_tpkbd() local
615 struct hid_device *hdev = to_hid_device(dev); attr_dragging_store_tpkbd() local
634 struct hid_device *hdev = to_hid_device(dev); attr_release_to_select_show_tpkbd() local
645 struct hid_device *hdev = to_hid_device(dev); attr_release_to_select_store_tpkbd() local
664 struct hid_device *hdev = to_hid_device(dev); attr_select_right_show_tpkbd() local
675 struct hid_device *hdev = to_hid_device(dev); attr_select_right_store_tpkbd() local
694 struct hid_device *hdev = to_hid_device(dev); attr_sensitivity_show_tpkbd() local
706 struct hid_device *hdev = to_hid_device(dev); attr_sensitivity_store_tpkbd() local
723 struct hid_device *hdev = to_hid_device(dev); attr_press_speed_show_tpkbd() local
735 struct hid_device *hdev = to_hid_device(dev); attr_press_speed_store_tpkbd() local
792 lenovo_led_set_tpkbd(struct hid_device *hdev) lenovo_led_set_tpkbd() argument
807 struct hid_device *hdev = to_hid_device(dev); lenovo_led_brightness_get() local
823 struct hid_device *hdev = to_hid_device(dev); lenovo_led_brightness_set() local
849 lenovo_register_leds(struct hid_device *hdev) lenovo_register_leds() argument
888 lenovo_probe_tpkbd(struct hid_device *hdev) lenovo_probe_tpkbd() argument
941 lenovo_probe_cptkbd(struct hid_device *hdev) lenovo_probe_cptkbd() argument
997 lenovo_probe_tp10ubkbd(struct hid_device *hdev) lenovo_probe_tp10ubkbd() argument
1039 lenovo_probe(struct hid_device *hdev, const struct hid_device_id *id) lenovo_probe() argument
1081 lenovo_remove_tpkbd(struct hid_device *hdev) lenovo_remove_tpkbd() argument
1099 lenovo_remove_cptkbd(struct hid_device *hdev) lenovo_remove_cptkbd() argument
1105 lenovo_remove_tp10ubkbd(struct hid_device *hdev) lenovo_remove_tp10ubkbd() argument
1119 lenovo_remove(struct hid_device *hdev) lenovo_remove() argument
1137 lenovo_input_configured(struct hid_device *hdev, struct hid_input *hi) lenovo_input_configured() argument
[all...]
H A Dhid-lg4ff.c326 int lg4ff_raw_event(struct hid_device *hdev, struct hid_report *report, in lg4ff_raw_event() argument
H A Dhid-prodikeys.c38 struct hid_device *hdev; member
102 struct hid_device *hdev = to_hid_device(dev); in show_channel() local
115 struct hid_device *hdev = to_hid_device(dev); in store_channel() local
139 struct hid_device *hdev = to_hid_device(dev); in show_sustain() local
152 struct hid_device *hdev = to_hid_device(dev); in store_sustain() local
178 struct hid_device *hdev in show_octave() local
191 struct hid_device *hdev = to_hid_device(dev); store_octave() local
273 struct hid_device *hdev = pm->pk->hdev; pcmidi_get_output_report() local
298 struct hid_device *hdev = pm->pk->hdev; pcmidi_submit_output_report() local
744 pk_report_fixup(struct hid_device *hdev, __u8 *rdesc, unsigned int *rsize) pk_report_fixup() argument
758 pk_input_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) pk_input_mapping() argument
777 pk_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *data, int size) pk_raw_event() argument
798 pk_probe(struct hid_device *hdev, const struct hid_device_id *id) pk_probe() argument
865 pk_remove(struct hid_device *hdev) pk_remove() argument
[all...]
H A Dhid-steam.c115 struct hid_device *hdev, *client_hdev; member
395 struct hid_device *hdev = steam->hdev; steam_input_register() local
596 steam_is_valve_interface(struct hid_device *hdev) steam_is_valve_interface() argument
615 steam_client_ll_parse(struct hid_device *hdev) steam_client_ll_parse() argument
623 steam_client_ll_start(struct hid_device *hdev) steam_client_ll_start() argument
628 steam_client_ll_stop(struct hid_device *hdev) steam_client_ll_stop() argument
632 steam_client_ll_open(struct hid_device *hdev) steam_client_ll_open() argument
645 steam_client_ll_close(struct hid_device *hdev) steam_client_ll_close() argument
666 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
686 steam_create_client_hid(struct hid_device *hdev) steam_create_client_hid() argument
715 steam_probe(struct hid_device *hdev, const struct hid_device_id *id) steam_probe() argument
814 steam_remove(struct hid_device *hdev) steam_remove() argument
1027 steam_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *data, int size) steam_raw_event() argument
[all...]
H A Dhid-wiimote-core.c22 static int wiimote_hid_send(struct hid_device *hdev, __u8 *buffer, in wiimote_hid_send() argument
1617 wiimote_hid_event(struct hid_device *hdev, struct hid_report *report, u8 *raw_data, int size) wiimote_hid_event() argument
1729 wiimote_create(struct hid_device *hdev) wiimote_create() argument
1782 wiimote_hid_probe(struct hid_device *hdev, const struct hid_device_id *id) wiimote_hid_probe() argument
1854 wiimote_hid_remove(struct hid_device *hdev) wiimote_hid_remove() argument
[all...]
H A Dhid-asus.c95 struct hid_device *hdev; member
114 struct hid_device *hdev; member
309 static int asus_event(struct hid_device *hdev, struct hid_field *field, in asus_event() argument
322 static int asus_raw_event(struct hid_device *hdev, in asus_raw_event() argument
339 static int asus_kbd_set_report(struct hid_device *hdev, const u8 *buf, size_t buf_size) in asus_kbd_set_report() argument
356 static int asus_kbd_init(struct hid_device *hdev) in asus_kbd_init() argument
369 asus_kbd_get_functions(struct hid_device *hdev, unsigned char *kbd_func) asus_kbd_get_functions() argument
459 asus_kbd_wmi_led_control_present(struct hid_device *hdev) asus_kbd_wmi_led_control_present() argument
476 asus_kbd_register_leds(struct hid_device *hdev) asus_kbd_register_leds() argument
641 asus_battery_probe(struct hid_device *hdev) asus_battery_probe() argument
679 asus_input_configured(struct hid_device *hdev, struct hid_input *hi) asus_input_configured() argument
747 asus_input_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) asus_input_mapping() argument
877 asus_start_multitouch(struct hid_device *hdev) asus_start_multitouch() argument
904 asus_resume(struct hid_device *hdev) asus_resume() argument
922 asus_reset_resume(struct hid_device *hdev) asus_reset_resume() argument
932 asus_probe(struct hid_device *hdev, const struct hid_device_id *id) asus_probe() argument
1054 asus_remove(struct hid_device *hdev) asus_remove() argument
1075 asus_report_fixup(struct hid_device *hdev, __u8 *rdesc, unsigned int *rsize) asus_report_fixup() argument
[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() argument
252 u1_read_write_register(struct hid_device *hdev, u32 address, u8 *read_val, u8 write_val, bool read_flag) u1_read_write_register() argument
434 alps_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *data, int size) alps_raw_event() argument
451 alps_post_reset(struct hid_device *hdev) alps_post_reset() argument
492 alps_post_resume(struct hid_device *hdev) alps_post_resume() argument
497 u1_init(struct hid_device *hdev, struct alps_dev *pri_data) u1_init() argument
609 T4_init(struct hid_device *hdev, struct alps_dev *pri_data) T4_init() argument
674 alps_input_configured(struct hid_device *hdev, struct hid_input *hi) alps_input_configured() argument
775 alps_input_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) alps_input_mapping() argument
782 alps_probe(struct hid_device *hdev, const struct hid_device_id *id) alps_probe() argument
823 alps_remove(struct hid_device *hdev) alps_remove() argument
[all...]
/kernel/linux/linux-5.10/drivers/nfc/microread/
H A Dmicroread.c158 struct nfc_hci_dev *hdev; member
165 static int microread_open(struct nfc_hci_dev *hdev) in microread_open() argument
172 static void microread_close(struct nfc_hci_dev *hdev) in microread_close() argument
179 static int microread_hci_ready(struct nfc_hci_dev *hdev) in microread_hci_ready() argument
218 microread_xmit(struct nfc_hci_dev *hdev, struct sk_buff *skb) microread_xmit() argument
225 microread_start_poll(struct nfc_hci_dev *hdev, u32 im_protocols, u32 tm_protocols) microread_start_poll() argument
301 microread_dep_link_up(struct nfc_hci_dev *hdev, struct nfc_target *target, u8 comm_mode, u8 *gb, size_t gb_len) microread_dep_link_up() argument
329 microread_dep_link_down(struct nfc_hci_dev *hdev) microread_dep_link_down() argument
335 microread_target_from_gate(struct nfc_hci_dev *hdev, u8 gate, struct nfc_target *target) microread_target_from_gate() argument
349 microread_complete_target_discovered(struct nfc_hci_dev *hdev, u8 gate, struct nfc_target *target) microread_complete_target_discovered() argument
399 microread_im_transceive(struct nfc_hci_dev *hdev, struct nfc_target *target, struct sk_buff *skb, data_exchange_cb_t cb, void *cb_context) microread_im_transceive() argument
457 microread_tm_send(struct nfc_hci_dev *hdev, struct sk_buff *skb) microread_tm_send() argument
470 microread_target_discovered(struct nfc_hci_dev *hdev, u8 gate, struct sk_buff *skb) microread_target_discovered() argument
549 microread_event_received(struct nfc_hci_dev *hdev, u8 pipe, u8 event, struct sk_buff *skb) microread_event_received() argument
645 microread_probe(void *phy_id, struct nfc_phy_ops *phy_ops, char *llc_name, int phy_headroom, int phy_tailroom, int phy_payload, struct nfc_hci_dev **hdev) microread_probe() argument
712 microread_remove(struct nfc_hci_dev *hdev) microread_remove() argument
[all...]
/kernel/linux/linux-5.10/net/vmw_vsock/
H A Dhyperv_transport.c841 static int hvs_probe(struct hv_device *hdev, in hvs_probe() argument
856 static int hvs_remove(struct hv_device *hdev) in hvs_remove() argument
/kernel/linux/linux-5.10/include/net/nfc/
H A Dhci.h170 nfc_hci_set_vendor_cmds(struct nfc_hci_dev *hdev, struct nfc_vendor_cmd *cmds, int n_cmds) nfc_hci_set_vendor_cmds() argument
[all...]
/kernel/linux/linux-5.10/sound/soc/sof/intel/
H A Dhda.c140 struct sof_intel_hda_dev *hdev; in hda_sdw_acpi_scan() local
158 struct sof_intel_hda_dev *hdev; in hda_sdw_probe() local
198 struct sof_intel_hda_dev *hdev; in hda_sdw_startup() local
210 struct sof_intel_hda_dev *hdev; hda_sdw_exit() local
225 struct sof_intel_hda_dev *hdev; hda_dsp_check_sdw_irq() local
256 struct sof_intel_hda_dev *hdev; hda_sdw_check_wakeen_irq() local
269 struct sof_intel_hda_dev *hdev; hda_sdw_process_wakeen() local
623 struct sof_intel_hda_dev *hdev = pdata->hw_pdata; hda_init_caps() local
714 struct sof_intel_hda_dev *hdev = sdev->pdata->hw_pdata; hda_dsp_interrupt_thread() local
741 struct sof_intel_hda_dev *hdev; hda_dsp_probe() local
1125 struct sof_intel_hda_dev *hdev; hda_sdw_machine_select() local
[all...]
/kernel/linux/linux-5.10/net/bluetooth/
H A Dhci_conn.c66 struct hci_dev *hdev = conn->hdev; in hci_connect_le_scan_cleanup() local
116 struct hci_dev *hdev in hci_conn_cleanup() local
149 struct hci_dev *hdev = conn->hdev; le_scan_cleanup() local
198 struct hci_dev *hdev = conn->hdev; hci_acl_create_connection() local
248 struct hci_dev *hdev = conn->hdev; hci_disconnect() local
261 struct hci_dev *hdev = conn->hdev; hci_add_sco() local
279 struct hci_dev *hdev = conn->hdev; hci_setup_sync() local
330 struct hci_dev *hdev = conn->hdev; hci_le_conn_update() local
366 struct hci_dev *hdev = conn->hdev; hci_le_start_enc() local
437 struct hci_dev *hdev = conn->hdev; hci_conn_idle() local
476 le_disable_advertising(struct hci_dev *hdev) le_disable_advertising() argument
497 struct hci_dev *hdev = conn->hdev; le_conn_timeout() local
518 hci_conn_add(struct hci_dev *hdev, int type, bdaddr_t *dst, u8 role) hci_conn_add() argument
605 struct hci_dev *hdev = conn->hdev; hci_conn_del() local
653 struct hci_dev *hdev = NULL, *d; hci_get_route() local
714 struct hci_dev *hdev = conn->hdev; hci_le_conn_failed() local
753 create_le_conn_complete(struct hci_dev *hdev, u8 status, u16 opcode) create_le_conn_complete() argument
780 struct hci_dev *hdev = conn->hdev; conn_use_rpa() local
788 struct hci_dev *hdev = conn->hdev; set_ext_conn_params() local
806 struct hci_dev *hdev = conn->hdev; hci_req_add_le_create_conn() local
898 struct hci_dev *hdev = req->hdev; hci_req_directed_advertising() local
996 hci_connect_le(struct hci_dev *hdev, bdaddr_t *dst, u8 dst_type, u8 sec_level, u16 conn_timeout, u8 role, bdaddr_t *direct_rpa) hci_connect_le() argument
1127 is_connected(struct hci_dev *hdev, bdaddr_t *addr, u8 type) is_connected() argument
1142 hci_explicit_conn_params_set(struct hci_dev *hdev, bdaddr_t *addr, u8 addr_type) hci_explicit_conn_params_set() argument
1180 hci_connect_le_scan(struct hci_dev *hdev, bdaddr_t *dst, u8 dst_type, u8 sec_level, u16 conn_timeout, enum conn_reasons conn_reason) hci_connect_le_scan() argument
1237 hci_connect_acl(struct hci_dev *hdev, bdaddr_t *dst, u8 sec_level, u8 auth_type, enum conn_reasons conn_reason) hci_connect_acl() argument
1279 hci_connect_sco(struct hci_dev *hdev, int type, bdaddr_t *dst, __u16 setting) hci_connect_sco() argument
1538 struct hci_dev *hdev = conn->hdev; hci_conn_enter_active_mode() local
1561 hci_conn_hash_flush(struct hci_dev *hdev) hci_conn_hash_flush() argument
1577 hci_conn_check_pending(struct hci_dev *hdev) hci_conn_check_pending() argument
1619 struct hci_dev *hdev; hci_get_conn_list() local
1667 hci_get_conn_info(struct hci_dev *hdev, void __user *arg) hci_get_conn_info() argument
1695 hci_get_auth_info(struct hci_dev *hdev, void __user *arg) hci_get_auth_info() argument
1717 struct hci_dev *hdev = conn->hdev; hci_chan_create() local
1743 struct hci_dev *hdev = conn->hdev; hci_chan_del() local
1783 hci_chan_lookup_handle(struct hci_dev *hdev, __u16 handle) hci_chan_lookup_handle() argument
[all...]
H A D6lowpan.c68 struct hci_dev *hdev; member
994 struct hci_dev *hdev; in get_l2cap_conn() local
[all...]
H A Dhci_sock.c53 struct hci_dev *hdev; member
64 struct hci_dev *hdev = hci_pi(sk)->hdev; in hci_hdev_from_sock() local
202 void hci_send_to_sock(struct hci_dev *hdev, struct sk_buff *skb) in hci_send_to_sock() argument
310 hci_send_to_monitor(struct hci_dev *hdev, struct sk_buff *skb) hci_send_to_monitor() argument
369 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
423 create_monitor_event(struct hci_dev *hdev, int event) create_monitor_event() argument
659 struct hci_dev *hdev; send_monitor_replay() local
720 hci_si_event(struct hci_dev *hdev, int type, int dlen, void *data) hci_si_event() argument
746 hci_sock_dev_event(struct hci_dev *hdev, int event) hci_sock_dev_event() argument
839 struct hci_dev *hdev; hci_sock_release() local
897 hci_sock_reject_list_add(struct hci_dev *hdev, void __user *arg) hci_sock_reject_list_add() argument
914 hci_sock_reject_list_del(struct hci_dev *hdev, void __user *arg) hci_sock_reject_list_del() argument
935 struct hci_dev *hdev = hci_hdev_from_sock(sk); hci_sock_bound_ioctl() local
1125 struct hci_dev *hdev = NULL; hci_sock_bind() local
1421 struct hci_dev *hdev; hci_sock_getname() local
1547 struct hci_dev *hdev = NULL; hci_mgmt_cmd() local
1670 struct hci_dev *hdev; hci_logging_frame() local
1755 struct hci_dev *hdev; hci_sock_sendmsg() local
[all...]
/kernel/linux/linux-5.10/drivers/nfc/pn544/
H A Di2c.c151 struct nfc_hci_dev *hdev; member
H A Dpn544.c114 struct nfc_hci_dev *hdev; member
127 static int pn544_hci_open(struct nfc_hci_dev *hdev) in pn544_hci_open() argument
149 static void pn544_hci_close(struct nfc_hci_dev *hdev) in pn544_hci_close() argument
166 static int pn544_hci_ready(struct nfc_hci_dev *hdev) in pn544_hci_ready() argument
326 pn544_hci_xmit(struct nfc_hci_dev *hdev, struct sk_buff *skb) pn544_hci_xmit() argument
333 pn544_hci_start_poll(struct nfc_hci_dev *hdev, u32 im_protocols, u32 tm_protocols) pn544_hci_start_poll() argument
444 pn544_hci_dep_link_up(struct nfc_hci_dev *hdev, struct nfc_target *target, u8 comm_mode, u8 *gb, size_t gb_len) pn544_hci_dep_link_up() argument
474 pn544_hci_dep_link_down(struct nfc_hci_dev *hdev) pn544_hci_dep_link_down() argument
481 pn544_hci_target_from_gate(struct nfc_hci_dev *hdev, u8 gate, struct nfc_target *target) pn544_hci_target_from_gate() argument
502 pn544_hci_complete_target_discovered(struct nfc_hci_dev *hdev, u8 gate, struct nfc_target *target) pn544_hci_complete_target_discovered() argument
603 pn544_hci_im_transceive(struct nfc_hci_dev *hdev, struct nfc_target *target, struct sk_buff *skb, data_exchange_cb_t cb, void *cb_context) pn544_hci_im_transceive() argument
667 pn544_hci_tm_send(struct nfc_hci_dev *hdev, struct sk_buff *skb) pn544_hci_tm_send() argument
682 pn544_hci_check_presence(struct nfc_hci_dev *hdev, struct nfc_target *target) pn544_hci_check_presence() argument
716 pn544_hci_event_received(struct nfc_hci_dev *hdev, u8 pipe, u8 event, struct sk_buff *skb) pn544_hci_event_received() argument
771 pn544_hci_fw_download(struct nfc_hci_dev *hdev, const char *firmware_name) pn544_hci_fw_download() argument
782 pn544_hci_discover_se(struct nfc_hci_dev *hdev) pn544_hci_discover_se() argument
810 pn544_hci_enable_se(struct nfc_hci_dev *hdev, u32 se_idx) pn544_hci_enable_se() argument
865 pn544_hci_disable_se(struct nfc_hci_dev *hdev, u32 se_idx) pn544_hci_disable_se() argument
904 pn544_hci_probe(void *phy_id, struct nfc_phy_ops *phy_ops, char *llc_name, int phy_headroom, int phy_tailroom, int phy_payload, fw_download_t fw_download, struct nfc_hci_dev **hdev) pn544_hci_probe() argument
973 pn544_hci_remove(struct nfc_hci_dev *hdev) pn544_hci_remove() argument
[all...]
/kernel/linux/linux-5.10/drivers/nfc/st21nfca/
H A Dcore.c105 static int st21nfca_hci_load_session(struct nfc_hci_dev *hdev) in st21nfca_hci_load_session() argument
206 static int st21nfca_hci_open(struct nfc_hci_dev *hdev) in st21nfca_hci_open() argument
228 st21nfca_hci_close(struct nfc_hci_dev *hdev) st21nfca_hci_close() argument
244 st21nfca_hci_ready(struct nfc_hci_dev *hdev) st21nfca_hci_ready() argument
308 st21nfca_hci_xmit(struct nfc_hci_dev *hdev, struct sk_buff *skb) st21nfca_hci_xmit() argument
315 st21nfca_hci_start_poll(struct nfc_hci_dev *hdev, u32 im_protocols, u32 tm_protocols) st21nfca_hci_start_poll() argument
496 st21nfca_hci_stop_poll(struct nfc_hci_dev *hdev) st21nfca_hci_stop_poll() argument
502 st21nfca_get_iso14443_3_atqa(struct nfc_hci_dev *hdev, u16 *atqa) st21nfca_get_iso14443_3_atqa() argument
524 st21nfca_get_iso14443_3_sak(struct nfc_hci_dev *hdev, u8 *sak) st21nfca_get_iso14443_3_sak() argument
546 st21nfca_get_iso14443_3_uid(struct nfc_hci_dev *hdev, u8 *uid, int *len) st21nfca_get_iso14443_3_uid() argument
569 st21nfca_get_iso15693_inventory(struct nfc_hci_dev *hdev, struct nfc_target *target) st21nfca_get_iso15693_inventory() argument
597 st21nfca_hci_dep_link_up(struct nfc_hci_dev *hdev, struct nfc_target *target, u8 comm_mode, u8 *gb, size_t gb_len) st21nfca_hci_dep_link_up() argument
607 st21nfca_hci_dep_link_down(struct nfc_hci_dev *hdev) st21nfca_hci_dep_link_down() argument
617 st21nfca_hci_target_from_gate(struct nfc_hci_dev *hdev, u8 gate, struct nfc_target *target) st21nfca_hci_target_from_gate() argument
671 st21nfca_hci_complete_target_discovered(struct nfc_hci_dev *hdev, u8 gate, struct nfc_target *target) st21nfca_hci_complete_target_discovered() argument
760 st21nfca_hci_im_transceive(struct nfc_hci_dev *hdev, struct nfc_target *target, struct sk_buff *skb, data_exchange_cb_t cb, void *cb_context) st21nfca_hci_im_transceive() argument
802 st21nfca_hci_tm_send(struct nfc_hci_dev *hdev, struct sk_buff *skb) st21nfca_hci_tm_send() argument
807 st21nfca_hci_check_presence(struct nfc_hci_dev *hdev, struct nfc_target *target) st21nfca_hci_check_presence() argument
833 st21nfca_hci_cmd_received(struct nfc_hci_dev *hdev, u8 pipe, u8 cmd, struct sk_buff *skb) st21nfca_hci_cmd_received() argument
857 st21nfca_admin_event_received(struct nfc_hci_dev *hdev, u8 event, struct sk_buff *skb) st21nfca_admin_event_received() argument
890 st21nfca_hci_event_received(struct nfc_hci_dev *hdev, u8 pipe, u8 event, struct sk_buff *skb) st21nfca_hci_event_received() argument
938 st21nfca_hci_probe(void *phy_id, struct nfc_phy_ops *phy_ops, char *llc_name, int phy_headroom, int phy_tailroom, int phy_payload, struct nfc_hci_dev **hdev, struct st21nfca_se_status *se_status) st21nfca_hci_probe() argument
1025 st21nfca_hci_remove(struct nfc_hci_dev *hdev) st21nfca_hci_remove() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_err.c1365 static int hclge_cmd_query_error(struct hclge_dev *hdev, in hclge_cmd_query_error() argument
1386 static int hclge_clear_mac_tnl_int(struct hclge_dev *hdev) in hclge_clear_mac_tnl_int() argument
1396 static int hclge_config_common_hw_err_int(struct hclge_dev *hdev, bool en) in hclge_config_common_hw_err_int() argument
1433 static int hclge_config_ncsi_hw_err_int(struct hclge_dev *hdev, boo argument
1455 hclge_config_igu_egu_hw_err_int(struct hclge_dev *hdev, bool en) hclge_config_igu_egu_hw_err_int() argument
1494 hclge_config_ppp_error_interrupt(struct hclge_dev *hdev, u32 cmd, bool en) hclge_config_ppp_error_interrupt() argument
1543 hclge_config_ppp_hw_err_int(struct hclge_dev *hdev, bool en) hclge_config_ppp_hw_err_int() argument
1558 hclge_config_tm_hw_err_int(struct hclge_dev *hdev, bool en) hclge_config_tm_hw_err_int() argument
1591 hclge_config_mac_err_int(struct hclge_dev *hdev, bool en) hclge_config_mac_err_int() argument
1612 hclge_config_mac_tnl_int(struct hclge_dev *hdev, bool en) hclge_config_mac_tnl_int() argument
1627 hclge_config_ppu_error_interrupts(struct hclge_dev *hdev, u32 cmd, bool en) hclge_config_ppu_error_interrupts() argument
1686 hclge_config_ppu_hw_err_int(struct hclge_dev *hdev, bool en) hclge_config_ppu_hw_err_int() argument
1715 hclge_config_ssu_hw_err_int(struct hclge_dev *hdev, bool en) hclge_config_ssu_hw_err_int() argument
1780 hclge_query_bd_num(struct hclge_dev *hdev, bool is_ras, u32 *mpf_bd_num, u32 *pf_bd_num) hclge_query_bd_num() argument
1826 hclge_handle_mpf_ras_error(struct hclge_dev *hdev, struct hclge_desc *desc, int num) hclge_handle_mpf_ras_error() argument
1984 hclge_handle_pf_ras_error(struct hclge_dev *hdev, struct hclge_desc *desc, int num) hclge_handle_pf_ras_error() argument
2049 hclge_handle_all_ras_errors(struct hclge_dev *hdev) hclge_handle_all_ras_errors() argument
2080 hclge_log_rocee_axi_error(struct hclge_dev *hdev) hclge_log_rocee_axi_error() argument
2116 hclge_log_rocee_ecc_error(struct hclge_dev *hdev) hclge_log_rocee_ecc_error() argument
2140 hclge_log_rocee_ovf_error(struct hclge_dev *hdev) hclge_log_rocee_ovf_error() argument
2187 hclge_log_and_clear_rocee_ras_error(struct hclge_dev *hdev) hclge_log_and_clear_rocee_ras_error() argument
2251 hclge_config_rocee_ras_interrupt(struct hclge_dev *hdev, bool en) hclge_config_rocee_ras_interrupt() argument
2281 struct hclge_dev *hdev = ae_dev->priv; hclge_handle_rocee_ras_error() local
2326 hclge_config_all_msix_error(struct hclge_dev *hdev, bool enable) hclge_config_all_msix_error() argument
2340 hclge_config_nic_hw_error(struct hclge_dev *hdev, bool state) hclge_config_nic_hw_error() argument
2361 struct hclge_dev *hdev = ae_dev->priv; hclge_handle_hw_ras_error() local
2400 hclge_clear_hw_msix_error(struct hclge_dev *hdev, struct hclge_desc *desc, bool is_mpf, u32 bd_num) hclge_clear_hw_msix_error() argument
2425 hclge_query_over_8bd_err_info(struct hclge_dev *hdev, u16 *vf_id, u16 *q_id) hclge_query_over_8bd_err_info() argument
2451 hclge_handle_over_8bd_err(struct hclge_dev *hdev, unsigned long *reset_requests) hclge_handle_over_8bd_err() argument
2500 hclge_handle_mpf_msix_error(struct hclge_dev *hdev, struct hclge_desc *desc, int mpf_bd_num, unsigned long *reset_requests) hclge_handle_mpf_msix_error() argument
2551 hclge_handle_pf_msix_error(struct hclge_dev *hdev, struct hclge_desc *desc, int pf_bd_num, unsigned long *reset_requests) hclge_handle_pf_msix_error() argument
2605 hclge_handle_all_hw_msix_error(struct hclge_dev *hdev, unsigned long *reset_requests) hclge_handle_all_hw_msix_error() argument
2640 hclge_handle_hw_msix_error(struct hclge_dev *hdev, unsigned long *reset_requests) hclge_handle_hw_msix_error() argument
2654 hclge_handle_mac_tnl(struct hclge_dev *hdev) hclge_handle_mac_tnl() argument
2691 struct hclge_dev *hdev = ae_dev->priv; hclge_handle_all_hns_hw_errors() local
2740 hclge_find_error_source(struct hclge_dev *hdev) hclge_find_error_source() argument
2754 hclge_handle_occurred_error(struct hclge_dev *hdev) hclge_handle_occurred_error() argument
2814 struct hclge_dev *hdev = ae_dev->priv; hclge_handle_error_module_log() local
2854 hclge_query_all_err_bd_num(struct hclge_dev *hdev, u32 *bd_num) hclge_query_all_err_bd_num() argument
2876 hclge_query_all_err_info(struct hclge_dev *hdev, struct hclge_desc *desc, u32 bd_num) hclge_query_all_err_info() argument
2893 struct hclge_dev *hdev = ae_dev->priv; hclge_handle_error_info_log() local
[all...]
H A Dhclge_mbx.c36 struct hclge_dev *hdev = vport->back; in hclge_gen_resp_to_vf() local
95 struct hclge_dev *hdev = vport->back; in hclge_send_mbx_msg() local
142 struct hclge_dev *hdev = vport->back; hclge_inform_reset_assert_to_vf() local
186 struct hclge_dev *hdev = vport->back; hclge_get_ring_chain_from_mbx() local
265 struct hclge_dev *hdev = vport->back; hclge_query_ring_vector_map() local
338 struct hclge_dev *hdev = vport->back; hclge_set_vf_promisc_mode() local
360 struct hclge_dev *hdev = vport->back; hclge_set_vf_uc_mac_addr() local
402 struct hclge_dev *hdev = vport->back; hclge_set_vf_mc_mac_addr() local
443 struct hclge_dev *hdev = vport->back; hclge_set_vf_vlan_cfg() local
517 struct hclge_dev *hdev = vport->back; hclge_get_vf_queue_info() local
540 struct hclge_dev *hdev = vport->back; hclge_get_vf_queue_depth() local
557 struct hclge_dev *hdev = vport->back; hclge_get_vf_media_type() local
572 struct hclge_dev *hdev = vport->back; hclge_push_vf_link_status() local
604 struct hclge_dev *hdev = vport->back; hclge_get_link_mode() local
628 struct hclge_dev *hdev = vport->back; hclge_mbx_reset_vf_queue() local
652 struct hclge_dev *hdev = vport->back; hclge_reset_vf() local
662 struct hclge_dev *hdev = vport->back; hclge_notify_vf_config() local
699 struct hclge_dev *hdev = vport->back; hclge_vf_keep_alive() local
729 struct hclge_dev *hdev = vport->back; hclge_get_queue_id_in_pf() local
750 struct hclge_dev *hdev = vport->back; hclge_get_rss_key() local
775 hclge_link_fail_parse(struct hclge_dev *hdev, u8 link_fail_code) hclge_link_fail_parse() argument
792 hclge_handle_link_change_event(struct hclge_dev *hdev, struct hclge_mbx_vf_to_pf_cmd *req) hclge_handle_link_change_event() argument
808 hclge_handle_ncsi_error(struct hclge_dev *hdev) hclge_handle_ncsi_error() argument
820 struct hclge_dev *hdev = vport->back; hclge_handle_vf_tbl() local
1075 struct hclge_dev *hdev; hclge_mbx_request_handling() local
1103 hclge_mbx_handler(struct hclge_dev *hdev) hclge_mbx_handler() argument
[all...]
H A Dhclge_regs.c173 static int hclge_get_32_bit_regs(struct hclge_dev *hdev, u32 regs_num, in hclge_get_32_bit_regs() argument
227 static int hclge_get_64_bit_regs(struct hclge_dev *hdev, u32 regs_num, in hclge_get_64_bit_regs() argument
281 int hclge_query_bd_num_cmd_send(struct hclge_dev *hdev, struct hclge_desc *desc) in hclge_query_bd_num_cmd_send() argument
298 static int hclge_get_dfx_reg_bd_num(struct hclge_dev *hdev, in hclge_get_dfx_reg_bd_num() argument
324 hclge_dfx_reg_cmd_send(struct hclge_dev *hdev, struct hclge_desc *desc_src, int bd_num, enum hclge_opcode_type cmd) hclge_dfx_reg_cmd_send() argument
349 hclge_dfx_reg_rpu_tnl_cmd_send(struct hclge_dev *hdev, u32 tnl_id, struct hclge_desc *desc, int bd_num) hclge_dfx_reg_rpu_tnl_cmd_send() argument
388 hclge_get_dfx_reg_len(struct hclge_dev *hdev, int *len) hclge_get_dfx_reg_len() argument
426 hclge_get_dfx_rpu_tnl_reg(struct hclge_dev *hdev, u32 *reg, struct hclge_desc *desc_src, int bd_num) hclge_get_dfx_rpu_tnl_reg() argument
448 hclge_get_dfx_reg(struct hclge_dev *hdev, void *data) hclge_get_dfx_reg() argument
510 hclge_fetch_pf_reg(struct hclge_dev *hdev, void *data, struct hnae3_knic_private_info *kinfo) hclge_fetch_pf_reg() argument
557 hclge_get_regs_num(struct hclge_dev *hdev, u32 *regs_num_32_bit, u32 *regs_num_64_bit) hclge_get_regs_num() argument
589 struct hclge_dev *hdev = vport->back; hclge_get_regs_len() local
626 struct hclge_dev *hdev = vport->back; hclge_get_regs() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/google/gve/
H A Dgve_tx_dqo.c194 struct device *hdev = &priv->pdev->dev; in gve_tx_free_ring_dqo() local
259 struct device *hdev = &priv->pdev->dev; in gve_tx_alloc_ring_dqo() local
H A Dgve_tx.c202 struct device *hdev = &priv->pdev->dev; in gve_tx_free_ring() local
238 struct device *hdev = &priv->pdev->dev; in gve_tx_alloc_ring() local
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/
H A Dhclge_mbx.h229 struct hclgevf_dev *hdev; member
/kernel/linux/linux-6.6/include/net/nfc/
H A Dhci.h170 nfc_hci_set_vendor_cmds(struct nfc_hci_dev *hdev, const struct nfc_vendor_cmd *cmds, int n_cmds) nfc_hci_set_vendor_cmds() argument
[all...]

Completed in 28 milliseconds

1...<<11121314151617181920>>...25