Home
last modified time | relevance | path

Searched defs:hdev (Results 426 - 450 of 606) sorted by relevance

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

/kernel/linux/linux-6.6/drivers/accel/habanalabs/gaudi2/
H A Dgaudi2_coresight.c1927 static int gaudi2_coresight_timeout(struct hl_device *hdev, u64 addr, in gaudi2_coresight_timeout() argument
1954 static int gaudi2_unlock_coresight_unit(struct hl_device *hdev, in gaudi2_unlock_coresight_unit() argument
1972 static int gaudi2_config_stm(struct hl_device *hdev, struct hl_debug_params *params) in gaudi2_config_stm() argument
2059 gaudi2_config_etf(struct hl_device *hdev, struct hl_debug_params *params) gaudi2_config_etf() argument
2137 gaudi2_etr_validate_address(struct hl_device *hdev, u64 addr, u64 size) gaudi2_etr_validate_address() argument
2180 gaudi2_config_etr(struct hl_device *hdev, struct hl_ctx *ctx, struct hl_debug_params *params) gaudi2_config_etr() argument
2283 gaudi2_config_funnel(struct hl_device *hdev, struct hl_debug_params *params) gaudi2_config_funnel() argument
2322 gaudi2_config_bmon(struct hl_device *hdev, struct hl_debug_params *params) gaudi2_config_bmon() argument
2418 gaudi2_config_spmu(struct hl_device *hdev, struct hl_debug_params *params) gaudi2_config_spmu() argument
2527 gaudi2_debug_coresight(struct hl_device *hdev, struct hl_ctx *ctx, void *data) gaudi2_debug_coresight() argument
2562 gaudi2_halt_coresight(struct hl_device *hdev, struct hl_ctx *ctx) gaudi2_halt_coresight() argument
2582 gaudi2_coresight_set_disabled_components(struct hl_device *hdev, u32 unit_count, u32 enabled_mask, const struct component_config_offsets *binning_table) gaudi2_coresight_set_disabled_components() argument
2652 gaudi2_coresight_init(struct hl_device *hdev) gaudi2_coresight_init() argument
[all...]
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/mmu/
H A Dmmu.c22 static struct hl_mmu_funcs *hl_mmu_get_funcs(struct hl_device *hdev, int pgt_residency, in hl_mmu_get_funcs() argument
28 bool hl_is_dram_va(struct hl_device *hdev, u64 virt_addr) in hl_is_dram_va() argument
43 int hl_mmu_init(struct hl_device *hdev) in hl_mmu_init() argument
83 hl_mmu_fini(struct hl_device *hdev) hl_mmu_fini() argument
107 struct hl_device *hdev = ctx->hdev; hl_mmu_ctx_init() local
146 struct hl_device *hdev = ctx->hdev; hl_mmu_ctx_fini() local
174 hl_mmu_get_real_page_size(struct hl_device *hdev, struct hl_mmu_properties *mmu_prop, u32 page_size, u32 *real_page_size, bool is_dram_addr) hl_mmu_get_real_page_size() argument
192 hl_mmu_get_prop(struct hl_device *hdev, u32 page_size, bool is_dram_addr) hl_mmu_get_prop() argument
228 struct hl_device *hdev = ctx->hdev; hl_mmu_unmap_page() local
296 struct hl_device *hdev = ctx->hdev; hl_mmu_map_page() local
384 struct hl_device *hdev = ctx->hdev; hl_mmu_map_contiguous() local
444 struct hl_device *hdev = ctx->hdev; hl_mmu_unmap_contiguous() local
550 struct hl_device *hdev = ctx->hdev; hl_mmu_get_tlb_info() local
586 hl_mmu_if_set_funcs(struct hl_device *hdev) hl_mmu_if_set_funcs() argument
619 hl_mmu_scramble_addr(struct hl_device *hdev, u64 addr) hl_mmu_scramble_addr() argument
632 hl_mmu_descramble_addr(struct hl_device *hdev, u64 addr) hl_mmu_descramble_addr() argument
637 hl_mmu_invalidate_cache(struct hl_device *hdev, bool is_hard, u32 flags) hl_mmu_invalidate_cache() argument
650 hl_mmu_invalidate_cache_range(struct hl_device *hdev, bool is_hard, u32 flags, u32 asid, u64 va, u64 size) hl_mmu_invalidate_cache_range() argument
669 struct hl_device *hdev = ctx->hdev; hl_mmu_prefetch_work_function() local
749 struct hl_device *hdev = data; mmu_dma_mem_free_from_chunk() local
772 hl_mmu_hr_pool_destroy(struct hl_device *hdev, struct hl_mmu_hr_priv *hr_priv, u32 hop_table_size) hl_mmu_hr_pool_destroy() argument
817 hl_mmu_hr_init(struct hl_device *hdev, struct hl_mmu_hr_priv *hr_priv, u32 hop_table_size, u64 pgt_size) hl_mmu_hr_init() argument
903 hl_mmu_hr_fini(struct hl_device *hdev, struct hl_mmu_hr_priv *hr_priv, u32 hop_table_size) hl_mmu_hr_fini() argument
1061 struct hl_device *hdev = ctx->hdev; hl_mmu_hr_alloc_hop() local
1153 struct hl_device *hdev = ctx->hdev; hl_mmu_hr_get_tlb_info() local
[all...]
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/
H A Dhabanalabs_ioctl.c31 static int device_status_info(struct hl_device *hdev, struct hl_info_args *args) in device_status_info() argument
46 static int hw_ip_info(struct hl_device *hdev, struct hl_info_args *args) in hw_ip_info() argument
116 static int hw_events_info(struct hl_device *hdev, bool aggregate, in hw_events_info() argument
154 struct hl_device *hdev = hpriv->hdev; dram_usage_info() local
176 hw_idle(struct hl_device *hdev, struct hl_info_args *args) hw_idle() argument
195 debug_coresight(struct hl_device *hdev, struct hl_ctx *ctx, struct hl_debug_args *args) debug_coresight() argument
260 device_utilization(struct hl_device *hdev, struct hl_info_args *args) device_utilization() argument
278 get_clk_rate(struct hl_device *hdev, struct hl_info_args *args) get_clk_rate() argument
296 get_reset_count(struct hl_device *hdev, struct hl_info_args *args) get_reset_count() argument
312 time_sync_info(struct hl_device *hdev, struct hl_info_args *args) time_sync_info() argument
330 struct hl_device *hdev = hpriv->hdev; pci_counters_info() local
350 struct hl_device *hdev = hpriv->hdev; clk_throttle_info() local
390 struct hl_device *hdev = hpriv->hdev; cs_counters_info() local
439 struct hl_device *hdev = hpriv->hdev; sync_manager_info() local
465 struct hl_device *hdev = hpriv->hdev; total_energy_consumption_info() local
485 struct hl_device *hdev = hpriv->hdev; pll_frequency_info() local
504 struct hl_device *hdev = hpriv->hdev; power_info() local
523 struct hl_device *hdev = hpriv->hdev; open_stats_info() local
543 struct hl_device *hdev = hpriv->hdev; dram_pending_rows_info() local
562 struct hl_device *hdev = hpriv->hdev; dram_replaced_rows_info() local
581 struct hl_device *hdev = hpriv->hdev; last_err_open_dev_info() local
596 struct hl_device *hdev = hpriv->hdev; cs_timeout_info() local
612 struct hl_device *hdev = hpriv->hdev; razwi_info() local
629 struct hl_device *hdev = hpriv->hdev; undefined_opcode_info() local
653 struct hl_device *hdev = hpriv->hdev; dev_mem_alloc_page_sizes_info() local
760 struct hl_device *hdev = hpriv->hdev; engine_status_info() local
795 struct hl_device *hdev = hpriv->hdev; page_fault_info() local
814 struct hl_device *hdev = hpriv->hdev; user_mappings_info() local
837 struct hl_device *hdev = hpriv->hdev; hw_err_info() local
859 struct hl_device *hdev = hpriv->hdev; fw_err_info() local
878 send_fw_generic_request(struct hl_device *hdev, struct hl_info_args *info_args) send_fw_generic_request() argument
931 struct hl_device *hdev = hpriv->hdev; _hl_info_ioctl() local
1086 struct hl_device *hdev = hpriv->hdev; hl_debug_ioctl() local
1210 struct hl_device *hdev = hpriv->hdev; hl_ioctl() local
1233 struct hl_device *hdev = hpriv->hdev; hl_ioctl_control() local
[all...]
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-picolcd.h65 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
H A Dhid-corsair.c693 static __u8 *corsair_mouse_report_fixup(struct hid_device *hdev, __u8 *rdesc, in corsair_mouse_report_fixup() argument
H A Dhid-uclogic-params.c56 static void uclogic_params_pen_hid_dbg(const struct hid_device *hdev, in uclogic_params_pen_hid_dbg() argument
90 uclogic_params_frame_hid_dbg( const struct hid_device *hdev, const struct uclogic_params_frame *frame) uclogic_params_frame_hid_dbg() argument
115 uclogic_params_hid_dbg(const struct hid_device *hdev, const struct uclogic_params *params) uclogic_params_hid_dbg() argument
155 uclogic_params_get_str_desc(__u8 **pbuf, struct hid_device *hdev, __u8 idx, size_t len) uclogic_params_get_str_desc() argument
230 uclogic_params_pen_init_v1(struct uclogic_params_pen *pen, bool *pfound, struct hid_device *hdev) uclogic_params_pen_init_v1() argument
368 uclogic_params_pen_init_v2(struct uclogic_params_pen *pen, bool *pfound, __u8 **pparams_ptr, size_t *pparams_len, struct hid_device *hdev) uclogic_params_pen_init_v2() argument
562 uclogic_params_frame_init_v1(struct uclogic_params_frame *frame, bool *pfound, struct hid_device *hdev) uclogic_params_frame_init_v1() argument
769 uclogic_params_init_with_opt_desc(struct uclogic_params *params, struct hid_device *hdev, unsigned int orig_desc_size, __u8 *desc_ptr, unsigned int desc_size) uclogic_params_init_with_opt_desc() argument
829 uclogic_params_huion_init(struct uclogic_params *params, struct hid_device *hdev) uclogic_params_huion_init() argument
1050 uclogic_probe_interface(struct hid_device *hdev, const u8 *magic_arr, size_t magic_size, int endpoint) uclogic_probe_interface() argument
1249 uclogic_params_ugee_v2_has_battery(struct hid_device *hdev) uclogic_params_ugee_v2_has_battery() argument
1280 uclogic_params_ugee_v2_init_battery(struct hid_device *hdev, struct uclogic_params *p) uclogic_params_ugee_v2_init_battery() argument
1337 uclogic_params_ugee_v2_init_event_hooks(struct hid_device *hdev, struct uclogic_params *p) uclogic_params_ugee_v2_init_event_hooks() argument
1394 uclogic_params_ugee_v2_init(struct uclogic_params *params, struct hid_device *hdev) uclogic_params_ugee_v2_init() argument
1543 uclogic_params_init(struct uclogic_params *params, struct hid_device *hdev) uclogic_params_init() argument
[all...]
H A Dhid-apple.c81 struct hid_device *hdev; member
86 struct hid_device *hdev; member
352 static bool apple_is_non_apple_keyboard(struct hid_device *hdev) in apple_is_non_apple_keyboard() argument
542 static int apple_event(struct hid_device *hdev, struct hid_field *field, in apple_event() argument
567 static int apple_fetch_battery(struct hid_device *hdev) in apple_fetch_battery() argument
596 struct hid_device *hdev = asc->hdev; apple_battery_timer_tick() local
608 apple_report_fixup(struct hid_device *hdev, __u8 *rdesc, unsigned int *rsize) apple_report_fixup() argument
668 apple_input_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) apple_input_mapping() argument
689 apple_input_mapped(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) apple_input_mapped() argument
707 apple_input_configured(struct hid_device *hdev, struct hid_input *hidinput) apple_input_configured() argument
725 apple_backlight_check_support(struct hid_device *hdev) apple_backlight_check_support() argument
742 apple_backlight_set(struct hid_device *hdev, u16 value, u16 rate) apple_backlight_set() argument
772 apple_backlight_init(struct hid_device *hdev) apple_backlight_init() argument
824 apple_probe(struct hid_device *hdev, const struct hid_device_id *id) apple_probe() argument
865 apple_remove(struct hid_device *hdev) apple_remove() argument
[all...]
H A Dhid-lg-g15.c60 struct hid_device *hdev; member
621 lg_g15_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *data, int size) lg_g15_raw_event() argument
658 struct hid_device *hdev = input_get_drvdata(dev); lg_g15_input_open() local
665 struct hid_device *hdev = input_get_drvdata(dev); lg_g15_input_close() local
721 lg_g15_init_input_dev(struct hid_device *hdev, struct input_dev *input, const char *name) lg_g15_init_input_dev() argument
742 lg_g15_probe(struct hid_device *hdev, const struct hid_device_id *id) lg_g15_probe() argument
[all...]
H A Dhid-led.c98 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 Dhid-rmi.c95 struct hid_device *hdev; member
121 static int rmi_set_page(struct hid_device *hdev, u8 page) in rmi_set_page() argument
143 static int rmi_set_mode(struct hid_device *hdev, u8 mode) in rmi_set_mode() argument
165 rmi_write_report(struct hid_device *hdev, u8 *report, int len) rmi_write_report() argument
192 struct hid_device *hdev = data->hdev; rmi_hid_read_block() local
263 struct hid_device *hdev = data->hdev; rmi_hid_write_block() local
295 rmi_reset_attn_mode(struct hid_device *hdev) rmi_reset_attn_mode() argument
320 rmi_input_event(struct hid_device *hdev, u8 *data, int size) rmi_input_event() argument
342 rmi_read_data_event(struct hid_device *hdev, u8 *data, int size) rmi_read_data_event() argument
358 rmi_check_sanity(struct hid_device *hdev, u8 *data, int size) rmi_check_sanity() argument
374 rmi_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *data, int size) rmi_raw_event() argument
398 rmi_event(struct hid_device *hdev, struct hid_field *field, struct hid_usage *usage, __s32 value) rmi_event() argument
440 rmi_suspend(struct hid_device *hdev, pm_message_t message) rmi_suspend() argument
458 rmi_post_resume(struct hid_device *hdev) rmi_post_resume() argument
491 struct hid_device *hdev = data->hdev; rmi_hid_reset() local
496 rmi_input_configured(struct hid_device *hdev, struct hid_input *hi) rmi_input_configured() argument
541 rmi_input_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) rmi_input_mapping() argument
562 rmi_check_valid_report_id(struct hid_device *hdev, unsigned type, unsigned id, struct hid_report **report) rmi_check_valid_report_id() argument
621 rmi_setup_irq_domain(struct hid_device *hdev) rmi_setup_irq_domain() argument
644 rmi_probe(struct hid_device *hdev, const struct hid_device_id *id) rmi_probe() argument
741 rmi_remove(struct hid_device *hdev) rmi_remove() argument
[all...]
/kernel/linux/linux-6.6/drivers/hwmon/
H A Daxi-fan-control.c52 struct device *hdev; member
H A Dnzxt-smart2.c688 static int nzxt_smart2_hid_raw_event(struct hid_device *hdev, in nzxt_smart2_hid_raw_event() argument
707 static int __maybe_unused nzxt_smart2_hid_reset_resume(struct hid_device *hdev) in nzxt_smart2_hid_reset_resume() argument
729 static int nzxt_smart2_hid_probe(struct hid_device *hdev, in nzxt_smart2_hid_probe() argument
783 nzxt_smart2_hid_remove(struct hid_device *hdev) nzxt_smart2_hid_remove() argument
[all...]
/kernel/linux/linux-6.6/net/nfc/nci/
H A Dhci.c111 static void nci_hci_reset_pipes(struct nci_hci_dev *hdev) in nci_hci_reset_pipes() argument
407 struct nci_hci_dev *hdev = in nci_hci_msg_rx_work() local
776 struct nci_hci_dev *hdev; in nci_hci_allocate() local
[all...]
/kernel/linux/linux-6.6/net/nfc/hci/
H A Dcore.c37 void nfc_hci_reset_pipes(struct nfc_hci_dev *hdev) in nfc_hci_reset_pipes() argument
49 void nfc_hci_reset_pipes_per_host(struct nfc_hci_dev *hdev, u8 host) in nfc_hci_reset_pipes_per_host() argument
65 struct nfc_hci_dev *hdev in nfc_hci_msg_tx_work() local
128 struct nfc_hci_dev *hdev = container_of(work, struct nfc_hci_dev, nfc_hci_msg_rx_work() local
148 __nfc_hci_cmd_completion(struct nfc_hci_dev *hdev, int err, struct sk_buff *skb) __nfc_hci_cmd_completion() argument
165 nfc_hci_resp_received(struct nfc_hci_dev *hdev, u8 result, struct sk_buff *skb) nfc_hci_resp_received() argument
181 nfc_hci_cmd_received(struct nfc_hci_dev *hdev, u8 pipe, u8 cmd, struct sk_buff *skb) nfc_hci_cmd_received() argument
284 nfc_hci_target_discovered(struct nfc_hci_dev *hdev, u8 gate) nfc_hci_target_discovered() argument
381 nfc_hci_event_received(struct nfc_hci_dev *hdev, u8 pipe, u8 event, struct sk_buff *skb) nfc_hci_event_received() argument
444 struct nfc_hci_dev *hdev = from_timer(hdev, t, cmd_timer); nfc_hci_cmd_timeout() local
449 hci_dev_connect_gates(struct nfc_hci_dev *hdev, u8 gate_count, const struct nfc_hci_gate *gates) hci_dev_connect_gates() argument
464 hci_dev_session_init(struct nfc_hci_dev *hdev) hci_dev_session_init() argument
520 hci_dev_version(struct nfc_hci_dev *hdev) hci_dev_version() argument
581 struct nfc_hci_dev *hdev = nfc_get_drvdata(nfc_dev); hci_dev_up() local
627 struct nfc_hci_dev *hdev = nfc_get_drvdata(nfc_dev); hci_dev_down() local
642 struct nfc_hci_dev *hdev = nfc_get_drvdata(nfc_dev); hci_start_poll() local
654 struct nfc_hci_dev *hdev = nfc_get_drvdata(nfc_dev); hci_stop_poll() local
666 struct nfc_hci_dev *hdev = nfc_get_drvdata(nfc_dev); hci_dep_link_up() local
677 struct nfc_hci_dev *hdev = nfc_get_drvdata(nfc_dev); hci_dep_link_down() local
701 struct nfc_hci_dev *hdev = context; hci_transceive_cb() local
726 struct nfc_hci_dev *hdev = nfc_get_drvdata(nfc_dev); hci_transceive() local
770 struct nfc_hci_dev *hdev = nfc_get_drvdata(nfc_dev); hci_tm_send() local
783 struct nfc_hci_dev *hdev = nfc_get_drvdata(nfc_dev); hci_check_presence() local
793 struct nfc_hci_dev *hdev = nfc_get_drvdata(nfc_dev); hci_discover_se() local
803 struct nfc_hci_dev *hdev = nfc_get_drvdata(nfc_dev); hci_enable_se() local
813 struct nfc_hci_dev *hdev = nfc_get_drvdata(nfc_dev); hci_disable_se() local
825 struct nfc_hci_dev *hdev = nfc_get_drvdata(nfc_dev); hci_se_io() local
834 nfc_hci_failure(struct nfc_hci_dev *hdev, int err) nfc_hci_failure() argument
849 nfc_hci_llc_failure(struct nfc_hci_dev *hdev, int err) nfc_hci_llc_failure() argument
854 nfc_hci_recv_from_llc(struct nfc_hci_dev *hdev, struct sk_buff *skb) nfc_hci_recv_from_llc() argument
923 struct nfc_hci_dev *hdev = nfc_get_drvdata(nfc_dev); hci_fw_download() local
959 struct nfc_hci_dev *hdev; nfc_hci_allocate_device() local
1002 nfc_hci_free_device(struct nfc_hci_dev *hdev) nfc_hci_free_device() argument
1010 nfc_hci_register_device(struct nfc_hci_dev *hdev) nfc_hci_register_device() argument
1030 nfc_hci_unregister_device(struct nfc_hci_dev *hdev) nfc_hci_unregister_device() argument
1067 nfc_hci_set_clientdata(struct nfc_hci_dev *hdev, void *clientdata) nfc_hci_set_clientdata() argument
1073 nfc_hci_get_clientdata(struct nfc_hci_dev *hdev) nfc_hci_get_clientdata() argument
1079 nfc_hci_driver_failure(struct nfc_hci_dev *hdev, int err) nfc_hci_driver_failure() argument
1085 nfc_hci_recv_frame(struct nfc_hci_dev *hdev, struct sk_buff *skb) nfc_hci_recv_frame() argument
[all...]
H A Dllc_shdlc.c27 struct nfc_hci_dev *hdev; member
721 static void *llc_shdlc_init(struct nfc_hci_dev *hdev, xmit_to_drv_t xmit_to_drv, in llc_shdlc_init() argument
/kernel/linux/linux-6.6/net/bluetooth/rfcomm/
H A Dtty.c177 struct hci_dev *hdev; in rfcomm_reparent_device() local
/kernel/linux/linux-5.10/drivers/bluetooth/
H A Dbtmrvl_sdio.c721 struct hci_dev *hdev = priv->btmrvl_dev.hcidev; in btmrvl_sdio_card_to_host() local
H A Dbtintel.h173 btintel_check_bdaddr(struct hci_dev *hdev) btintel_check_bdaddr() argument
178 btintel_enter_mfg(struct hci_dev *hdev) btintel_enter_mfg() argument
183 btintel_exit_mfg(struct hci_dev *hdev, bool reset, bool patched) btintel_exit_mfg() argument
188 btintel_set_bdaddr(struct hci_dev *hdev, const bdaddr_t *bdaddr) btintel_set_bdaddr() argument
193 btintel_set_diag(struct hci_dev *hdev, bool enable) btintel_set_diag() argument
198 btintel_set_diag_mfg(struct hci_dev *hdev, bool enable) btintel_set_diag_mfg() argument
203 btintel_hw_error(struct hci_dev *hdev, u8 code) btintel_hw_error() argument
207 btintel_version_info(struct hci_dev *hdev, struct intel_version *ver) btintel_version_info() argument
212 btintel_version_info_tlv(struct hci_dev *hdev, struct intel_version_tlv *version) btintel_version_info_tlv() argument
217 btintel_secure_send(struct hci_dev *hdev, u8 fragment_type, u32 plen, const void *param) btintel_secure_send() argument
223 btintel_load_ddc_config(struct hci_dev *hdev, const char *ddc_name) btintel_load_ddc_config() argument
229 btintel_set_event_mask(struct hci_dev *hdev, bool debug) btintel_set_event_mask() argument
234 btintel_set_event_mask_mfg(struct hci_dev *hdev, bool debug) btintel_set_event_mask_mfg() argument
239 btintel_read_version(struct hci_dev *hdev, struct intel_version *ver) btintel_read_version() argument
245 btintel_read_version_tlv(struct hci_dev *hdev, struct intel_version_tlv *ver) btintel_read_version_tlv() argument
251 btintel_regmap_init(struct hci_dev *hdev, u16 opcode_read, u16 opcode_write) btintel_regmap_init() argument
258 btintel_send_intel_reset(struct hci_dev *hdev, u32 reset_param) btintel_send_intel_reset() argument
264 btintel_read_boot_params(struct hci_dev *hdev, struct intel_boot_params *params) btintel_read_boot_params() argument
277 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
285 btintel_reset_to_bootloader(struct hci_dev *hdev) btintel_reset_to_bootloader() argument
289 btintel_read_debug_features(struct hci_dev *hdev, struct intel_debug_features *features) btintel_read_debug_features() argument
295 btintel_set_debug_features(struct hci_dev *hdev, const struct intel_debug_features *features) btintel_set_debug_features() argument
[all...]
H A Dbtmtkuart.c116 struct hci_dev *hdev; member
149 static int mtk_hci_wmt_sync(struct hci_dev *hdev, in mtk_hci_wmt_sync() argument
242 static int mtk_setup_firmware(struct hci_dev *hdev, const char *fwname) in mtk_setup_firmware() argument
318 btmtkuart_recv_event(struct hci_dev *hdev, struct sk_buff *skb) btmtkuart_recv_event() argument
376 struct hci_dev *hdev = bdev->hdev; btmtkuart_tx_work() local
474 btmtkuart_recv(struct hci_dev *hdev, const u8 *data, size_t count) btmtkuart_recv() argument
545 btmtkuart_open(struct hci_dev *hdev) btmtkuart_open() argument
604 btmtkuart_close(struct hci_dev *hdev) btmtkuart_close() argument
619 btmtkuart_flush(struct hci_dev *hdev) btmtkuart_flush() argument
638 btmtkuart_func_query(struct hci_dev *hdev) btmtkuart_func_query() argument
660 btmtkuart_change_baudrate(struct hci_dev *hdev) btmtkuart_change_baudrate() argument
724 btmtkuart_setup(struct hci_dev *hdev) btmtkuart_setup() argument
839 btmtkuart_shutdown(struct hci_dev *hdev) btmtkuart_shutdown() argument
861 btmtkuart_send_frame(struct hci_dev *hdev, struct sk_buff *skb) btmtkuart_send_frame() argument
966 struct hci_dev *hdev; btmtkuart_probe() local
1081 struct hci_dev *hdev = bdev->hdev; btmtkuart_remove() local
[all...]
H A Dbtmtksdio.c157 struct hci_dev *hdev; member
170 static int mtk_hci_wmt_sync(struct hci_dev *hdev, in mtk_hci_wmt_sync() argument
330 static int btmtksdio_recv_event(struct hci_dev *hdev, struc argument
539 btmtksdio_open(struct hci_dev *hdev) btmtksdio_open() argument
620 btmtksdio_close(struct hci_dev *hdev) btmtksdio_close() argument
648 btmtksdio_flush(struct hci_dev *hdev) btmtksdio_flush() argument
659 btmtksdio_func_query(struct hci_dev *hdev) btmtksdio_func_query() argument
681 mtk_setup_firmware(struct hci_dev *hdev, const char *fwname) mtk_setup_firmware() argument
771 btmtksdio_setup(struct hci_dev *hdev) btmtksdio_setup() argument
881 btmtksdio_shutdown(struct hci_dev *hdev) btmtksdio_shutdown() argument
912 btmtksdio_send_frame(struct hci_dev *hdev, struct sk_buff *skb) btmtksdio_send_frame() argument
944 struct hci_dev *hdev; btmtksdio_probe() local
1018 struct hci_dev *hdev; btmtksdio_remove() local
[all...]
H A Dhci_bcm.c158 struct hci_dev *hdev = hu->hdev; in bcm_set_baudrate() local
395 bcm_set_diag(struct hci_dev *hdev, bool enable) bcm_set_diag() argument
[all...]
H A Dhci_nokia.c531 static int nokia_recv_negotiation_packet(struct hci_dev *hdev, in nokia_recv_negotiation_packet() argument
569 static int nokia_recv_alive_packet(struct hci_dev *hdev, struct sk_buff *skb) in nokia_recv_alive_packet() argument
604 static int nokia_recv_radio(struct hci_dev *hdev, struc argument
[all...]
/kernel/linux/linux-5.10/drivers/crypto/
H A Dimg-hash.c84 struct img_hash_dev *hdev; member
111 struct img_hash_dev *hdev; member
148 static inline u32 img_hash_read(struct img_hash_dev *hdev, u32 offset) in img_hash_read() argument
153 static inline void img_hash_write(struct img_hash_dev *hdev, in img_hash_write() argument
159 static inline u32 img_hash_read_result_queue(struct img_hash_dev *hdev) in img_hash_read_result_queue() argument
164 static void img_hash_start(struct img_hash_dev *hdev, bool dma) in img_hash_start() argument
190 img_hash_xmit_cpu(struct img_hash_dev *hdev, const u8 *buf, size_t length, int final) img_hash_xmit_cpu() argument
211 struct img_hash_dev *hdev = (struct img_hash_dev *)data; img_hash_dma_callback() local
222 img_hash_xmit_dma(struct img_hash_dev *hdev, struct scatterlist *sg) img_hash_xmit_dma() argument
253 img_hash_write_via_cpu(struct img_hash_dev *hdev) img_hash_write_via_cpu() argument
295 struct img_hash_dev *hdev = ctx->hdev; img_hash_finish_req() local
313 img_hash_write_via_dma(struct img_hash_dev *hdev) img_hash_write_via_dma() argument
331 img_hash_dma_init(struct img_hash_dev *hdev) img_hash_dma_init() argument
359 struct img_hash_dev *hdev = (struct img_hash_dev *)d; img_hash_dma_task() local
433 img_hash_write_via_dma_stop(struct img_hash_dev *hdev) img_hash_write_via_dma_stop() argument
443 img_hash_process_data(struct img_hash_dev *hdev) img_hash_process_data() argument
463 img_hash_hw_init(struct img_hash_dev *hdev) img_hash_hw_init() argument
499 img_hash_handle_queue(struct img_hash_dev *hdev, struct ahash_request *req) img_hash_handle_queue() argument
626 struct img_hash_dev *hdev = NULL; img_hash_digest() local
729 struct img_hash_dev *hdev = dev_id; img_irq_handler() local
866 img_register_algs(struct img_hash_dev *hdev) img_register_algs() argument
884 img_unregister_algs(struct img_hash_dev *hdev) img_unregister_algs() argument
895 struct img_hash_dev *hdev = (struct img_hash_dev *)data; img_hash_done_task() local
942 struct img_hash_dev *hdev; img_hash_probe() local
1056 struct img_hash_dev *hdev; img_hash_remove() local
1079 struct img_hash_dev *hdev = dev_get_drvdata(dev); img_hash_suspend() local
1089 struct img_hash_dev *hdev = dev_get_drvdata(dev); img_hash_resume() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_tm.c114 static int hclge_pfc_stats_get(struct hclge_dev *hdev, in hclge_pfc_stats_get() argument
150 int hclge_pfc_rx_stats_get(struct hclge_dev *hdev, u64 *stats) in hclge_pfc_rx_stats_get() argument
155 int hclge_pfc_tx_stats_get(struct hclge_dev *hdev, u64 *stats) in hclge_pfc_tx_stats_get() argument
160 int hclge_mac_pause_en_cfg(struct hclge_dev *hdev, bool tx, bool rx) in hclge_mac_pause_en_cfg() argument
172 int hclge_pfc_pause_en_cfg(struct hclge_dev *hdev, u8 tx_rx_bitmap, in hclge_pfc_pause_en_cfg() argument
186 hclge_pause_param_cfg(struct hclge_dev *hdev, const u8 *addr, u8 pause_trans_gap, u16 pause_trans_time) hclge_pause_param_cfg() argument
204 hclge_pause_addr_cfg(struct hclge_dev *hdev, const u8 *mac_addr) hclge_pause_addr_cfg() argument
226 hclge_fill_pri_array(struct hclge_dev *hdev, u8 *pri, u8 pri_id) hclge_fill_pri_array() argument
249 hclge_up_to_tc_map(struct hclge_dev *hdev) hclge_up_to_tc_map() argument
267 hclge_tm_pg_to_pri_map_cfg(struct hclge_dev *hdev, u8 pg_id, u8 pri_bit_map) hclge_tm_pg_to_pri_map_cfg() argument
283 hclge_tm_qs_to_pri_map_cfg(struct hclge_dev *hdev, u16 qs_id, u8 pri) hclge_tm_qs_to_pri_map_cfg() argument
300 hclge_tm_q_to_qs_map_cfg(struct hclge_dev *hdev, u16 q_id, u16 qs_id) hclge_tm_q_to_qs_map_cfg() argument
316 hclge_tm_pg_weight_cfg(struct hclge_dev *hdev, u8 pg_id, u8 dwrr) hclge_tm_pg_weight_cfg() argument
332 hclge_tm_pri_weight_cfg(struct hclge_dev *hdev, u8 pri_id, u8 dwrr) hclge_tm_pri_weight_cfg() argument
348 hclge_tm_qs_weight_cfg(struct hclge_dev *hdev, u16 qs_id, u8 dwrr) hclge_tm_qs_weight_cfg() argument
378 hclge_tm_pg_shapping_cfg(struct hclge_dev *hdev, enum hclge_shap_bucket bucket, u8 pg_id, u32 shapping_para) hclge_tm_pg_shapping_cfg() argument
399 hclge_tm_port_shaper_cfg(struct hclge_dev *hdev) hclge_tm_port_shaper_cfg() argument
426 hclge_tm_pri_shapping_cfg(struct hclge_dev *hdev, enum hclge_shap_bucket bucket, u8 pri_id, u32 shapping_para) hclge_tm_pri_shapping_cfg() argument
448 hclge_tm_pg_schd_mode_cfg(struct hclge_dev *hdev, u8 pg_id) hclge_tm_pg_schd_mode_cfg() argument
464 hclge_tm_pri_schd_mode_cfg(struct hclge_dev *hdev, u8 pri_id) hclge_tm_pri_schd_mode_cfg() argument
480 hclge_tm_qs_schd_mode_cfg(struct hclge_dev *hdev, u16 qs_id, u8 mode) hclge_tm_qs_schd_mode_cfg() argument
496 hclge_tm_qs_bp_cfg(struct hclge_dev *hdev, u8 tc, u8 grp_id, u32 bit_map) hclge_tm_qs_bp_cfg() argument
519 struct hclge_dev *hdev = vport->back; hclge_tm_qs_shaper_cfg() local
562 struct hclge_dev *hdev = vport->back; hclge_tm_vport_tc_info_update() local
622 hclge_tm_vport_info_update(struct hclge_dev *hdev) hclge_tm_vport_info_update() argument
634 hclge_tm_tc_info_init(struct hclge_dev *hdev) hclge_tm_tc_info_init() argument
651 hclge_tm_pg_info_init(struct hclge_dev *hdev) hclge_tm_pg_info_init() argument
680 hclge_update_fc_mode_by_dcb_flag(struct hclge_dev *hdev) hclge_update_fc_mode_by_dcb_flag() argument
698 hclge_update_fc_mode(struct hclge_dev *hdev) hclge_update_fc_mode() argument
711 hclge_tm_pfc_info_update(struct hclge_dev *hdev) hclge_tm_pfc_info_update() argument
719 hclge_tm_schd_info_init(struct hclge_dev *hdev) hclge_tm_schd_info_init() argument
730 hclge_tm_pg_to_pri_map(struct hclge_dev *hdev) hclge_tm_pg_to_pri_map() argument
749 hclge_tm_pg_shaper_cfg(struct hclge_dev *hdev) hclge_tm_pg_shaper_cfg() argument
794 hclge_tm_pg_dwrr_cfg(struct hclge_dev *hdev) hclge_tm_pg_dwrr_cfg() argument
814 hclge_vport_q_to_qs_map(struct hclge_dev *hdev, struct hclge_vport *vport) hclge_vport_q_to_qs_map() argument
839 hclge_tm_pri_q_qs_cfg(struct hclge_dev *hdev) hclge_tm_pri_q_qs_cfg() argument
883 hclge_tm_pri_tc_base_shaper_cfg(struct hclge_dev *hdev) hclge_tm_pri_tc_base_shaper_cfg() argument
922 struct hclge_dev *hdev = vport->back; hclge_tm_pri_vnet_base_shaper_pri_cfg() local
956 struct hclge_dev *hdev = vport->back; hclge_tm_pri_vnet_base_shaper_qs_cfg() local
973 hclge_tm_pri_vnet_base_shaper_cfg(struct hclge_dev *hdev) hclge_tm_pri_vnet_base_shaper_cfg() argument
995 hclge_tm_pri_shaper_cfg(struct hclge_dev *hdev) hclge_tm_pri_shaper_cfg() argument
1012 hclge_tm_pri_tc_base_dwrr_cfg(struct hclge_dev *hdev) hclge_tm_pri_tc_base_dwrr_cfg() argument
1041 hclge_tm_ets_tc_dwrr_cfg(struct hclge_dev *hdev) hclge_tm_ets_tc_dwrr_cfg() argument
1067 struct hclge_dev *hdev = vport->back; hclge_tm_pri_vnet_base_dwrr_pri_cfg() local
1088 hclge_tm_pri_vnet_base_dwrr_cfg(struct hclge_dev *hdev) hclge_tm_pri_vnet_base_dwrr_cfg() argument
1105 hclge_tm_pri_dwrr_cfg(struct hclge_dev *hdev) hclge_tm_pri_dwrr_cfg() argument
1135 hclge_tm_map_cfg(struct hclge_dev *hdev) hclge_tm_map_cfg() argument
1150 hclge_tm_shaper_cfg(struct hclge_dev *hdev) hclge_tm_shaper_cfg() argument
1165 hclge_tm_dwrr_cfg(struct hclge_dev *hdev) hclge_tm_dwrr_cfg() argument
1176 hclge_tm_lvl2_schd_mode_cfg(struct hclge_dev *hdev) hclge_tm_lvl2_schd_mode_cfg() argument
1197 struct hclge_dev *hdev = vport->back; hclge_tm_schd_mode_vnet_base_cfg() local
1220 hclge_tm_lvl34_schd_mode_cfg(struct hclge_dev *hdev) hclge_tm_lvl34_schd_mode_cfg() argument
1253 hclge_tm_schd_mode_hw(struct hclge_dev *hdev) hclge_tm_schd_mode_hw() argument
1264 hclge_tm_schd_setup_hw(struct hclge_dev *hdev) hclge_tm_schd_setup_hw() argument
1287 hclge_pause_param_setup_hw(struct hclge_dev *hdev) hclge_pause_param_setup_hw() argument
1296 hclge_pfc_setup_hw(struct hclge_dev *hdev) hclge_pfc_setup_hw() argument
1312 hclge_bp_setup_hw(struct hclge_dev *hdev, u8 tc) hclge_bp_setup_hw() argument
1341 hclge_mac_pause_setup_hw(struct hclge_dev *hdev) hclge_mac_pause_setup_hw() argument
1374 hclge_tm_bp_setup(struct hclge_dev *hdev) hclge_tm_bp_setup() argument
1388 hclge_pause_setup_hw(struct hclge_dev *hdev, bool init) hclge_pause_setup_hw() argument
1420 hclge_tm_prio_tc_info_update(struct hclge_dev *hdev, u8 *prio_tc) hclge_tm_prio_tc_info_update() argument
1436 hclge_tm_schd_info_update(struct hclge_dev *hdev, u8 num_tc) hclge_tm_schd_info_update() argument
1456 hclge_tm_init_hw(struct hclge_dev *hdev, bool init) hclge_tm_init_hw() argument
1475 hclge_tm_schd_init(struct hclge_dev *hdev) hclge_tm_schd_init() argument
1490 hclge_tm_vport_map_update(struct hclge_dev *hdev) hclge_tm_vport_map_update() argument
[all...]
H A Dhclge_debugfs.c74 static int hclge_dbg_get_dfx_bd_num(struct hclge_dev *hdev, int offset) in hclge_dbg_get_dfx_bd_num() argument
93 static int hclge_dbg_cmd_send(struct hclge_dev *hdev, in hclge_dbg_cmd_send() argument
117 static void hclge_dbg_dump_reg_common(struct hclge_dev *hdev, in hclge_dbg_dump_reg_common() argument
176 hclge_dbg_dump_mac_enable_status(struct hclge_dev *hdev) hclge_dbg_dump_mac_enable_status() argument
225 hclge_dbg_dump_mac_frame_size(struct hclge_dev *hdev) hclge_dbg_dump_mac_frame_size() argument
247 hclge_dbg_dump_mac_speed_duplex(struct hclge_dev *hdev) hclge_dbg_dump_mac_speed_duplex() argument
275 hclge_dbg_dump_mac(struct hclge_dev *hdev) hclge_dbg_dump_mac() argument
284 hclge_dbg_dump_dcb(struct hclge_dev *hdev, const char *cmd_buf) hclge_dbg_dump_dcb() argument
400 hclge_dbg_dump_reg_cmd(struct hclge_dev *hdev, const char *cmd_buf) hclge_dbg_dump_reg_cmd() argument
431 hclge_print_tc_info(struct hclge_dev *hdev, bool flag, int index) hclge_print_tc_info() argument
440 hclge_dbg_dump_tc(struct hclge_dev *hdev) hclge_dbg_dump_tc() argument
471 hclge_dbg_dump_tm_pg(struct hclge_dev *hdev) hclge_dbg_dump_tm_pg() argument
565 hclge_dbg_dump_tm(struct hclge_dev *hdev) hclge_dbg_dump_tm() argument
679 hclge_dbg_dump_tm_map(struct hclge_dev *hdev, const char *cmd_buf) hclge_dbg_dump_tm_map() argument
769 hclge_dbg_dump_qos_pause_cfg(struct hclge_dev *hdev) hclge_dbg_dump_qos_pause_cfg() argument
792 hclge_dbg_dump_qos_pri_map(struct hclge_dev *hdev) hclge_dbg_dump_qos_pri_map() argument
820 hclge_dbg_dump_qos_buf_cfg(struct hclge_dev *hdev) hclge_dbg_dump_qos_buf_cfg() argument
943 hclge_dbg_dump_mng_table(struct hclge_dev *hdev) hclge_dbg_dump_mng_table() argument
1010 hclge_dbg_fd_tcam_read(struct hclge_dev *hdev, u8 stage, bool sel_x, u32 loc) hclge_dbg_fd_tcam_read() argument
1059 hclge_dbg_get_rules_location(struct hclge_dev *hdev, u16 *rule_locs) hclge_dbg_get_rules_location() argument
1078 hclge_dbg_fd_tcam(struct hclge_dev *hdev) hclge_dbg_fd_tcam() argument
1127 hclge_dbg_dump_rst_info(struct hclge_dev *hdev) hclge_dbg_dump_rst_info() argument
1160 hclge_dbg_dump_serv_info(struct hclge_dev *hdev) hclge_dbg_dump_serv_info() argument
1168 hclge_dbg_dump_interrupt(struct hclge_dev *hdev) hclge_dbg_dump_interrupt() argument
1176 hclge_dbg_get_m7_stats_info(struct hclge_dev *hdev) hclge_dbg_get_m7_stats_info() argument
1230 hclge_ncl_config_data_print(struct hclge_dev *hdev, struct hclge_desc *desc, int *offset, int *length) hclge_ncl_config_data_print() argument
1259 hclge_dbg_dump_ncl_config(struct hclge_dev *hdev, const char *cmd_buf) hclge_dbg_dump_ncl_config() argument
1305 hclge_dbg_dump_loopback(struct hclge_dev *hdev, const char *cmd_buf) hclge_dbg_dump_loopback() argument
1359 hclge_dbg_dump_mac_tnl_status(struct hclge_dev *hdev) hclge_dbg_dump_mac_tnl_status() argument
1376 hclge_dbg_dump_qs_shaper_single(struct hclge_dev *hdev, u16 qsid) hclge_dbg_dump_qs_shaper_single() argument
1409 hclge_dbg_dump_qs_shaper_all(struct hclge_dev *hdev) hclge_dbg_dump_qs_shaper_all() argument
1429 hclge_dbg_dump_qs_shaper(struct hclge_dev *hdev, const char *cmd_buf) hclge_dbg_dump_qs_shaper() argument
1452 hclge_dbg_dump_mac_list(struct hclge_dev *hdev, const char *cmd_buf, bool is_unicast) hclge_dbg_dump_mac_list() argument
1503 struct hclge_dev *hdev = vport->back; hclge_dbg_run_cmd() local
[all...]

Completed in 28 milliseconds

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