Searched refs:owner (Results 1 - 25 of 127) sorted by relevance

123456

/include/linux/
H A Dnfs_fs_i.h11 struct nlm_lockowner *owner; member in struct:nfs_lock_info
17 struct nfs4_lock_state *owner; member in struct:nfs4_lock_info
H A Drwlock_types.h18 void *owner; member in struct:__anon1159
37 .owner = SPINLOCK_OWNER_INIT, \
H A Dmdio-bitbang.h11 struct module *owner; member in struct:mdiobb_ops
H A Drtmutex.h26 * @owner: the mutex owner
31 struct task_struct *owner; member in struct:rt_mutex
70 , .owner = NULL \
84 return lock->owner != NULL;
H A Dcdev.h14 struct module *owner; member in struct:cdev
H A Dnsc_gpio.h23 struct module* owner; member in struct:nsc_gpio_ops
H A Dspinlock_types.h27 void *owner; member in struct:raw_spinlock
48 .owner = SPINLOCK_OWNER_INIT,
H A Datm_tcp.h66 struct module *owner; member in struct:atm_tcp_ops
H A Ddlm_plock.h41 __u64 owner; member in struct:dlm_plock_info
H A Dioc3.h58 struct module *owner; /* owning kernel module */ member in struct:ioc3_submodule
H A Dpstore.h36 struct module *owner; member in struct:pstore_info
H A Dptp_clock_kernel.h42 * @owner: The clock driver should set to THIS_MODULE.
75 struct module *owner; member in struct:ptp_clock_info
/include/net/9p/
H A Dtransport.h53 struct module *owner; member in struct:p9_trans_module
/include/linux/mtd/
H A Dpartitions.h73 struct module *owner; member in struct:mtd_part_parser
/include/video/
H A Dhecubafb.h42 struct module *owner; member in struct:hecuba_board
H A Dmetronomefb.h40 struct module *owner; /* the platform device */ member in struct:metronome_board
/include/drm/
H A Ddrm_encoder_slave.h142 * @owner: Module containing the driver.
145 static inline int drm_i2c_encoder_register(struct module *owner, argument
148 return i2c_register_driver(owner, &driver->i2c_driver);
/include/linux/mfd/
H A Dmcp.h16 struct module *owner; member in struct:mcp
/include/media/
H A Dmedia-devnode.h44 struct module *owner; member in struct:media_file_operations
H A Dv4l2-dev.h59 struct module *owner; member in struct:v4l2_file_operations
140 int nr, int warn_if_nr_in_use, struct module *owner);
149 return __video_register_device(vdev, type, nr, 1, vdev->fops->owner);
157 return __video_register_device(vdev, type, nr, 0, vdev->fops->owner);
/include/scsi/
H A Dscsi_driver.h14 struct module *owner; member in struct:scsi_driver
/include/sound/
H A Dseq_oss.h51 struct module *owner; member in struct:snd_seq_oss_callback
H A Dtimer.h47 #define SNDRV_TIMER_IFLG_EXCLUSIVE 0x00000040 /* exclusive owner - no more instances */
97 char *owner; member in struct:snd_timer_instance
133 int snd_timer_open(struct snd_timer_instance **ti, char *owner, struct snd_timer_id *tid, unsigned int slave_id);
/include/linux/regulator/
H A Ddriver.h163 * @owner: Module providing the regulator, used for refcounting.
173 struct module *owner; member in struct:regulator_desc
200 struct module *owner; member in struct:regulator_dev
/include/linux/sunrpc/
H A Dcache.h73 struct module * owner; member in struct:cache_detail
141 void *owner; /* we might need to discard all defered requests member in struct:cache_deferred_req
167 extern void cache_clean_deferred(void *owner);

Completed in 335 milliseconds

123456