| /drivers/gpu/drm/amd/pm/powerplay/ |
| A D | amd_powerplay.c | 311 static int pp_dpm_load_fw(void *handle) in pp_dpm_load_fw() 389 void *handle) in pp_dpm_get_performance_level() 597 static int pp_dpm_get_pp_num_states(void *handle, in pp_dpm_get_pp_num_states() 644 static int amd_powerplay_reset(void *handle) in amd_powerplay_reset() 690 static int pp_dpm_force_clock_level(void *handle, in pp_dpm_force_clock_level() 742 static int pp_dpm_get_sclk_od(void *handle) in pp_dpm_get_sclk_od() 771 static int pp_dpm_get_mclk_od(void *handle) in pp_dpm_get_mclk_od() 1049 static int pp_get_current_clocks(void *handle, in pp_get_current_clocks() 1174 static int pp_dpm_powergate_mmhub(void *handle) in pp_dpm_powergate_mmhub() 1441 static int pp_asic_reset_mode_2(void *handle) in pp_asic_reset_mode_2() [all …]
|
| /drivers/net/ethernet/hisilicon/hns/ |
| A D | hns_ae_adapt.c | 16 static struct hns_mac_cb *hns_get_mac_cb(struct hnae_handle *handle) in hns_get_mac_cb() 138 static void hns_ae_put_handle(struct hnae_handle *handle) in hns_ae_put_handle() 149 static int hns_ae_wait_flow_down(struct hnae_handle *handle) in hns_ae_wait_flow_down() 229 static int hns_ae_add_uc_address(struct hnae_handle *handle, in hns_ae_add_uc_address() 240 static int hns_ae_rm_uc_address(struct hnae_handle *handle, in hns_ae_rm_uc_address() 284 static int hns_ae_clr_multicast(struct hnae_handle *handle) in hns_ae_clr_multicast() 332 static int hns_ae_start(struct hnae_handle *handle) in hns_ae_start() 358 static void hns_ae_stop(struct hnae_handle *handle) in hns_ae_stop() 379 static void hns_ae_reset(struct hnae_handle *handle) in hns_ae_reset() 423 static int hns_ae_get_mac_info(struct hnae_handle *handle, in hns_ae_get_mac_info() [all …]
|
| /drivers/crypto/intel/qat/qat_common/ |
| A D | qat_hal.c | 36 #define AE(handle, ae) ((handle)->hal_handle->aes[ae]) argument 69 void qat_hal_set_live_ctx(struct icp_qat_fw_loader_handle *handle, in qat_hal_set_live_ctx() 302 void qat_hal_reset(struct icp_qat_fw_loader_handle *handle) in qat_hal_reset() 473 int qat_hal_clr_reset(struct icp_qat_fw_loader_handle *handle) in qat_hal_clr_reset() 832 struct icp_qat_fw_loader_handle *handle; in qat_hal_init() local 883 void qat_hal_deinit(struct icp_qat_fw_loader_handle *handle) in qat_hal_deinit() 892 int qat_hal_start(struct icp_qat_fw_loader_handle *handle) in qat_hal_start() 932 void qat_hal_set_pc(struct icp_qat_fw_loader_handle *handle, in qat_hal_set_pc() 963 void qat_hal_wr_umem(struct icp_qat_fw_loader_handle *handle, in qat_hal_wr_umem() 1471 int qat_hal_init_gpr(struct icp_qat_fw_loader_handle *handle, in qat_hal_init_gpr() [all …]
|
| A D | qat_uclo.c | 185 qat_uclo_cleanup_batch_init_list(struct icp_qat_fw_loader_handle *handle, in qat_uclo_cleanup_batch_init_list() 727 qat_uclo_get_dev_type(struct icp_qat_fw_loader_handle *handle) in qat_uclo_get_dev_type() 768 static int qat_uclo_init_reg(struct icp_qat_fw_loader_handle *handle, in qat_uclo_init_reg() 894 static int qat_hal_set_modes(struct icp_qat_fw_loader_handle *handle, in qat_hal_set_modes() 1184 static int qat_uclo_map_suof(struct icp_qat_fw_loader_handle *handle, in qat_uclo_map_suof() 1240 static int qat_uclo_auth_fw(struct icp_qat_fw_loader_handle *handle, in qat_uclo_auth_fw() 1680 static int qat_uclo_load_fw(struct icp_qat_fw_loader_handle *handle, in qat_uclo_load_fw() 1743 int qat_uclo_wr_mimage(struct icp_qat_fw_loader_handle *handle, in qat_uclo_wr_mimage() 2044 int qat_uclo_map_obj(struct icp_qat_fw_loader_handle *handle, in qat_uclo_map_obj() 2072 void qat_uclo_del_obj(struct icp_qat_fw_loader_handle *handle) in qat_uclo_del_obj() [all …]
|
| A D | icp_qat_hal.h | 125 #define SET_CAP_CSR(handle, csr, val) \ argument 127 #define GET_CAP_CSR(handle, csr) \ argument 129 #define AE_CSR(handle, ae) \ argument 131 #define AE_CSR_ADDR(handle, ae, csr) (AE_CSR(handle, ae) + (0x3ff & (csr))) argument 132 #define SET_AE_CSR(handle, ae, csr, val) \ argument 134 #define GET_AE_CSR(handle, ae, csr) ADF_CSR_RD(AE_CSR_ADDR(handle, ae, csr), 0) argument 135 #define AE_XFER(handle, ae) \ argument 137 #define AE_XFER_ADDR(handle, ae, reg) (AE_XFER(handle, ae) + \ argument 139 #define SET_AE_XFER(handle, ae, reg, val) \ argument 141 #define SRAM_WRITE(handle, addr, val) \ argument
|
| /drivers/firmware/ |
| A D | ti_sci.c | 115 struct ti_sci_handle handle; member 454 struct ti_sci_handle *handle = &info->handle; in ti_sci_cmd_get_revision() local 2198 static int ti_sci_manage_irq(const struct ti_sci_handle *handle, in ti_sci_manage_irq() 3248 struct ti_sci_handle *handle = NULL; in ti_sci_get_handle() local 3291 int ti_sci_put_handle(const struct ti_sci_handle *handle) in ti_sci_put_handle() 3313 const struct ti_sci_handle *handle = *ptr; in devm_ti_sci_release() local 3335 const struct ti_sci_handle *handle; in devm_ti_sci_get_handle() local 3369 struct ti_sci_handle *handle = NULL; in ti_sci_get_by_phandle() local 3415 const struct ti_sci_handle *handle; in devm_ti_sci_get_by_phandle() local 3581 devm_ti_sci_get_of_resource(const struct ti_sci_handle *handle, in devm_ti_sci_get_of_resource() [all …]
|
| /drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
| A D | hclgevf_main.c | 110 static void hclgevf_update_stats(struct hnae3_handle *handle) in hclgevf_update_stats() 407 struct hnae3_handle *handle = &hdev->nic; in hclgevf_update_link_status() local 717 struct hnae3_handle *handle, in hclgevf_unmap_ring_from_vector() 766 struct hnae3_handle *handle = &hdev->nic; in hclgevf_cmd_set_promisc_mode() local 808 struct hnae3_handle *handle = &hdev->nic; in hclgevf_sync_promisc_mode() local 1270 struct hnae3_handle *handle = &hdev->nic; in hclgevf_sync_vlan_filter() local 1370 struct hnae3_handle *handle = &hdev->nic; in hclgevf_notify_client() local 1392 struct hnae3_handle *handle = &hdev->roce; in hclgevf_notify_roce_client() local 1694 struct hnae3_handle *handle) in hclgevf_reset_event() 1937 struct hnae3_handle *handle = &hdev->nic; in hclgevf_periodic_service_task() local [all …]
|
| /drivers/gpu/drm/amd/pm/swsmu/ |
| A D | amdgpu_smu.c | 194 static u32 smu_get_mclk(void *handle, bool low) in smu_get_mclk() 208 static u32 smu_get_sclk(void *handle, bool low) in smu_get_sclk() 613 static int smu_sys_get_pp_table(void *handle, in smu_sys_get_pp_table() 633 static int smu_sys_set_pp_table(void *handle, in smu_sys_set_pp_table() 2437 static int smu_handle_dpm_task(void *handle, in smu_handle_dpm_task() 2643 static int smu_set_mp1_state(void *handle, in smu_set_mp1_state() 2659 static int smu_set_df_cstate(void *handle, in smu_set_df_cstate() 2772 static int smu_load_microcode(void *handle) in smu_load_microcode() 2851 int smu_get_power_limit(void *handle, in smu_get_power_limit() 3094 static int smu_read_sensor(void *handle, in smu_read_sensor() [all …]
|
| /drivers/acpi/ |
| A D | utils.c | 247 acpi_evaluate_integer(acpi_handle handle, in acpi_evaluate_integer() 280 int acpi_get_local_u64_address(acpi_handle handle, u64 *addr) in acpi_get_local_u64_address() 291 int acpi_get_local_address(acpi_handle handle, u32 *addr) in acpi_get_local_address() 306 const char *acpi_get_subsystem_id(acpi_handle handle) in acpi_get_subsystem_id() 342 bool acpi_evaluate_reference(acpi_handle handle, acpi_string pathname, in acpi_evaluate_reference() 571 char *acpi_handle_path(acpi_handle handle) in acpi_handle_path() 627 __acpi_handle_debug(struct _ddebug *descriptor, acpi_handle handle, in __acpi_handle_debug() 653 void acpi_evaluation_failure_warn(acpi_handle handle, const char *name, in acpi_evaluation_failure_warn() 668 bool acpi_has_method(acpi_handle handle, char *name) in acpi_has_method() 694 acpi_status acpi_evaluate_ej0(acpi_handle handle) in acpi_evaluate_ej0() [all …]
|
| A D | scan.c | 202 acpi_handle handle = device->handle; in acpi_scan_try_to_offline() local 321 acpi_handle handle = device->handle; in acpi_scan_hot_remove() local 708 acpi_handle handle = adev->handle; in acpi_tie_acpi_dev() local 917 acpi_handle handle = dev->handle; in acpi_bus_extract_wakeup_device_power_package() local 1214 bool acpi_ata_match(acpi_handle handle) in acpi_ata_match() 1228 bool acpi_bay_match(acpi_handle handle) in acpi_bay_match() 1255 acpi_handle handle = adev->handle; in is_ejectable_bay() local 1266 bool acpi_dock_match(acpi_handle handle) in acpi_dock_match() 1295 long acpi_is_video_device(acpi_handle handle) in acpi_is_video_device() 2536 acpi_handle handle = dep->consumer; in acpi_scan_postponed() local [all …]
|
| A D | mipi-disco-img.c | 37 static void acpi_mipi_data_tag(acpi_handle handle, void *context) in acpi_mipi_data_tag() 52 acpi_handle handle; member 59 acpi_handle handle; member 109 static struct crs_csi2 *acpi_mipi_add_crs_csi2(acpi_handle handle, in acpi_mipi_add_crs_csi2() 132 static struct crs_csi2 *acpi_mipi_get_crs_csi2(acpi_handle handle) in acpi_mipi_get_crs_csi2() 169 void acpi_mipi_check_crs_csi2(acpi_handle handle) in acpi_mipi_check_crs_csi2() 452 acpi_handle handle = acpi_device_handle(adev); in init_csi2_port_local() local 490 acpi_handle handle = acpi_device_handle(adev); in init_csi2_port() local 598 acpi_handle handle = csi2->handle; in init_crs_csi2_swnodes() local 763 bool acpi_graph_ignore_port(acpi_handle handle) in acpi_graph_ignore_port()
|
| /drivers/media/usb/uvc/ |
| A D | uvc_v4l2.c | 394 struct uvc_fh *handle = fh; in uvc_ioctl_g_fmt() local 430 struct uvc_fh *handle = fh; in uvc_ioctl_s_fmt() local 463 struct uvc_fh *handle = fh; in uvc_ioctl_g_parm() local 499 struct uvc_fh *handle = fh; in uvc_ioctl_s_parm() local 592 struct uvc_fh *handle; in uvc_v4l2_open() local 645 struct uvc_fh *handle = fh; in uvc_ioctl_enum_fmt() local 669 struct uvc_fh *handle = fh; in uvc_ioctl_try_fmt() local 679 struct uvc_fh *handle = fh; in uvc_ioctl_enum_input() local 721 struct uvc_fh *handle = fh; in uvc_ioctl_g_input() local 749 struct uvc_fh *handle = fh; in uvc_ioctl_s_input() local [all …]
|
| /drivers/gpu/drm/amd/amdgpu/ |
| A D | amdgpu_aca.c | 336 struct aca_handle *handle; in aca_dispatch_bank() local 580 static bool aca_handle_is_valid(struct aca_handle *handle) in aca_handle_is_valid() 612 static void aca_init_error_cache(struct aca_handle *handle) in aca_init_error_cache() 636 static void aca_fini_error_cache(struct aca_handle *handle) in aca_fini_error_cache() 669 struct aca_handle *handle = container_of(attr, struct aca_handle, aca_attr); in aca_sysfs_read() local 676 static int add_aca_sysfs(struct amdgpu_device *adev, struct aca_handle *handle) in add_aca_sysfs() 691 int amdgpu_aca_add_handle(struct amdgpu_device *adev, struct aca_handle *handle, in amdgpu_aca_add_handle() 707 static void remove_aca_handle(struct aca_handle *handle) in remove_aca_handle() 716 static void remove_aca_sysfs(struct aca_handle *handle) in remove_aca_sysfs() 727 void amdgpu_aca_remove_handle(struct aca_handle *handle) in amdgpu_aca_remove_handle() [all …]
|
| /drivers/platform/x86/intel/ |
| A D | hid.c | 239 static bool intel_hid_execute_method(acpi_handle handle, in intel_hid_execute_method() 280 static bool intel_hid_evaluate_method(acpi_handle handle, in intel_hid_evaluate_method() 317 static void intel_hid_init_dsm(acpi_handle handle) in intel_hid_init_dsm() 348 acpi_handle handle = ACPI_HANDLE(device); in intel_hid_set_enable() local 362 acpi_handle handle = ACPI_HANDLE(device); in intel_button_array_enable() local 489 acpi_handle handle = ACPI_HANDLE(&device->dev); in report_tablet_mode_state() local 520 static void notify_handler(acpi_handle handle, u32 event, void *context) in notify_handler() 627 acpi_handle handle = ACPI_HANDLE(&device->dev); in button_array_present() local 651 acpi_handle handle = ACPI_HANDLE(&device->dev); in intel_hid_probe() local 751 acpi_handle handle = ACPI_HANDLE(&device->dev); in intel_hid_remove() local [all …]
|
| /drivers/acpi/acpica/ |
| A D | evrgnini.c | 34 acpi_ev_system_memory_region_setup(acpi_handle handle, in acpi_ev_system_memory_region_setup() 98 acpi_ev_io_space_region_setup(acpi_handle handle, in acpi_ev_io_space_region_setup() 131 acpi_ev_pci_config_region_setup(acpi_handle handle, in acpi_ev_pci_config_region_setup() 373 acpi_ev_pci_bar_region_setup(acpi_handle handle, in acpi_ev_pci_bar_region_setup() 400 acpi_ev_cmos_region_setup(acpi_handle handle, in acpi_ev_cmos_region_setup() 427 acpi_ev_data_table_region_setup(acpi_handle handle, in acpi_ev_data_table_region_setup() 477 acpi_ev_default_region_setup(acpi_handle handle, in acpi_ev_default_region_setup()
|
| /drivers/staging/media/atomisp/pci/runtime/rmgr/src/ |
| A D | rmgr_vbuf.c | 60 void ia_css_rmgr_refcount_retain_vbuf(struct ia_css_rmgr_vbuf_handle **handle) in ia_css_rmgr_refcount_retain_vbuf() 98 void ia_css_rmgr_refcount_release_vbuf(struct ia_css_rmgr_vbuf_handle **handle) in ia_css_rmgr_refcount_release_vbuf() 189 struct ia_css_rmgr_vbuf_handle **handle) in rmgr_push_handle() 217 struct ia_css_rmgr_vbuf_handle **handle) in rmgr_pop_handle() 246 struct ia_css_rmgr_vbuf_handle **handle) in ia_css_rmgr_acq_vbuf() 302 struct ia_css_rmgr_vbuf_handle **handle) in ia_css_rmgr_rel_vbuf()
|
| /drivers/hwtracing/coresight/ |
| A D | coresight-trbe.c | 141 struct perf_output_handle * __percpu *handle; member 266 static void trbe_report_wrap_event(struct perf_output_handle *handle) in trbe_report_wrap_event() 350 static void trbe_pad_buf(struct perf_output_handle *handle, int len) in trbe_pad_buf() 372 static u64 trbe_min_trace_buf_size(struct perf_output_handle *handle) in trbe_min_trace_buf_size() 785 struct perf_output_handle *handle, in arm_trbe_update_buffer() 987 struct perf_output_handle *handle) in __arm_trbe_enable() 1018 struct perf_output_handle *handle = data; in arm_trbe_enable() local 1052 static void trbe_handle_spurious(struct perf_output_handle *handle) in trbe_handle_spurious() 1065 static int trbe_handle_overflow(struct perf_output_handle *handle) in trbe_handle_overflow() 1094 static bool is_perf_trbe(struct perf_output_handle *handle) in is_perf_trbe() [all …]
|
| /drivers/platform/x86/ |
| A D | classmate-laptop.c | 72 static acpi_status cmpc_start_accel_v4(acpi_handle handle) in cmpc_start_accel_v4() 92 static acpi_status cmpc_stop_accel_v4(acpi_handle handle) in cmpc_stop_accel_v4() 148 static acpi_status cmpc_get_accel_v4(acpi_handle handle, in cmpc_get_accel_v4() 451 static acpi_status cmpc_start_accel(acpi_handle handle) in cmpc_start_accel() 466 static acpi_status cmpc_stop_accel(acpi_handle handle) in cmpc_stop_accel() 495 static acpi_status cmpc_get_accel(acpi_handle handle, in cmpc_get_accel() 675 static acpi_status cmpc_get_tablet(acpi_handle handle, in cmpc_get_tablet() 809 acpi_handle handle; in cmpc_bl_get_brightness() local 823 acpi_handle handle; in cmpc_bl_update_status() local 881 acpi_handle handle; in cmpc_rfkill_query() local [all …]
|
| /drivers/pci/hotplug/ |
| A D | acpi_pcihp.c | 38 static acpi_status acpi_run_oshp(acpi_handle handle) in acpi_run_oshp() 73 acpi_handle chandle, handle; in acpi_get_hp_hw_control_from_firmware() local 145 static int pcihp_is_ejectable(acpi_handle handle) in pcihp_is_ejectable() 166 int acpi_pci_check_ejectable(struct pci_bus *pbus, acpi_handle handle) in acpi_pci_check_ejectable() 182 check_hotplug(acpi_handle handle, u32 lvl, void *context, void **rv) in check_hotplug() 198 int acpi_pci_detect_ejectable(acpi_handle handle) in acpi_pci_detect_ejectable()
|
| /drivers/scsi/mpt3sas/ |
| A D | mpt3sas_scsih.c | 288 u16 handle; member 2261 u16 handle; in scsih_get_resync() local 3297 u16 handle; in scsih_abort() local 3372 u16 handle; in scsih_dev_reset() local 3453 u16 handle; in scsih_target_reset() local 4017 u16 handle; in _scsih_block_io_to_children_attached_directly() local 4044 u16 handle; in _scsih_block_io_to_pcie_children_attached_directly() local 4221 u16 handle; in _scsih_tm_tr_complete() local 4431 u16 handle; in _scsih_tm_volume_tr_complete() local 4662 u16 handle; in _scsih_check_topo_delete_events() local [all …]
|
| /drivers/net/ethernet/hisilicon/hns3/hns3_common/ |
| A D | hclge_comm_tqp_stats.c | 10 u64 *hclge_comm_tqps_get_stats(struct hnae3_handle *handle, u64 *data) in hclge_comm_tqps_get_stats() 31 int hclge_comm_tqps_get_sset_count(struct hnae3_handle *handle) in hclge_comm_tqps_get_sset_count() 39 void hclge_comm_tqps_get_strings(struct hnae3_handle *handle, u8 **data) in hclge_comm_tqps_get_strings() 58 int hclge_comm_tqps_update_stats(struct hnae3_handle *handle, in hclge_comm_tqps_update_stats() 102 void hclge_comm_reset_tqp_stats(struct hnae3_handle *handle) in hclge_comm_reset_tqp_stats()
|
| /drivers/acpi/riscv/ |
| A D | irq.c | 14 acpi_handle handle; member 26 acpi_handle handle; member 56 static acpi_status riscv_acpi_update_gsi_handle(u32 gsi_base, acpi_handle handle) in riscv_acpi_update_gsi_handle() 132 static acpi_status __init riscv_acpi_create_gsi_map(acpi_handle handle, u32 level, in riscv_acpi_create_gsi_map() 239 static int riscv_acpi_irq_get_dep(acpi_handle handle, unsigned int index, acpi_handle *gsi_handle) in riscv_acpi_irq_get_dep() 254 static u32 riscv_acpi_add_prt_dep(acpi_handle handle) in riscv_acpi_add_prt_dep() 305 static u32 riscv_acpi_add_irq_dep(acpi_handle handle) in riscv_acpi_add_irq_dep() 329 u32 arch_acpi_add_auto_dep(acpi_handle handle) in arch_acpi_add_auto_dep()
|
| /drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
| A D | act_stats.c | 36 struct mlx5e_tc_act_stats_handle *handle; in mlx5e_tc_act_stats_create() local 54 void mlx5e_tc_act_stats_free(struct mlx5e_tc_act_stats_handle *handle) in mlx5e_tc_act_stats_free() 61 mlx5e_tc_act_stats_add(struct mlx5e_tc_act_stats_handle *handle, in mlx5e_tc_act_stats_add() 103 mlx5e_tc_act_stats_del_flow(struct mlx5e_tc_act_stats_handle *handle, in mlx5e_tc_act_stats_del_flow() 132 mlx5e_tc_act_stats_add_flow(struct mlx5e_tc_act_stats_handle *handle, in mlx5e_tc_act_stats_add_flow() 167 mlx5e_tc_act_stats_fill_stats(struct mlx5e_tc_act_stats_handle *handle, in mlx5e_tc_act_stats_fill_stats()
|
| /drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| A D | hclge_main.c | 617 struct hnae3_handle *handle; in hclge_update_stats_for_all() local 3093 struct hnae3_handle *handle = &hdev->vport[0].nic; in hclge_update_link_status() local 3793 struct hnae3_handle *handle = &hdev->vport[0].nic; in hclge_notify_client() local 4039 struct hnae3_handle *handle = &hdev->vport[0].nic; in hclge_do_reset() local 5111 struct hnae3_handle *handle = &vport->nic; in hclge_cmd_set_promisc_mode() local 9550 struct hnae3_handle *handle = &vport->nic; in hclge_need_enable_vport_vlan_filter() local 10295 struct hnae3_handle *handle = &vport->nic; in hclge_restore_hw_table() local 10918 int hclge_reset_tqp(struct hnae3_handle *handle) in hclge_reset_tqp() 11192 struct hnae3_handle *handle = &hdev->vport->nic; in hclge_info_show() local 12136 struct hnae3_handle *handle = &hdev->vport->nic; in hclge_resume_vf_rate() local [all …]
|
| /drivers/gpu/drm/radeon/ |
| A D | radeon_acpi.c | 114 static union acpi_object *radeon_atif_call(acpi_handle handle, int function, in radeon_atif_call() 209 static int radeon_atif_verify_interface(acpi_handle handle, in radeon_atif_verify_interface() 256 static int radeon_atif_get_notification_params(acpi_handle handle, in radeon_atif_get_notification_params() 318 static int radeon_atif_get_sbios_requests(acpi_handle handle, in radeon_atif_get_sbios_requests() 362 acpi_handle handle; in radeon_atif_handler() local 437 static union acpi_object *radeon_atcs_call(acpi_handle handle, int function, in radeon_atcs_call() 503 static int radeon_atcs_verify_interface(acpi_handle handle, in radeon_atcs_verify_interface() 567 acpi_handle handle; in radeon_acpi_pcie_notify_device_ready() local 602 acpi_handle handle; in radeon_acpi_pcie_performance_request() local 709 acpi_handle handle; in radeon_acpi_init() local
|