/linux-6.14.4/drivers/rtc/ |
D | rtc-imx-sm-bbm.c | 93 const struct scmi_handle *handle = sdev->handle; in scmi_imx_bbm_rtc_init() local 117 const struct scmi_handle *handle = sdev->handle; in scmi_imx_bbm_rtc_probe() local
|
/linux-6.14.4/net/sched/ |
D | cls_u32.c | 46 u32 handle; member 72 u32 handle; member 266 static struct tc_u_hnode *u32_lookup_ht(struct tc_u_common *tp_c, u32 handle) in u32_lookup_ht() 279 static struct tc_u_knode *u32_lookup_key(struct tc_u_hnode *ht, u32 handle) in u32_lookup_key() 298 static void *u32_get(struct tcf_proto *tp, u32 handle) in u32_get() 760 u32 handle = nla_get_u32(tb[TCA_U32_LINK]); in u32_set_parms() local 871 struct tcf_proto *tp, unsigned long base, u32 handle, in u32_change()
|
D | cls_matchall.c | 20 u32 handle; member 146 static void *mall_get(struct tcf_proto *tp, u32 handle) in mall_get() 164 u32 handle, struct nlattr **tca, in mall_change()
|
D | cls_route.c | 54 u32 handle; member 217 static void *route4_get(struct tcf_proto *tp, u32 handle) in route4_get() 385 u32 handle, struct route4_head *head, in route4_set_parms() 477 struct tcf_proto *tp, unsigned long base, u32 handle, in route4_change()
|
D | cls_fw.c | 44 static u32 fw_hash(u32 handle) in fw_hash() 91 static void *fw_get(struct tcf_proto *tp, u32 handle) in fw_get() 241 u32 handle, struct nlattr **tca, void **arg, in fw_change()
|
/linux-6.14.4/drivers/net/ethernet/qlogic/qed/ |
D | qed_fcoe.c | 753 u32 handle) in qed_fcoe_get_hash() 851 u32 *handle, in qed_fcoe_acquire_conn() 885 static int qed_fcoe_release_conn(struct qed_dev *cdev, u32 handle) in qed_fcoe_release_conn() 904 u32 handle, in qed_fcoe_offload_conn() 957 u32 handle, dma_addr_t terminate_params) in qed_fcoe_destroy_conn()
|
/linux-6.14.4/drivers/acpi/acpica/ |
D | nsdump.c | 103 acpi_ns_dump_pathname(acpi_handle handle, in acpi_ns_dump_pathname() 797 void acpi_ns_dump_entry(acpi_handle handle, u32 debug_level) in acpi_ns_dump_entry()
|
/linux-6.14.4/drivers/thermal/intel/int340x_thermal/ |
D | int3406_thermal.c | 21 acpi_handle handle; member 128 static void int3406_notify(acpi_handle handle, u32 event, void *data) in int3406_notify()
|
/linux-6.14.4/drivers/firmware/efi/libstub/ |
D | fdt.c | 223 efi_status_t allocate_new_fdt_and_exit_boot(void *handle, in allocate_new_fdt_and_exit_boot() 344 efi_status_t efi_boot_kernel(void *handle, efi_loaded_image_t *image, in efi_boot_kernel()
|
/linux-6.14.4/drivers/net/ethernet/hisilicon/hns3/ |
D | hns3_enet.c | 954 void hns3_request_update_promisc_mode(struct hnae3_handle *handle) in hns3_request_update_promisc_mode() 1487 struct hnae3_handle *handle = tx_ring->tqp->handle; in hns3_handle_vtags() local 2537 struct hnae3_handle *handle = priv->ae_handle; in hns3_nic_get_stats64() local 2719 struct hnae3_handle *handle = hns3_get_handle(netdev); in hns3_set_vf_spoofchk() local 2732 struct hnae3_handle *handle = hns3_get_handle(netdev); in hns3_set_vf_trust() local 3970 struct hnae3_handle *handle = ring->tqp->handle; in hns3_parse_vlan_tag() local 5185 static int hns3_client_start(struct hnae3_handle *handle) in hns3_client_start() 5193 static void hns3_client_stop(struct hnae3_handle *handle) in hns3_client_stop() 5223 struct hnae3_handle *handle = priv->ae_handle; in hns3_set_cq_period_mode() local 5258 static void hns3_state_init(struct hnae3_handle *handle) in hns3_state_init() [all …]
|
D | hns3_debugfs.c | 1271 struct hnae3_handle *handle = dbg_data->handle; in hns3_dbg_open() local 1314 static int hns3_dbg_bd_file_init(struct hnae3_handle *handle, u32 cmd) in hns3_dbg_bd_file_init() 1343 hns3_dbg_common_file_init(struct hnae3_handle *handle, u32 cmd) in hns3_dbg_common_file_init() 1361 int hns3_dbg_init(struct hnae3_handle *handle) in hns3_dbg_init() 1408 void hns3_dbg_uninit(struct hnae3_handle *handle) in hns3_dbg_uninit()
|
/linux-6.14.4/drivers/hwtracing/coresight/ |
D | coresight-tmc-etf.c | 253 struct perf_output_handle *handle = data; in tmc_enable_etf_sink_perf() local 447 struct perf_output_handle *handle) in tmc_set_etf_buffer() 471 struct perf_output_handle *handle, in tmc_update_etf_buffer()
|
/linux-6.14.4/tools/testing/selftests/dmabuf-heaps/ |
D | dmabuf-heap.c | 66 static int import_vgem_fd(int vgem_fd, int dma_buf_fd, uint32_t *handle) in import_vgem_fd() 81 static void close_handle(int vgem_fd, uint32_t handle) in close_handle() 148 uint32_t handle = 0; in test_alloc_and_import() local
|
/linux-6.14.4/drivers/media/platform/mediatek/vcodec/encoder/venc/ |
D | venc_vp8_if.c | 340 static int vp8_enc_encode(void *handle, in vp8_enc_encode() 373 static int vp8_enc_set_param(void *handle, in vp8_enc_set_param() 422 static int vp8_enc_deinit(void *handle) in vp8_enc_deinit()
|
/linux-6.14.4/arch/arm/mm/ |
D | dma-mapping.c | 533 static void *__dma_alloc(struct device *dev, size_t size, dma_addr_t *handle, in __dma_alloc() 606 dma_addr_t handle, unsigned long attrs, in __arm_dma_free() 1041 dma_addr_t *handle, int coherent_flag, in __iommu_alloc_simple() 1066 dma_addr_t handle, size_t size, int coherent_flag) in __iommu_free_atomic() 1076 dma_addr_t *handle, gfp_t gfp, unsigned long attrs) in arm_iommu_alloc_attrs() 1144 dma_addr_t handle, unsigned long attrs) in arm_iommu_free_attrs() 1186 size_t size, dma_addr_t *handle, in __map_sg_chunk() 1405 static void arm_iommu_unmap_page(struct device *dev, dma_addr_t handle, in arm_iommu_unmap_page() 1484 dma_addr_t handle, size_t size, enum dma_data_direction dir) in arm_iommu_sync_single_for_cpu() 1499 dma_addr_t handle, size_t size, enum dma_data_direction dir) in arm_iommu_sync_single_for_device()
|
/linux-6.14.4/drivers/scsi/qla2xxx/ |
D | qla_iocb.c | 304 uint32_t index, handle = req->current_outstanding_cmd; in qla2xxx_get_next_handle() local 331 uint32_t handle; in qla2x00_start_scsi() local 1544 uint32_t handle; in qla24xx_start_scsi() local 1700 uint32_t handle; in qla24xx_dif_start_scsi() local 1908 uint32_t handle; in qla2xxx_start_scsi_mq() local 2068 uint32_t handle; in qla2xxx_dif_start_scsi_mq() local 2288 uint32_t handle; in __qla2x00_alloc_iocbs() local 3377 uint32_t handle; in qla82xx_start_scsi() local 4143 uint32_t handle; in qla2x00_start_bidir() local 4241 uint32_t handle; in qla_start_scsi_type6() local
|
/linux-6.14.4/tools/build/feature/ |
D | test-libcapstone.c | 7 csh handle; in main() local
|
/linux-6.14.4/drivers/gpu/drm/radeon/ |
D | radeon_gem.c | 318 uint32_t handle; in radeon_gem_create_ioctl() local 353 uint32_t handle; in radeon_gem_userptr_ioctl() local 467 uint32_t handle, uint64_t *offset_p) in radeon_mode_dumb_mmap() 840 uint32_t handle; in radeon_mode_dumb_create() local
|
/linux-6.14.4/drivers/pci/ |
D | pci-label.c | 39 acpi_handle handle = ACPI_HANDLE(dev); in device_has_acpi_name() local 158 acpi_handle handle = ACPI_HANDLE(dev); in dsm_get_label() local
|
/linux-6.14.4/drivers/platform/surface/ |
D | surface_hotplug.c | 85 acpi_handle handle = ACPI_HANDLE(&pdev->dev); in shps_dsm_notify_irq() local 146 acpi_handle handle = ACPI_HANDLE(&pdev->dev); in shps_setup_irq() local
|
/linux-6.14.4/drivers/gpu/drm/imagination/ |
D | pvr_gem.c | 123 struct pvr_file *pvr_file, u32 *handle) in pvr_gem_object_into_handle() 167 pvr_gem_object_from_handle(struct pvr_file *pvr_file, u32 handle) in pvr_gem_object_from_handle()
|
/linux-6.14.4/kernel/ |
D | kcov.c | 82 u64 handle; member 107 static struct kcov_remote *kcov_remote_find(u64 handle) in kcov_remote_find() 119 static struct kcov_remote *kcov_remote_add(struct kcov *kcov, u64 handle) in kcov_remote_add() 568 static inline bool kcov_check_handle(u64 handle, bool common_valid, in kcov_check_handle() 849 void kcov_remote_start(u64 handle) in kcov_remote_start()
|
/linux-6.14.4/fs/vboxsf/ |
D | shfl_hostintf.h | 398 u64 handle; member 570 struct vmmdev_hgcm_function_parameter handle; member 590 struct vmmdev_hgcm_function_parameter handle; member 628 struct vmmdev_hgcm_function_parameter handle; member 674 struct vmmdev_hgcm_function_parameter handle; member 775 struct vmmdev_hgcm_function_parameter handle; member
|
/linux-6.14.4/drivers/platform/loongarch/ |
D | loongson-laptop.c | 45 acpi_handle *handle; member 65 static int acpi_evalf(acpi_handle handle, int *res, char *method, char *fmt, ...) in acpi_evalf() 148 static void dispatch_acpi_notify(acpi_handle handle, u32 event, void *data) in dispatch_acpi_notify()
|
/linux-6.14.4/drivers/edac/ |
D | ghes_edac.c | 65 u16 handle; member 87 static struct dimm_info *find_dimm_by_handle(struct mem_ctl_info *mci, u16 handle) in find_dimm_by_handle() 99 static void dimm_setup_label(struct dimm_info *dimm, u16 handle) in dimm_setup_label()
|