/kernel/linux/linux-5.10/drivers/hwtracing/stm/ |
H A D | stm.h | 31 struct module *owner; member 95 struct module *owner; member
|
/kernel/linux/linux-5.10/drivers/s390/char/ |
H A D | tape_class.c | 70 tcd->char_device->owner = fops->owner; in register_tape_dev()
|
/kernel/linux/linux-5.10/drivers/scsi/qedi/ |
H A D | qedi_dbg.h | 116 .owner = THIS_MODULE, \ 125 .owner = THIS_MODULE, \
|
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | nvm.c | 72 config.owner = THIS_MODULE; in tb_nvm_add_active() 137 config.owner = THIS_MODULE; in tb_nvm_add_non_active()
|
/kernel/linux/linux-5.10/drivers/vfio/platform/ |
H A D | vfio_platform_private.h | 77 struct module *owner; member 99 .owner = THIS_MODULE, \
|
/kernel/linux/linux-5.10/net/openvswitch/ |
H A D | vport.h | 132 struct module *owner; member 182 (ops)->owner = THIS_MODULE; \
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | rwsem.h | 24 * For an uncontended rwsem, count and owner are the only fields a task 28 * In a contended rwsem, the owner is likely the most frequently accessed 30 * will spin on owner. For an embedded rwsem, other hot fields in the 38 * Write owner or one of the read owners as well flags regarding 40 * check to see if the write owner is running on the cpu. 42 atomic_long_t owner; member 91 .owner = ATOMIC_LONG_INIT(0), \ 187 * Take/release a lock when not the owner will release it.
|
H A D | mutex.h | 29 * - only the owner can unlock the mutex 48 * - owner tracking 54 atomic_long_t owner; member 133 { .owner = ATOMIC_LONG_INIT(0) \
|
H A D | serio.h | 91 void __serio_register_port(struct serio *serio, struct module *owner); 101 struct module *owner, const char *mod_name);
|
H A D | pci-epf.h | 77 * @owner: the owner of the module that registers the PCI EPF driver 87 struct module *owner; member 173 struct module *owner);
|
H A D | w1.h | 51 * @owner: Points to the one wire "wire" kernel module. 66 struct module *owner; member 173 * @owner: module owner 201 struct module *owner; member
|
H A D | of_mdio.h | 18 struct module *owner); 27 struct device_node *np, struct module *owner);
|
H A D | ipmi_smi.h | 74 struct module *owner; member 227 int ipmi_add_smi(struct module *owner,
|
H A D | mdev.h | 33 * @owner: The module owner. 79 struct module *owner; member 141 int mdev_register_driver(struct mdev_driver *drv, struct module *owner);
|
/kernel/linux/linux-5.10/sound/aoa/soundbus/ |
H A D | soundbus.h | 64 struct module *owner; member 149 * They should be set by the owner of the alsa card object 183 struct module *owner; member
|
/kernel/linux/linux-5.10/sound/aoa/codecs/ |
H A D | toonie.c | 77 .owner = THIS_MODULE, 130 toonie->codec.owner = THIS_MODULE; in toonie_init()
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | timer.h | 32 #define SNDRV_TIMER_IFLG_EXCLUSIVE 0x00000040 /* exclusive owner - no more instances */ 84 char *owner; member 121 struct snd_timer_instance *snd_timer_instance_new(const char *owner);
|
/kernel/linux/linux-5.10/fs/afs/ |
H A D | protocol_yfs.h | 92 struct yfs_xdr_u64 owner; member 115 struct yfs_xdr_u64 owner; member
|
/kernel/linux/linux-5.10/drivers/pps/clients/ |
H A D | pps-ldisc.c | 51 info.owner = THIS_MODULE; in pps_tty_open() 116 pps_ldisc_ops.owner = THIS_MODULE; in pps_tty_init()
|
/kernel/linux/linux-5.10/drivers/regulator/ |
H A D | mt6311-regulator.c | 60 .owner = THIS_MODULE,\ 75 .owner = THIS_MODULE,\
|
H A D | stm32-booster.c | 38 .owner = THIS_MODULE, 69 .owner = THIS_MODULE,
|
/kernel/linux/linux-5.10/drivers/rtc/ |
H A D | nvmem.c | 89 nvmem_config->owner = rtc->owner; in rtc_nvmem_register()
|
/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_encoder_slave.h | 142 * @owner: Module containing the driver. 145 static inline int drm_i2c_encoder_register(struct module *owner, in drm_i2c_encoder_register() argument 148 return i2c_register_driver(owner, &driver->i2c_driver); in drm_i2c_encoder_register()
|
/kernel/linux/linux-5.10/drivers/staging/media/imx/ |
H A D | imx-ic-common.c | 56 priv->sd.owner = ipu_dev->driver->owner; in imx_media_ic_register()
|
/kernel/linux/linux-6.6/drivers/misc/ |
H A D | ibmvmc.h | 93 u8 owner; member 133 u8 owner; member
|