/linux-6.14.4/drivers/gpu/drm/amd/pm/powerplay/ |
D | amd_powerplay.c | 247 static bool pp_is_idle(void *handle) in pp_is_idle() 311 static int pp_dpm_load_fw(void *handle) in pp_dpm_load_fw() 326 static int pp_dpm_fw_loading_complete(void *handle) in pp_dpm_fw_loading_complete() 331 static int pp_set_clockgating_by_smu(void *handle, uint32_t msg_id) in pp_set_clockgating_by_smu() 370 static int pp_dpm_force_performance_level(void *handle, in pp_dpm_force_performance_level() 389 void *handle) in pp_dpm_get_performance_level() 399 static uint32_t pp_dpm_get_sclk(void *handle, bool low) in pp_dpm_get_sclk() 413 static uint32_t pp_dpm_get_mclk(void *handle, bool low) in pp_dpm_get_mclk() 427 static void pp_dpm_powergate_vce(void *handle, bool gate) in pp_dpm_powergate_vce() 441 static void pp_dpm_powergate_uvd(void *handle, bool gate) in pp_dpm_powergate_uvd() [all …]
|
/linux-6.14.4/drivers/net/ethernet/hisilicon/hns/ |
D | hns_ae_adapt.c | 16 static struct hns_mac_cb *hns_get_mac_cb(struct hnae_handle *handle) in hns_get_mac_cb() 28 static struct hns_ppe_cb *hns_get_ppe_cb(struct hnae_handle *handle) in hns_get_ppe_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() 184 static void hns_ae_ring_enable_all(struct hnae_handle *handle, int val) in hns_ae_ring_enable_all() 209 static int hns_ae_set_mac_address(struct hnae_handle *handle, const void *p) in hns_ae_set_mac_address() 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() 251 static int hns_ae_set_multicast_one(struct hnae_handle *handle, void *addr) in hns_ae_set_multicast_one() 284 static int hns_ae_clr_multicast(struct hnae_handle *handle) in hns_ae_clr_multicast() [all …]
|
/linux-6.14.4/drivers/crypto/intel/qat/qat_common/ |
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() 76 static int qat_hal_rd_ae_csr(struct icp_qat_fw_loader_handle *handle, in qat_hal_rd_ae_csr() 92 static int qat_hal_wr_ae_csr(struct icp_qat_fw_loader_handle *handle, in qat_hal_wr_ae_csr() 108 static void qat_hal_get_wakeup_event(struct icp_qat_fw_loader_handle *handle, in qat_hal_get_wakeup_event() 120 static int qat_hal_wait_cycles(struct icp_qat_fw_loader_handle *handle, in qat_hal_wait_cycles() 156 int qat_hal_set_ae_ctx_mode(struct icp_qat_fw_loader_handle *handle, in qat_hal_set_ae_ctx_mode() 176 int qat_hal_set_ae_nn_mode(struct icp_qat_fw_loader_handle *handle, in qat_hal_set_ae_nn_mode() 194 int qat_hal_set_ae_lm_mode(struct icp_qat_fw_loader_handle *handle, in qat_hal_set_ae_lm_mode() 233 void qat_hal_set_ae_tindex_mode(struct icp_qat_fw_loader_handle *handle, in qat_hal_set_ae_tindex_mode() [all …]
|
D | qat_uclo.c | 124 static void qat_uclo_wr_sram_by_words(struct icp_qat_fw_loader_handle *handle, in qat_uclo_wr_sram_by_words() 140 static void qat_uclo_wr_umem_by_words(struct icp_qat_fw_loader_handle *handle, in qat_uclo_wr_umem_by_words() 158 static void qat_uclo_batch_wr_umem(struct icp_qat_fw_loader_handle *handle, in qat_uclo_batch_wr_umem() 181 qat_uclo_cleanup_batch_init_list(struct icp_qat_fw_loader_handle *handle, in qat_uclo_cleanup_batch_init_list() 217 static int qat_uclo_fetch_initmem_ae(struct icp_qat_fw_loader_handle *handle, in qat_uclo_fetch_initmem_ae() 248 static int qat_uclo_create_batch_init_list(struct icp_qat_fw_loader_handle in qat_uclo_create_batch_init_list() 307 static int qat_uclo_init_lmem_seg(struct icp_qat_fw_loader_handle *handle, in qat_uclo_init_lmem_seg() 322 static int qat_uclo_init_umem_seg(struct icp_qat_fw_loader_handle *handle, in qat_uclo_init_umem_seg() 345 static int qat_uclo_init_ae_memory(struct icp_qat_fw_loader_handle *handle, in qat_uclo_init_ae_memory() 365 static int qat_uclo_init_ustore(struct icp_qat_fw_loader_handle *handle, in qat_uclo_init_ustore() [all …]
|
/linux-6.14.4/drivers/media/usb/uvc/ |
D | uvc_v4l2.c | 369 struct uvc_fh *handle = fh; in uvc_ioctl_g_fmt() local 405 struct uvc_fh *handle = fh; in uvc_ioctl_s_fmt() local 443 struct uvc_fh *handle = fh; in uvc_ioctl_g_parm() local 479 struct uvc_fh *handle = fh; in uvc_ioctl_s_parm() local 597 static int uvc_acquire_privileges(struct uvc_fh *handle) in uvc_acquire_privileges() 613 static void uvc_dismiss_privileges(struct uvc_fh *handle) in uvc_dismiss_privileges() 621 static int uvc_has_privileges(struct uvc_fh *handle) in uvc_has_privileges() 633 struct uvc_fh *handle; in uvc_v4l2_open() local 669 struct uvc_fh *handle = file->private_data; in uvc_v4l2_release() local 696 struct uvc_fh *handle = file->private_data; in uvc_ioctl_querycap() local [all …]
|
/linux-6.14.4/drivers/firmware/ |
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 511 static int ti_sci_set_device_state(const struct ti_sci_handle *handle, in ti_sci_set_device_state() 568 static int ti_sci_get_device_state(const struct ti_sci_handle *handle, in ti_sci_get_device_state() 639 static int ti_sci_cmd_get_device(const struct ti_sci_handle *handle, u32 id) in ti_sci_cmd_get_device() 658 static int ti_sci_cmd_get_device_exclusive(const struct ti_sci_handle *handle, in ti_sci_cmd_get_device_exclusive() 677 static int ti_sci_cmd_idle_device(const struct ti_sci_handle *handle, u32 id) in ti_sci_cmd_idle_device() 696 static int ti_sci_cmd_idle_device_exclusive(const struct ti_sci_handle *handle, in ti_sci_cmd_idle_device_exclusive() 715 static int ti_sci_cmd_put_device(const struct ti_sci_handle *handle, u32 id) in ti_sci_cmd_put_device() 729 static int ti_sci_cmd_dev_is_valid(const struct ti_sci_handle *handle, u32 id) in ti_sci_cmd_dev_is_valid() [all …]
|
/linux-6.14.4/fs/ext4/ |
D | ext4_jbd2.h | 165 static inline void _ext4_journal_callback_add(handle_t *handle, in _ext4_journal_callback_add() 172 static inline void ext4_journal_callback_add(handle_t *handle, in ext4_journal_callback_add() 195 static inline bool ext4_journal_callback_try_del(handle_t *handle, in ext4_journal_callback_try_del() 251 #define ext4_journal_get_write_access(handle, sb, bh, trigger_type) \ argument 254 #define ext4_forget(handle, is_metadata, inode, bh, block_nr) \ argument 257 #define ext4_journal_get_create_access(handle, sb, bh, trigger_type) \ argument 260 #define ext4_handle_dirty_metadata(handle, inode, bh) \ argument 273 static inline int ext4_handle_valid(handle_t *handle) in ext4_handle_valid() 280 static inline void ext4_handle_sync(handle_t *handle) in ext4_handle_sync() 286 static inline int ext4_handle_is_aborted(handle_t *handle) in ext4_handle_is_aborted() [all …]
|
D | ext4_jbd2.c | 35 handle_t *handle = current->journal_info; in ext4_get_nojournal() local 49 static void ext4_put_nojournal(handle_t *handle) in ext4_put_nojournal() 116 int __ext4_journal_stop(const char *where, unsigned int line, handle_t *handle) in __ext4_journal_stop() 143 handle_t *__ext4_journal_start_reserved(handle_t *handle, unsigned int line, in __ext4_journal_start_reserved() 167 int __ext4_journal_ensure_credits(handle_t *handle, int check_cred, in __ext4_journal_ensure_credits() 185 handle_t *handle, int err) in ext4_journal_abort_handle() 230 handle_t *handle, struct super_block *sb, in __ext4_journal_get_write_access() 264 int __ext4_forget(const char *where, unsigned int line, handle_t *handle, in __ext4_forget() 319 handle_t *handle, struct super_block *sb, in __ext4_journal_get_create_access() 343 handle_t *handle, struct inode *inode, in __ext4_handle_dirty_metadata()
|
D | migrate.c | 21 static int finish_range(handle_t *handle, struct inode *inode, in finish_range() 65 static int update_extent_range(handle_t *handle, struct inode *inode, in update_extent_range() 90 static int update_ind_extent_range(handle_t *handle, struct inode *inode, in update_ind_extent_range() 119 static int update_dind_extent_range(handle_t *handle, struct inode *inode, in update_dind_extent_range() 149 static int update_tind_extent_range(handle_t *handle, struct inode *inode, in update_tind_extent_range() 179 static int free_dind_blocks(handle_t *handle, in free_dind_blocks() 220 static int free_tind_blocks(handle_t *handle, in free_tind_blocks() 254 static int free_ind_block(handle_t *handle, struct inode *inode, __le32 *i_data) in free_ind_block() 287 static int ext4_ext_swap_inode_data(handle_t *handle, struct inode *inode, in ext4_ext_swap_inode_data() 353 static int free_ext_idx(handle_t *handle, struct inode *inode, in free_ext_idx() [all …]
|
/linux-6.14.4/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
D | hclgevf_main.c | 100 struct hclgevf_dev *hclgevf_ae_get_hdev(struct hnae3_handle *handle) in hclgevf_ae_get_hdev() 110 static void hclgevf_update_stats(struct hnae3_handle *handle) in hclgevf_update_stats() 122 static int hclgevf_get_sset_count(struct hnae3_handle *handle, int strset) in hclgevf_get_sset_count() 132 static void hclgevf_get_strings(struct hnae3_handle *handle, u32 strset, in hclgevf_get_strings() 139 static void hclgevf_get_stats(struct hnae3_handle *handle, u64 *data) in hclgevf_get_stats() 259 static u16 hclgevf_get_qid_global(struct hnae3_handle *handle, u16 queue_id) in hclgevf_get_qid_global() 407 struct hnae3_handle *handle = &hdev->nic; in hclgevf_update_link_status() local 475 static int hclgevf_get_vector(struct hnae3_handle *handle, u16 vector_num, in hclgevf_get_vector() 558 static int hclgevf_get_rss(struct hnae3_handle *handle, u32 *indir, u8 *key, in hclgevf_get_rss() 585 static int hclgevf_set_rss(struct hnae3_handle *handle, const u32 *indir, in hclgevf_set_rss() [all …]
|
/linux-6.14.4/drivers/gpu/drm/amd/pm/swsmu/ |
D | amdgpu_smu.c | 80 static int smu_sys_get_pp_feature_mask(void *handle, in smu_sys_get_pp_feature_mask() 91 static int smu_sys_set_pp_feature_mask(void *handle, in smu_sys_set_pp_feature_mask() 185 static u32 smu_get_mclk(void *handle, bool low) in smu_get_mclk() 199 static u32 smu_get_sclk(void *handle, bool low) in smu_get_sclk() 360 static int smu_dpm_set_power_gate(void *handle, in smu_dpm_set_power_gate() 540 static int smu_get_power_num_states(void *handle, in smu_get_power_num_states() 578 static int smu_sys_get_pp_table(void *handle, in smu_sys_get_pp_table() 598 static int smu_sys_set_pp_table(void *handle, in smu_sys_set_pp_table() 2191 static int smu_display_configuration_change(void *handle, in smu_display_configuration_change() 2220 static int smu_enable_umd_pstate(void *handle, in smu_enable_umd_pstate() [all …]
|
/linux-6.14.4/drivers/acpi/ |
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() 498 acpi_get_physical_device_location(acpi_handle handle, struct acpi_pld_info **pld) in acpi_get_physical_device_location() 541 acpi_evaluate_ost(acpi_handle handle, u32 source_event, u32 status_code, in acpi_evaluate_ost() 571 char *acpi_handle_path(acpi_handle handle) in acpi_handle_path() 596 acpi_handle_printk(const char *level, acpi_handle handle, const char *fmt, ...) in acpi_handle_printk() 627 __acpi_handle_debug(struct _ddebug *descriptor, acpi_handle handle, in __acpi_handle_debug() [all …]
|
D | scan.c | 133 static acpi_status acpi_bus_offline(acpi_handle handle, u32 lvl, void *data, in acpi_bus_offline() 178 static acpi_status acpi_bus_online(acpi_handle handle, u32 lvl, void *data, in acpi_bus_online() 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 602 static void acpi_scan_drop_device(acpi_handle handle, void *context) in acpi_scan_drop_device() 629 static struct acpi_device *handle_to_device(acpi_handle handle, in handle_to_device() 651 struct acpi_device *acpi_fetch_acpi_dev(acpi_handle handle) in acpi_fetch_acpi_dev() 673 struct acpi_device *acpi_get_acpi_dev(acpi_handle handle) in acpi_get_acpi_dev() 708 acpi_handle handle = adev->handle; in acpi_tie_acpi_dev() local 865 static struct acpi_device *acpi_find_parent_acpi_dev(acpi_handle handle) in acpi_find_parent_acpi_dev() [all …]
|
/linux-6.14.4/kernel/events/ |
D | ring_buffer.c | 20 static void perf_output_wakeup(struct perf_output_handle *handle) in perf_output_wakeup() 40 static void perf_output_get_handle(struct perf_output_handle *handle) in perf_output_get_handle() 54 static void perf_output_put_handle(struct perf_output_handle *handle) in perf_output_put_handle() 153 __perf_output_begin(struct perf_output_handle *handle, in __perf_output_begin() 272 int perf_output_begin_forward(struct perf_output_handle *handle, in perf_output_begin_forward() 279 int perf_output_begin_backward(struct perf_output_handle *handle, in perf_output_begin_backward() 286 int perf_output_begin(struct perf_output_handle *handle, in perf_output_begin() 295 unsigned int perf_output_copy(struct perf_output_handle *handle, in perf_output_copy() 301 unsigned int perf_output_skip(struct perf_output_handle *handle, in perf_output_skip() 307 void perf_output_end(struct perf_output_handle *handle) in perf_output_end() [all …]
|
/linux-6.14.4/mm/ |
D | zbud.c | 157 unsigned long handle; in encode_handle() local 175 static struct zbud_header *handle_to_zbud_header(unsigned long handle) in handle_to_zbud_header() 247 unsigned long *handle) in zbud_alloc() 311 static void zbud_free(struct zbud_pool *pool, unsigned long handle) in zbud_free() 353 static void *zbud_map(struct zbud_pool *pool, unsigned long handle) in zbud_map() 363 static void zbud_unmap(struct zbud_pool *pool, unsigned long handle) in zbud_unmap() 394 unsigned long *handle) in zbud_zpool_malloc() 398 static void zbud_zpool_free(void *pool, unsigned long handle) in zbud_zpool_free() 403 static void *zbud_zpool_map(void *pool, unsigned long handle, in zbud_zpool_map() 408 static void zbud_zpool_unmap(void *pool, unsigned long handle) in zbud_zpool_unmap()
|
/linux-6.14.4/fs/jbd2/ |
D | transaction.c | 316 static int start_this_handle(journal_t *journal, handle_t *handle, in start_this_handle() 461 handle_t *handle = jbd2_alloc_handle(GFP_NOFS); in new_handle() local 474 handle_t *handle = journal_current_handle(); in jbd2__journal_start() local 548 static void __jbd2_journal_unreserve_handle(handle_t *handle, transaction_t *t) in __jbd2_journal_unreserve_handle() 558 void jbd2_journal_free_reserved(handle_t *handle) in jbd2_journal_free_reserved() 584 int jbd2_journal_start_reserved(handle_t *handle, unsigned int type, in jbd2_journal_start_reserved() 645 int jbd2_journal_extend(handle_t *handle, int nblocks, int revoke_records) in jbd2_journal_extend() 701 static void stop_this_handle(handle_t *handle) in stop_this_handle() 763 int jbd2__journal_restart(handle_t *handle, int nblocks, int revoke_records, in jbd2__journal_restart() 810 int jbd2_journal_restart(handle_t *handle, int nblocks) in jbd2_journal_restart() [all …]
|
/linux-6.14.4/drivers/staging/media/atomisp/pci/runtime/rmgr/src/ |
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()
|
/linux-6.14.4/drivers/acpi/acpica/ |
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()
|
/linux-6.14.4/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_aca.c | 204 static bool aca_bank_is_valid(struct aca_handle *handle, struct aca_bank *bank, enum aca_smu_type t… in aca_bank_is_valid() 282 int aca_error_cache_log_bank_error(struct aca_handle *handle, struct aca_bank_info *info, in aca_error_cache_log_bank_error() 305 static int aca_bank_parser(struct aca_handle *handle, struct aca_bank *bank, enum aca_smu_type type) in aca_bank_parser() 319 static int handler_aca_log_bank_error(struct aca_handle *handle, struct aca_bank *bank, in handler_aca_log_bank_error() 334 struct aca_handle *handle; in aca_dispatch_bank() local 474 static int aca_log_aca_error(struct aca_handle *handle, enum aca_error_type type, struct ras_err_da… in aca_log_aca_error() 496 static int __aca_get_error_data(struct amdgpu_device *adev, struct aca_handle *handle, enum aca_err… in __aca_get_error_data() 522 static bool aca_handle_is_valid(struct aca_handle *handle) in aca_handle_is_valid() 530 int amdgpu_aca_get_error_data(struct amdgpu_device *adev, struct aca_handle *handle, in amdgpu_aca_get_error_data() 554 static void aca_init_error_cache(struct aca_handle *handle) in aca_init_error_cache() [all …]
|
/linux-6.14.4/drivers/pci/hotplug/ |
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()
|
/linux-6.14.4/drivers/platform/x86/intel/ |
D | hid.c | 237 static bool intel_hid_execute_method(acpi_handle handle, in intel_hid_execute_method() 278 static bool intel_hid_evaluate_method(acpi_handle handle, in intel_hid_evaluate_method() 315 static void intel_hid_init_dsm(acpi_handle handle) in intel_hid_init_dsm() 346 acpi_handle handle = ACPI_HANDLE(device); in intel_hid_set_enable() local 360 acpi_handle handle = ACPI_HANDLE(device); in intel_button_array_enable() local 487 acpi_handle handle = ACPI_HANDLE(&device->dev); in report_tablet_mode_state() local 518 static void notify_handler(acpi_handle handle, u32 event, void *context) in notify_handler() 625 acpi_handle handle = ACPI_HANDLE(&device->dev); in button_array_present() local 649 acpi_handle handle = ACPI_HANDLE(&device->dev); in intel_hid_probe() local 749 acpi_handle handle = ACPI_HANDLE(&device->dev); in intel_hid_remove() local [all …]
|
/linux-6.14.4/drivers/net/ethernet/hisilicon/hns3/hns3_common/ |
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()
|
/linux-6.14.4/arch/mips/fw/cfe/ |
D | cfe_api.c | 43 int cfe_init(u64 handle, u64 ept) in cfe_init() 57 int cfe_close(int handle) in cfe_close() 290 int cfe_inpstat(int handle) in cfe_inpstat() 309 cfe_ioctl(int handle, unsigned int ioctlnum, unsigned char *buffer, in cfe_ioctl() 351 int cfe_read(int handle, unsigned char *buffer, int length) in cfe_read() 356 int cfe_readblk(int handle, s64 offset, unsigned char *buffer, int length) in cfe_readblk() 396 int cfe_write(int handle, const char *buffer, int length) in cfe_write() 401 int cfe_writeblk(int handle, s64 offset, const char *buffer, int length) in cfe_writeblk() 426 int handle; in cfe_die() local
|
/linux-6.14.4/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
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()
|
/linux-6.14.4/arch/powerpc/include/asm/ |
D | mpic_timer.h | 36 void mpic_start_timer(struct mpic_timer *handle) { } in mpic_start_timer() 37 void mpic_stop_timer(struct mpic_timer *handle) { } in mpic_stop_timer() 38 void mpic_get_remain_time(struct mpic_timer *handle, time64_t *time) { } in mpic_get_remain_time() 39 void mpic_free_timer(struct mpic_timer *handle) { } in mpic_free_timer()
|