Home
last modified time | relevance | path

Searched defs:handle (Results 826 – 850 of 1079) sorted by relevance

1...<<31323334353637383940>>...44

/Linux-v6.6/arch/s390/kvm/
Dpv.c53 u64 handle; member
/Linux-v6.6/drivers/acpi/
Ddevice_sysfs.c21 static ssize_t acpi_object_path(acpi_handle handle, char *buf) in acpi_object_path()
/Linux-v6.6/drivers/scsi/qla2xxx/
Dqla_edif.h65 uint32_t handle; /* IOCB System handle. */ member
/Linux-v6.6/drivers/net/xen-netback/
Dinterface.c480 unsigned int handle) in xenvif_alloc()
/Linux-v6.6/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/
Dchcr_ipsec.c118 static int ch_ipsec_uld_state_change(void *handle, enum cxgb4_state new_state) in ch_ipsec_uld_state_change()
/Linux-v6.6/drivers/char/
Dlp.c187 static int lp_preempt(void *handle) in lp_preempt()
/Linux-v6.6/drivers/cdx/controller/
Dmcdi.h134 unsigned int handle; member
/Linux-v6.6/drivers/hwtracing/ptt/
Dhisi_ptt.h132 struct perf_output_handle handle; member
/Linux-v6.6/drivers/usb/gadget/function/
Duvc.h173 #define to_uvc_file_handle(handle) \ argument
/Linux-v6.6/include/linux/
Dperf_event.h1712 perf_aux_output_begin(struct perf_output_handle *handle, in perf_aux_output_begin()
1715 perf_aux_output_end(struct perf_output_handle *handle, unsigned long size) in perf_aux_output_end()
1718 perf_aux_output_skip(struct perf_output_handle *handle, in perf_aux_output_skip()
1721 perf_get_aux(struct perf_output_handle *handle) { return NULL; } in perf_get_aux()
1804 #define perf_output_put(handle, x) perf_output_copy((handle), &(x), sizeof(x)) argument
/Linux-v6.6/drivers/atm/
Dfore200e.h154 u32 handle; /* host supplied receive buffer handle */ member
189 u32 handle; /* host supplied handle */ member
592 #define FORE200E_HDL2BUF(handle) ((struct buffer*)(handle)) argument
595 #define FORE200E_HDL2BUF(handle) ((struct buffer*)(((u64)(handle)) | PAGE_OFFSET)) argument
/Linux-v6.6/drivers/gpu/drm/amd/amdkfd/
Dkfd_process.c1750 int handle) in kfd_process_device_translate_handle()
1762 int handle) in kfd_process_device_remove_obj_handle()
/Linux-v6.6/drivers/net/ethernet/cavium/thunder/
Dthunder_bgx.c1404 static acpi_status bgx_acpi_register_phy(acpi_handle handle, in bgx_acpi_register_phy()
1425 static acpi_status bgx_acpi_match_id(acpi_handle handle, u32 lvl, in bgx_acpi_match_id()
/Linux-v6.6/drivers/net/ethernet/brocade/bna/
Dbna_enet.c2064 struct bna_mcam_handle *handle; in bna_mcam_mod_handle_get() local
2076 struct bna_mcam_handle *handle) in bna_mcam_mod_handle_put()
/Linux-v6.6/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
Dchcr_ktls.c2146 static int chcr_ktls_uld_rx_handler(void *handle, const __be64 *rsp, in chcr_ktls_uld_rx_handler()
2204 static int chcr_ktls_uld_state_change(void *handle, enum cxgb4_state new_state) in chcr_ktls_uld_state_change()
/Linux-v6.6/drivers/net/ethernet/sfc/
Dmcdi_filters.c196 efx_dword_t *inbuf, u64 handle, in efx_mcdi_filter_push_prep()
247 const struct efx_filter_spec *spec, u64 *handle, in efx_mcdi_filter_push()
/Linux-v6.6/drivers/target/iscsi/cxgbit/
Dcxgbit_cm.c639 static void cxgbit_arp_failure_discard(void *handle, struct sk_buff *skb) in cxgbit_arp_failure_discard()
648 static void cxgbit_abort_arp_failure(void *handle, struct sk_buff *skb) in cxgbit_abort_arp_failure()
/Linux-v6.6/drivers/rapidio/devices/
Drio_mport_cdev.c463 u64 handle; in rio_mport_obw_free() local
1146 u64 handle; in rio_mport_free_dma() local
1329 u64 handle; in rio_mport_inbound_free() local
/Linux-v6.6/drivers/video/fbdev/
Dsh_mobile_lcdcfb.c396 static void lcdc_sys_write_index(void *handle, unsigned long data) in lcdc_sys_write_index()
407 static void lcdc_sys_write_data(void *handle, unsigned long data) in lcdc_sys_write_data()
418 static unsigned long lcdc_sys_read_data(void *handle) in lcdc_sys_read_data()
/Linux-v6.6/drivers/scsi/mpt3sas/
Dmpt3sas_base.c4147 u16 smid, u16 handle) in _base_put_smid_mpi_ep_scsi_io()
4175 _base_put_smid_scsi_io(struct MPT3SAS_ADAPTER *ioc, u16 smid, u16 handle) in _base_put_smid_scsi_io()
4198 u16 handle) in _base_put_smid_fast_path()
4325 u16 handle) in _base_put_smid_scsi_io_atomic()
4347 u16 handle) in _base_put_smid_fast_path_atomic()
/Linux-v6.6/drivers/gpu/drm/msm/
Dmsm_gem.h297 uint32_t handle; member
/Linux-v6.6/drivers/media/platform/mediatek/mdp3/
Dmtk-img-ipi.h102 u64 handle; /* Used for APMCU access */ member
/Linux-v6.6/drivers/gpu/drm/v3d/
Dv3d_gem.c426 struct drm_v3d_sem __user *handle = u64_to_user_ptr(se->in_syncs); in v3d_job_init() local
/Linux-v6.6/tools/testing/selftests/alsa/
Dmixer-test.c34 snd_ctl_t *handle; member
/Linux-v6.6/drivers/gpu/drm/scheduler/
Dsched_main.c741 u32 handle, in drm_sched_job_add_syncobj_dependency()

1...<<31323334353637383940>>...44