| /kernel/linux/linux-6.6/drivers/hid/ |
| H A D | hid-roccat-kovaplus.c | 446 static int kovaplus_init_specials(struct hid_device *hdev) in kovaplus_init_specials() argument 488 static void kovaplus_remove_specials(struct hid_device *hdev) in kovaplus_remove_specials() argument 502 kovaplus_probe(struct hid_device *hdev, const struct hid_device_id *id) kovaplus_probe() argument 536 kovaplus_remove(struct hid_device *hdev) kovaplus_remove() argument 604 kovaplus_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *data, int size) kovaplus_raw_event() argument [all...] |
| H A D | hid-ntrig.c | 109 static inline int ntrig_get_mode(struct hid_device *hdev) in ntrig_get_mode() argument 123 static inline void ntrig_set_mode(struct hid_device *hdev, const int mode) in ntrig_set_mode() argument 140 static void ntrig_report_version(struct hid_device *hdev) in ntrig_report_version() argument 172 struct hid_device *hdev = to_hid_device(dev); show_phys_width() local 184 struct hid_device *hdev = to_hid_device(dev); show_phys_height() local 196 struct hid_device *hdev = to_hid_device(dev); show_log_width() local 208 struct hid_device *hdev = to_hid_device(dev); show_log_height() local 220 struct hid_device *hdev = to_hid_device(dev); show_min_width() local 232 struct hid_device *hdev = to_hid_device(dev); set_min_width() local 255 struct hid_device *hdev = to_hid_device(dev); show_min_height() local 267 struct hid_device *hdev = to_hid_device(dev); set_min_height() local 291 struct hid_device *hdev = to_hid_device(dev); show_activate_slack() local 301 struct hid_device *hdev = to_hid_device(dev); set_activate_slack() local 324 struct hid_device *hdev = to_hid_device(dev); show_activation_width() local 336 struct hid_device *hdev = to_hid_device(dev); set_activation_width() local 360 struct hid_device *hdev = to_hid_device(dev); show_activation_height() local 372 struct hid_device *hdev = to_hid_device(dev); set_activation_height() local 396 struct hid_device *hdev = to_hid_device(dev); show_deactivate_slack() local 406 struct hid_device *hdev = to_hid_device(dev); set_deactivate_slack() local 454 ntrig_input_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) ntrig_input_mapping() argument 545 ntrig_input_mapped(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) ntrig_input_mapped() argument 893 ntrig_probe(struct hid_device *hdev, const struct hid_device_id *id) ntrig_probe() argument 963 ntrig_remove(struct hid_device *hdev) ntrig_remove() argument [all...] |
| H A D | hid-microsoft.c | 33 struct hid_device *hdev; member 59 static __u8 *ms_report_fixup(struct hid_device *hdev, __u8 *rdesc, in ms_report_fixup() argument 182 static int ms_input_mapping(struct hid_device *hdev, struct hid_input *hi, in ms_input_mapping() argument 209 static int ms_input_mapped(struct hid_device *hdev, struct hid_input *hi, in ms_input_mapped() argument 222 static int ms_event(struct hid_device *hdev, struct hid_field *field, in ms_event() argument 284 struct hid_device *hdev = ms->hdev; ms_ff_worker() local 326 ms_init_ff(struct hid_device *hdev) ms_init_ff() argument 355 ms_remove_ff(struct hid_device *hdev) ms_remove_ff() argument 365 ms_probe(struct hid_device *hdev, const struct hid_device_id *id) ms_probe() argument 407 ms_remove(struct hid_device *hdev) ms_remove() argument [all...] |
| H A D | hid-roccat-pyra.c | 396 static int pyra_init_specials(struct hid_device *hdev) in pyra_init_specials() argument 437 static void pyra_remove_specials(struct hid_device *hdev) in pyra_remove_specials() argument 451 pyra_probe(struct hid_device *hdev, const struct hid_device_id *id) pyra_probe() argument 483 pyra_remove(struct hid_device *hdev) pyra_remove() argument 547 pyra_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *data, int size) pyra_raw_event() argument [all...] |
| H A D | wacom.h | 161 struct hid_device *hdev; member
|
| H A D | hid-sensor-hub.c | 55 static struct hid_report *sensor_hub_report(int id, struct hid_device *hdev, in sensor_hub_report() argument 69 static int sensor_hub_get_physical_device_count(struct hid_device *hdev) in sensor_hub_get_physical_device_count() argument 97 sensor_hub_get_callback( struct hid_device *hdev, u32 usage_id, int collection_index, struct hid_sensor_hub_device **hsdev, void **priv) sensor_hub_get_callback() argument 385 struct hid_device *hdev = hsdev->hdev; sensor_hub_input_get_attribute_info() local 426 sensor_hub_suspend(struct hid_device *hdev, pm_message_t message) sensor_hub_suspend() argument 444 sensor_hub_resume(struct hid_device *hdev) sensor_hub_resume() argument 462 sensor_hub_reset_resume(struct hid_device *hdev) sensor_hub_reset_resume() argument 471 sensor_hub_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *raw_data, int size) sensor_hub_raw_event() argument 583 sensor_hub_report_fixup(struct hid_device *hdev, __u8 *rdesc, unsigned int *rsize) sensor_hub_report_fixup() argument 605 sensor_hub_probe(struct hid_device *hdev, const struct hid_device_id *id) sensor_hub_probe() argument 733 sensor_hub_remove(struct hid_device *hdev) sensor_hub_remove() argument [all...] |
| /kernel/linux/linux-6.6/net/bluetooth/ |
| H A D | hci_request.c | 35 void hci_req_init(struct hci_request *req, struct hci_dev *hdev) in hci_req_init() argument 47 bool hci_req_status_pend(struct hci_dev *hdev) in hci_req_status_pend() argument 55 struct hci_dev *hdev = req->hdev; in req_run() local 100 hci_req_sync_complete(struct hci_dev *hdev, u8 result, u16 opcode, struct sk_buff *skb) hci_req_sync_complete() argument 115 __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 191 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 212 hci_prepare_cmd(struct hci_dev *hdev, u16 opcode, u32 plen, const void *param) hci_prepare_cmd() argument 242 struct hci_dev *hdev = req->hdev; hci_req_add_ev() local 276 start_interleave_scan(struct hci_dev *hdev) start_interleave_scan() argument 283 is_interleave_scanning(struct hci_dev *hdev) is_interleave_scanning() argument 288 cancel_interleave_scan(struct hci_dev *hdev) cancel_interleave_scan() argument 300 __hci_update_interleaved_scan(struct hci_dev *hdev) __hci_update_interleaved_scan() argument 330 struct hci_dev *hdev = req->hdev; hci_req_add_le_scan_disable() local 394 struct hci_dev *hdev = req->hdev; add_to_accept_list() local 452 struct hci_dev *hdev = req->hdev; update_accept_list() local 537 scan_use_rpa(struct hci_dev *hdev) scan_use_rpa() argument 546 struct hci_dev *hdev = req->hdev; hci_req_start_scan() local 637 struct hci_dev *hdev = req->hdev; hci_update_random_address() local 728 struct hci_dev *hdev = req->hdev; hci_req_add_le_passive_scan() local 814 struct hci_dev *hdev = req->hdev; hci_req_add_le_interleaved_scan() local 844 struct hci_dev *hdev = container_of(work, struct hci_dev, interleave_scan_work() local 869 struct hci_dev *hdev = req->hdev; set_random_addr() local 891 hci_request_setup(struct hci_dev *hdev) hci_request_setup() argument 896 hci_request_cancel_all(struct hci_dev *hdev) hci_request_cancel_all() argument [all...] |
| /kernel/linux/linux-6.6/sound/soc/intel/avs/ |
| H A D | core.c | 509 struct hdac_device *hdev, *save; in avs_pci_remove() local
|
| /kernel/linux/linux-6.6/sound/soc/sof/intel/ |
| H A D | hda-dsp.c | 1040 struct sof_intel_hda_dev *hdev = container_of(work, in hda_dsp_d0i3_work() local
|
| H A D | mtl.c | 96 struct sof_intel_hda_dev *hdev = sdev->pdata->hw_pdata; in mtl_ipc_send_msg() local 235 struct sof_intel_hda_dev *hdev = sdev->pdata->hw_pdata; in mtl_dsp_pre_fw_run() local 287 struct sof_intel_hda_dev *hdev = sdev->pdata->hw_pdata; in mtl_dsp_post_fw_run() local 572 struct sof_intel_hda_dev *hdev in mtl_ipc_irq_thread() local [all...] |
| /kernel/linux/linux-5.10/drivers/bluetooth/ |
| H A D | btintel.c | 27 int btintel_check_bdaddr(struct hci_dev *hdev) in btintel_check_bdaddr() argument 66 int btintel_enter_mfg(struct hci_dev *hdev) in btintel_enter_mfg() argument 83 int btintel_exit_mfg(struct hci_dev *hdev, boo argument 108 btintel_set_bdaddr(struct hci_dev *hdev, const bdaddr_t *bdaddr) btintel_set_bdaddr() argument 126 btintel_set_diag(struct hci_dev *hdev, bool enable) btintel_set_diag() argument 159 btintel_set_diag_mfg(struct hci_dev *hdev, bool enable) btintel_set_diag_mfg() argument 177 btintel_hw_error(struct hci_dev *hdev, u8 code) btintel_hw_error() argument 211 btintel_version_info(struct hci_dev *hdev, struct intel_version *ver) btintel_version_info() argument 233 btintel_secure_send(struct hci_dev *hdev, u8 fragment_type, u32 plen, const void *param) btintel_secure_send() argument 258 btintel_load_ddc_config(struct hci_dev *hdev, const char *ddc_name) btintel_load_ddc_config() argument 303 btintel_set_event_mask(struct hci_dev *hdev, bool debug) btintel_set_event_mask() argument 324 btintel_set_event_mask_mfg(struct hci_dev *hdev, bool debug) btintel_set_event_mask_mfg() argument 342 btintel_read_version(struct hci_dev *hdev, struct intel_version *ver) btintel_read_version() argument 367 btintel_version_info_tlv(struct hci_dev *hdev, struct intel_version_tlv *version) btintel_version_info_tlv() argument 404 btintel_read_version_tlv(struct hci_dev *hdev, struct intel_version_tlv *version) btintel_read_version_tlv() argument 512 struct hci_dev *hdev; global() member 680 btintel_regmap_init(struct hci_dev *hdev, u16 opcode_read, u16 opcode_write) btintel_regmap_init() argument 700 btintel_send_intel_reset(struct hci_dev *hdev, u32 boot_param) btintel_send_intel_reset() argument 720 btintel_read_boot_params(struct hci_dev *hdev, struct intel_boot_params *params) btintel_read_boot_params() argument 771 btintel_sfi_rsa_header_secure_send(struct hci_dev *hdev, const struct firmware *fw) btintel_sfi_rsa_header_secure_send() argument 807 btintel_sfi_ecdsa_header_secure_send(struct hci_dev *hdev, const struct firmware *fw) btintel_sfi_ecdsa_header_secure_send() argument 842 btintel_download_firmware_payload(struct hci_dev *hdev, const struct firmware *fw, u32 *boot_param, size_t offset) btintel_download_firmware_payload() argument 899 btintel_download_firmware(struct hci_dev *hdev, const struct firmware *fw, u32 *boot_param) btintel_download_firmware() argument 914 btintel_download_firmware_newgen(struct hci_dev *hdev, const struct firmware *fw, u32 *boot_param, u8 hw_variant, u8 sbe_type) btintel_download_firmware_newgen() argument 991 btintel_reset_to_bootloader(struct hci_dev *hdev) btintel_reset_to_bootloader() argument 1036 btintel_read_debug_features(struct hci_dev *hdev, struct intel_debug_features *features) btintel_read_debug_features() argument 1068 btintel_set_debug_features(struct hci_dev *hdev, const struct intel_debug_features *features) btintel_set_debug_features() argument [all...] |
| H A D | btrtl.c | 200 static struct sk_buff *btrtl_read_local_version(struct hci_dev *hdev) in btrtl_read_local_version() argument 221 static int rtl_read_rom_version(struct hci_dev *hdev, u8 *version) in rtl_read_rom_version() argument 250 static int rtlbt_parse_firmware(struct hci_dev *hdev, in rtlbt_parse_firmware() argument 404 rtl_download_firmware(struct hci_dev *hdev, const unsigned char *data, int fw_len) rtl_download_firmware() argument 473 rtl_load_file(struct hci_dev *hdev, const char *name, u8 **buff) rtl_load_file() argument 494 btrtl_setup_rtl8723a(struct hci_dev *hdev, struct btrtl_device_info *btrtl_dev) btrtl_setup_rtl8723a() argument 512 btrtl_setup_rtl8723b(struct hci_dev *hdev, struct btrtl_device_info *btrtl_dev) btrtl_setup_rtl8723b() argument 556 btrtl_initialize(struct hci_dev *hdev, const char *postfix) btrtl_initialize() argument 641 btrtl_download_firmware(struct hci_dev *hdev, struct btrtl_device_info *btrtl_dev) btrtl_download_firmware() argument 671 btrtl_setup_realtek(struct hci_dev *hdev) btrtl_setup_realtek() argument 693 btrtl_shutdown_realtek(struct hci_dev *hdev) btrtl_shutdown_realtek() argument 750 btrtl_get_uart_settings(struct hci_dev *hdev, struct btrtl_device_info *btrtl_dev, unsigned int *controller_baudrate, u32 *device_baudrate, bool *flow_control) btrtl_get_uart_settings() argument [all...] |
| H A D | btqca.h | 152 static inline int qca_set_bdaddr_rome(struct hci_dev *hdev, const bdaddr_t *bdaddr) in qca_set_bdaddr_rome() argument 157 static inline int qca_uart_setup(struct hci_dev *hdev, uint8_t baudrate, in qca_uart_setup() argument 164 static inline int qca_read_soc_version(struct hci_dev *hdev, u32 *soc_version, in qca_read_soc_version() argument 170 static inline int qca_set_bdaddr(struct hci_dev *hdev, const bdaddr_t *bdaddr) in qca_set_bdaddr() argument 180 static inline int qca_send_pre_shutdown_cmd(struct hci_dev *hdev) in qca_send_pre_shutdown_cmd() argument [all...] |
| H A D | hci_intel.c | 437 inject_cmd_complete(struct hci_dev *hdev, __u16 opcode) inject_cmd_complete() argument 465 struct hci_dev *hdev = hu->hdev; intel_set_baudrate() local 526 struct hci_dev *hdev = hu->hdev; intel_setup() local 864 intel_recv_event(struct hci_dev *hdev, struct sk_buff *skb) intel_recv_event() argument 902 intel_recv_lpm_notify(struct hci_dev *hdev, int value) intel_recv_lpm_notify() argument 917 intel_recv_lpm(struct hci_dev *hdev, struct sk_buff *skb) intel_recv_lpm() argument [all...] |
| H A D | bluecard_cs.c | 67 struct hci_dev *hdev; member 559 static int bluecard_hci_set_baud_rate(struct hci_dev *hdev, int baud) in bluecard_hci_set_baud_rate() argument 607 static int bluecard_hci_flush(struct hci_dev *hdev) in bluecard_hci_flush() argument 618 bluecard_hci_open(struct hci_dev *hdev) bluecard_hci_open() argument 633 bluecard_hci_close(struct hci_dev *hdev) bluecard_hci_close() argument 650 bluecard_hci_send_frame(struct hci_dev *hdev, struct sk_buff *skb) bluecard_hci_send_frame() argument 683 struct hci_dev *hdev; bluecard_open() local 796 struct hci_dev *hdev = info->hdev; bluecard_close() local [all...] |
| /kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| H A D | hclge_mbx.c | 35 struct hclge_dev *hdev = vport->back; in hclge_gen_resp_to_vf() local 90 struct hclge_dev *hdev = vport->back; in hclge_send_mbx_msg() local 124 struct hclge_dev *hdev = vport->back; hclge_inform_reset_assert_to_vf() local 176 struct hclge_dev *hdev = vport->back; hclge_get_ring_chain_from_mbx() local 286 struct hclge_dev *hdev = vport->back; hclge_set_vf_uc_mac_addr() local 328 struct hclge_dev *hdev = vport->back; hclge_set_vf_mc_mac_addr() local 440 struct hclge_dev *hdev = vport->back; hclge_get_vf_queue_info() local 466 struct hclge_dev *hdev = vport->back; hclge_get_vf_queue_depth() local 483 struct hclge_dev *hdev = vport->back; hclge_get_vf_media_type() local 498 struct hclge_dev *hdev = vport->back; hclge_get_link_info() local 533 struct hclge_dev *hdev = vport->back; hclge_get_link_mode() local 564 struct hclge_dev *hdev = vport->back; hclge_reset_vf() local 592 struct hclge_dev *hdev = vport->back; hclge_get_queue_id_in_pf() local 613 struct hclge_dev *hdev = vport->back; hclge_get_rss_key() local 636 hclge_link_fail_parse(struct hclge_dev *hdev, u8 link_fail_code) hclge_link_fail_parse() argument 653 hclge_handle_link_change_event(struct hclge_dev *hdev, struct hclge_mbx_vf_to_pf_cmd *req) hclge_handle_link_change_event() argument 669 hclge_handle_ncsi_error(struct hclge_dev *hdev) hclge_handle_ncsi_error() argument 681 struct hclge_dev *hdev = vport->back; hclge_handle_vf_tbl() local 695 hclge_mbx_handler(struct hclge_dev *hdev) hclge_mbx_handler() argument [all...] |
| H A D | hclge_err.c | 658 static int hclge_cmd_query_error(struct hclge_dev *hdev, in hclge_cmd_query_error() argument 679 static int hclge_clear_mac_tnl_int(struct hclge_dev *hdev) in hclge_clear_mac_tnl_int() argument 689 static int hclge_config_common_hw_err_int(struct hclge_dev *hdev, bool en) in hclge_config_common_hw_err_int() argument 726 static int hclge_config_ncsi_hw_err_int(struct hclge_dev *hdev, boo argument 748 hclge_config_igu_egu_hw_err_int(struct hclge_dev *hdev, bool en) hclge_config_igu_egu_hw_err_int() argument 787 hclge_config_ppp_error_interrupt(struct hclge_dev *hdev, u32 cmd, bool en) hclge_config_ppp_error_interrupt() argument 836 hclge_config_ppp_hw_err_int(struct hclge_dev *hdev, bool en) hclge_config_ppp_hw_err_int() argument 851 hclge_config_tm_hw_err_int(struct hclge_dev *hdev, bool en) hclge_config_tm_hw_err_int() argument 887 hclge_config_mac_err_int(struct hclge_dev *hdev, bool en) hclge_config_mac_err_int() argument 908 hclge_config_mac_tnl_int(struct hclge_dev *hdev, bool en) hclge_config_mac_tnl_int() argument 923 hclge_config_ppu_error_interrupts(struct hclge_dev *hdev, u32 cmd, bool en) hclge_config_ppu_error_interrupts() argument 982 hclge_config_ppu_hw_err_int(struct hclge_dev *hdev, bool en) hclge_config_ppu_hw_err_int() argument 1011 hclge_config_ssu_hw_err_int(struct hclge_dev *hdev, bool en) hclge_config_ssu_hw_err_int() argument 1076 hclge_query_bd_num(struct hclge_dev *hdev, bool is_ras, int *mpf_bd_num, int *pf_bd_num) hclge_query_bd_num() argument 1122 hclge_handle_mpf_ras_error(struct hclge_dev *hdev, struct hclge_desc *desc, int num) hclge_handle_mpf_ras_error() argument 1280 hclge_handle_pf_ras_error(struct hclge_dev *hdev, struct hclge_desc *desc, int num) hclge_handle_pf_ras_error() argument 1345 hclge_handle_all_ras_errors(struct hclge_dev *hdev) hclge_handle_all_ras_errors() argument 1376 hclge_log_rocee_axi_error(struct hclge_dev *hdev) hclge_log_rocee_axi_error() argument 1412 hclge_log_rocee_ecc_error(struct hclge_dev *hdev) hclge_log_rocee_ecc_error() argument 1436 hclge_log_rocee_ovf_error(struct hclge_dev *hdev) hclge_log_rocee_ovf_error() argument 1483 hclge_log_and_clear_rocee_ras_error(struct hclge_dev *hdev) hclge_log_and_clear_rocee_ras_error() argument 1548 hclge_config_rocee_ras_interrupt(struct hclge_dev *hdev, bool en) hclge_config_rocee_ras_interrupt() argument 1578 struct hclge_dev *hdev = ae_dev->priv; hclge_handle_rocee_ras_error() local 1621 hclge_config_nic_hw_error(struct hclge_dev *hdev, bool state) hclge_config_nic_hw_error() argument 1640 struct hclge_dev *hdev = ae_dev->priv; hclge_handle_hw_ras_error() local 1680 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 1704 hclge_query_over_8bd_err_info(struct hclge_dev *hdev, u16 *vf_id, u16 *q_id) hclge_query_over_8bd_err_info() argument 1730 hclge_handle_over_8bd_err(struct hclge_dev *hdev, unsigned long *reset_requests) hclge_handle_over_8bd_err() argument 1779 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 1830 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 1884 hclge_handle_all_hw_msix_error(struct hclge_dev *hdev, unsigned long *reset_requests) hclge_handle_all_hw_msix_error() argument 1944 hclge_handle_hw_msix_error(struct hclge_dev *hdev, unsigned long *reset_requests) hclge_handle_hw_msix_error() argument 1962 struct hclge_dev *hdev = ae_dev->priv; hclge_handle_all_hns_hw_errors() local [all...] |
| /kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/ |
| H A D | hclge_mbx.h | 163 struct hclgevf_dev *hdev; member
|
| /kernel/linux/linux-5.10/drivers/misc/habanalabs/common/ |
| H A D | memory.c | 55 struct hl_device *hdev = ctx->hdev; in alloc_device_memory() local 177 dma_map_host_va(struct hl_device *hdev, u64 addr, u64 size, struct hl_userptr **p_userptr) dma_map_host_va() argument 228 dma_unmap_host_va(struct hl_device *hdev, struct hl_userptr *userptr) dma_unmap_host_va() argument 267 free_phys_pg_pack(struct hl_device *hdev, struct hl_vm_phys_pg_pack *phys_pg_pack) free_phys_pg_pack() argument 307 struct hl_device *hdev = ctx->hdev; free_device_memory() local 355 clear_va_list_locked(struct hl_device *hdev, struct list_head *va_list) clear_va_list_locked() argument 377 print_va_list_locked(struct hl_device *hdev, struct list_head *va_list) print_va_list_locked() argument 405 merge_va_blocks_locked(struct hl_device *hdev, struct list_head *va_list, struct hl_vm_va_block *va_block) merge_va_blocks_locked() argument 442 add_va_block_locked(struct hl_device *hdev, struct list_head *va_list, u64 start, u64 end) add_va_block_locked() argument 495 add_va_block(struct hl_device *hdev, struct hl_va_range *va_range, u64 start, u64 end) add_va_block() argument 521 get_va_block(struct hl_device *hdev, struct hl_va_range *va_range, u64 size, u64 hint_addr, u32 va_block_align) get_va_block() argument 737 struct hl_device *hdev = ctx->hdev; map_phys_pg_pack() local 786 struct hl_device *hdev = ctx->hdev; unmap_phys_pg_pack() local 811 struct hl_device *hdev = ctx->hdev; get_paddr_from_handle() local 849 struct hl_device *hdev = ctx->hdev; map_device_va() local 1034 struct hl_device *hdev = ctx->hdev; unmap_device_va() local 1162 struct hl_device *hdev = hpriv->hdev; mem_ioctl_no_mmu() local 1221 struct hl_device *hdev = hpriv->hdev; hl_mem_ioctl() local 1283 get_user_memory(struct hl_device *hdev, u64 addr, u64 size, u32 npages, u64 start, u32 offset, struct hl_userptr *userptr) get_user_memory() argument 1347 hl_pin_host_memory(struct hl_device *hdev, u64 addr, u64 size, struct hl_userptr *userptr) hl_pin_host_memory() argument 1416 hl_unpin_host_memory(struct hl_device *hdev, struct hl_userptr *userptr) hl_unpin_host_memory() argument 1453 hl_userptr_delete_list(struct hl_device *hdev, struct list_head *userptr_list) hl_userptr_delete_list() argument 1477 hl_userptr_is_pinned(struct hl_device *hdev, u64 addr, u32 size, struct list_head *userptr_list, struct hl_userptr **userptr) hl_userptr_is_pinned() argument 1500 va_range_init(struct hl_device *hdev, struct hl_va_range *va_range, u64 start, u64 end) va_range_init() argument 1543 va_range_fini(struct hl_device *hdev, struct hl_va_range *va_range) va_range_fini() argument 1579 struct hl_device *hdev = ctx->hdev; vm_ctx_init_with_ranges() local 1734 struct hl_device *hdev = ctx->hdev; hl_vm_ctx_fini() local 1794 hl_vm_init(struct hl_device *hdev) hl_vm_init() argument 1843 hl_vm_fini(struct hl_device *hdev) hl_vm_fini() argument [all...] |
| /kernel/linux/linux-5.10/drivers/hid/ |
| H A D | hid-input.c | 334 static unsigned find_battery_quirk(struct hid_device *hdev) in find_battery_quirk() argument
|
| H A D | hid-lg-g15.c | 58 struct hid_device *hdev; member 605 lg_g15_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *data, int size) lg_g15_raw_event() argument 636 struct hid_device *hdev = input_get_drvdata(dev); lg_g15_input_open() local 643 struct hid_device *hdev = input_get_drvdata(dev); lg_g15_input_close() local 705 lg_g15_probe(struct hid_device *hdev, const struct hid_device_id *id) lg_g15_probe() argument [all...] |
| H A D | hid-led.c | 98 struct hid_device *hdev; member 448 static int hidled_probe(struct hid_device *hdev, const struct hid_device_id *id) in hidled_probe() argument [all...] |
| H A D | hid-magicmouse.c | 308 static int magicmouse_raw_event(struct hid_device *hdev, in magicmouse_raw_event() argument 411 static int magicmouse_setup_input(struct input_dev *input, struct hid_device *hdev) in magicmouse_setup_input() argument 547 static int magicmouse_input_mapping(struct hid_device *hdev, in magicmouse_input_mapping() argument 565 magicmouse_input_configured(struct hid_device *hdev, struct hid_input *hi) magicmouse_input_configured() argument 584 magicmouse_probe(struct hid_device *hdev, const struct hid_device_id *id) magicmouse_probe() argument [all...] |
| H A D | hid-mcp2221.c | 88 struct hid_device *hdev; member 713 static int mcp2221_raw_event(struct hid_device *hdev, in mcp2221_raw_event() argument 827 static int mcp2221_probe(struct hid_device *hdev, in mcp2221_probe() argument 922 mcp2221_remove(struct hid_device *hdev) mcp2221_remove() argument [all...] |
| H A D | hid-picolcd.h | 65 struct hid_device *hdev; member 152 picolcd_debug_out_report(struct picolcd_data *data, struct hid_device *hdev, struct hid_report *report) picolcd_debug_out_report() argument 156 picolcd_debug_raw_event(struct picolcd_data *data, struct hid_device *hdev, struct hid_report *report, u8 *raw_data, int size) picolcd_debug_raw_event() argument
|