Searched defs:handle (Results 276 - 300 of 1114) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/regulator/
H A Dscmi-regulator.c301 const struct scmi_handle *handle = sdev->handle; local
/linux-master/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_ioctl.h29 unsigned int handle; /* OUT */ member in struct:vchiq_create_service
33 unsigned int handle; member in struct:vchiq_queue_message
39 unsigned int handle; member in struct:vchiq_queue_bulk_transfer
62 unsigned int handle; member in struct:vchiq_dequeue_message
74 unsigned int handle; member in struct:vchiq_set_service_option
/linux-master/tools/testing/selftests/powerpc/nx-gzip/
H A Dgzfht_test.c188 int compress_file(int argc, char **argv, void *handle) argument
376 void *handle; local
79 compress_fht_sample(char *src, uint32_t srclen, char *dst, uint32_t dstlen, int with_count, struct nx_gzip_crb_cpb_t *cmdp, void *handle) argument
/linux-master/drivers/hwmon/
H A Dscmi-hwmon.c241 const struct scmi_handle *handle = sdev->handle; local
/linux-master/drivers/platform/x86/
H A Dideapad-laptop.h44 static inline int eval_int_with_arg(acpi_handle handle, const char *name, unsigned long arg, unsigned long *res) argument
66 static inline int eval_vpcr(acpi_handle handle, unsigned long cmd, unsigned long *res) argument
71 static inline int eval_vpcw(acpi_handle handle, unsigned long cmd, unsigned long data) argument
93 static inline int read_ec_data(acpi_handle handle, unsigned long cmd, unsigned long *data) argument
120 write_ec_cmd(acpi_handle handle, unsigned long cmd, unsigned long data) argument
[all...]
/linux-master/drivers/base/
H A Ddevtmpfs.c380 static int handle(const char *name, umode_t mode, kuid_t uid, kgid_t gid, function
/linux-master/fs/ext4/
H A Dverity.c106 handle_t *handle; local
196 handle_t *handle; local
[all...]
H A Dmigrate.c21 static int finish_range(handle_t *handle, struct inode *inode, argument
64 static int update_extent_range(handle_t *handle, struct inode *inode, argument
89 static int update_ind_extent_range(handle_t *handle, struct inode *inode, argument
118 static int update_dind_extent_range(handle_t *handle, struct inode *inode, argument
148 static int update_tind_extent_range(handle_t *handle, struc argument
178 free_dind_blocks(handle_t *handle, struct inode *inode, __le32 i_data) argument
219 free_tind_blocks(handle_t *handle, struct inode *inode, __le32 i_data) argument
253 free_ind_block(handle_t *handle, struct inode *inode, __le32 *i_data) argument
286 ext4_ext_swap_inode_data(handle_t *handle, struct inode *inode, struct inode *tmp_inode) argument
352 free_ext_idx(handle_t *handle, struct inode *inode, struct ext4_extent_idx *ix) argument
389 free_ext_block(handle_t *handle, struct inode *inode) argument
411 handle_t *handle; local
606 handle_t *handle; local
[all...]
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Djpeg_v1_0.c458 int jpeg_v1_0_early_init(void *handle) argument
477 int jpeg_v1_0_sw_init(void *handle) argument
509 void jpeg_v1_0_sw_fini(void *handle) argument
/linux-master/arch/x86/kernel/cpu/mtrr/
H A Dmtrr.c516 void arch_phys_wc_del(int handle) argument
536 int arch_phys_wc_index(int handle) argument
[all...]
/linux-master/drivers/scsi/bnx2i/
H A Dbnx2i_init.c163 void bnx2i_start(void *handle) argument
220 void bnx2i_stop(void *handle) argument
373 bnx2i_get_stats(void *handle) argument
[all...]
/linux-master/sound/core/oss/
H A Dpcm_plugin.h146 snd_pcm_plug_client_size(struct snd_pcm_substream *handle, snd_pcm_uframes_t drv_size) argument
147 snd_pcm_plug_slave_size(struct snd_pcm_substream *handle, snd_pcm_uframes_t clt_size) argument
[all...]
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3_common/
H A Dhclge_comm_rss.c189 u32 hclge_comm_get_rss_key_size(struct hnae3_handle *handle) argument
/linux-master/fs/orangefs/
H A Dfile.c55 struct orangefs_khandle *handle = &orangefs_inode->refn.khandle; local
/linux-master/include/linux/
H A Duacce.h100 struct iommu_sva *handle; member in struct:uacce_queue
/linux-master/fs/vboxsf/
H A Ddir.c318 u64 handle; local
[all...]
/linux-master/drivers/xen/
H A Dxen-acpi-processor.c326 read_acpi_id(acpi_handle handle, u32 lvl, void *context, void **rv) argument
/linux-master/drivers/net/ethernet/sun/
H A Dldmvsw.c285 u64 handle; local
166 vsw_get_vnet(struct mdesc_handle *hp, u64 port_node, u64 *handle) argument
225 vsw_alloc_netdev(u8 hwaddr[], struct vio_dev *vdev, u64 handle, u64 port_id) argument
/linux-master/drivers/gpu/drm/
H A Ddrm_gem_framebuffer_helper.c122 drm_gem_fb_create_handle(struct drm_framebuffer *fb, struct drm_file *file, unsigned int *handle) argument
[all...]
/linux-master/drivers/acpi/
H A Dacpi_memhotplug.c172 acpi_handle handle = mem_device->device->handle; local
H A Dirq.c117 acpi_handle handle; local
252 static int acpi_irq_parse_one(acpi_handle handle, unsigned int index, argument
276 int acpi_irq_get(acpi_handle handle, unsigne argument
[all...]
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_vce.c319 uint32_t handle = atomic_read(&rdev->vce.handles[i]); local
345 radeon_vce_get_create_msg(struct radeon_device *rdev, int ring, uint32_t handle, struct radeon_fence **fence) argument
412 radeon_vce_get_destroy_msg(struct radeon_device *rdev, int ring, uint32_t handle, struct radeon_fence **fence) argument
518 radeon_vce_validate_handle(struct radeon_cs_parser *p, uint32_t handle, bool *allocated) argument
560 uint32_t tmp, handle = 0; local
[all...]
/linux-master/sound/sh/
H A Dsh_dac_audio.c263 static enum hrtimer_restart sh_dac_audio_timer(struct hrtimer *handle) argument
/linux-master/drivers/platform/surface/
H A Dsurface_hotplug.c85 acpi_handle handle = ACPI_HANDLE(&pdev->dev); local
146 acpi_handle handle = ACPI_HANDLE(&pdev->dev); local
/linux-master/drivers/clocksource/
H A Dtimer-atmel-tcb.c242 static irqreturn_t ch2_irq(int irq, void *handle) argument

Completed in 515 milliseconds

<<11121314151617181920>>