Searched refs:owner (Results 501 - 525 of 4399) sorted by relevance

<<21222324252627282930>>

/linux-master/drivers/regulator/
H A Drt4831-regulator.c112 .owner = THIS_MODULE,
131 .owner = THIS_MODULE,
150 .owner = THIS_MODULE,
H A Dmax14577-regulator.c100 .owner = THIS_MODULE, \
113 .owner = THIS_MODULE, \
141 .owner = THIS_MODULE, \
H A Dwm8350-regulator.c935 .owner = THIS_MODULE,
945 .owner = THIS_MODULE,
960 .owner = THIS_MODULE,
975 .owner = THIS_MODULE,
985 .owner = THIS_MODULE,
1000 .owner = THIS_MODULE,
1015 .owner = THIS_MODULE,
1030 .owner = THIS_MODULE,
1045 .owner = THIS_MODULE,
1060 .owner
[all...]
/linux-master/drivers/char/xillybus/
H A Dxillybus_class.c45 struct module *owner,
100 unit->cdev->owner = owner;
43 xillybus_init_chrdev(struct device *dev, const struct file_operations *fops, struct module *owner, void *private_data, unsigned char *idt, unsigned int len, int num_nodes, const char *prefix, bool enumerate) argument
/linux-master/net/bluetooth/hidp/
H A Dsock.c225 .owner = THIS_MODULE,
245 .owner = THIS_MODULE,
273 .owner = THIS_MODULE,
/linux-master/net/netfilter/
H A Dnft_redir.c159 .owner = THIS_MODULE,
187 .owner = THIS_MODULE,
216 .owner = THIS_MODULE,
H A Dnft_masq.c156 .owner = THIS_MODULE,
184 .owner = THIS_MODULE,
226 .owner = THIS_MODULE,
/linux-master/net/bluetooth/bnep/
H A Dsock.c174 .owner = THIS_MODULE,
194 .owner = THIS_MODULE,
221 .owner = THIS_MODULE,
/linux-master/include/linux/sunrpc/
H A Dcache.h71 struct module * owner; member in struct:cache_detail
146 void *owner; /* we might need to discard all defered requests member in struct:cache_deferred_req
193 extern void cache_clean_deferred(void *owner);
/linux-master/net/sched/
H A Dsch_fifo.c194 .owner = THIS_MODULE,
209 .owner = THIS_MODULE,
223 .owner = THIS_MODULE,
/linux-master/drivers/char/agp/
H A Dbackend.c282 if (!try_module_get(bridge->driver->owner)) {
305 module_put(bridge->driver->owner);
317 module_put(bridge->driver->owner);
/linux-master/include/drm/
H A Dgpu_scheduler.h308 * @owner: job owner for debugging
310 void *owner; member in struct:drm_sched_fence
555 u32 credits, void *owner);
615 struct drm_sched_entity *s_entity, void *owner);
/linux-master/drivers/base/
H A Dauxiliary.c369 * @owner: owning module/driver
378 struct module *owner, const char *modname)
393 auxdrv->driver.owner = owner;
377 __auxiliary_driver_register(struct auxiliary_driver *auxdrv, struct module *owner, const char *modname) argument
/linux-master/fs/btrfs/
H A Dlocking.c107 static void btrfs_set_eb_lock_owner(struct extent_buffer *eb, pid_t owner) argument
109 eb->lock_owner = owner;
112 static void btrfs_set_eb_lock_owner(struct extent_buffer *eb, pid_t owner) { } argument
/linux-master/drivers/firmware/arm_ffa/
H A Dbus.c118 int ffa_driver_register(struct ffa_driver *driver, struct module *owner, argument
128 driver->driver.owner = owner;
/linux-master/net/ipv4/
H A Dtcp_dctcp.c250 .owner = THIS_MODULE,
259 .owner = THIS_MODULE,
277 .owner = THIS_MODULE,
/linux-master/drivers/gpu/drm/display/
H A Ddrm_dp_aux_bus.c355 int __dp_aux_dp_driver_register(struct dp_aux_ep_driver *drv, struct module *owner) argument
357 drv->driver.owner = owner;
/linux-master/fs/xfs/scrub/
H A Dbmap.c146 uint64_t owner,
171 * range rmap lookup to make sure we get the correct owner/offset.
175 owner, offset, rflags, rmap, &has_rmap);
178 owner, offset, rflags, rmap, &has_rmap);
198 uint64_t owner = info->sc->ip->i_ino; local
204 if (!xchk_bmap_get_rmap(info, irec, agbno, owner, &rmap))
230 /* Check the owner */
231 if (rmap.rm_owner != owner)
265 uint64_t owner = XFS_RMAP_OWN_COW; local
271 if (!xchk_bmap_get_rmap(info, irec, agbno, owner,
142 xchk_bmap_get_rmap( struct xchk_bmap_info *info, struct xfs_bmbt_irec *irec, xfs_agblock_t agbno, uint64_t owner, struct xfs_rmap_irec *rmap) argument
474 uint64_t owner; local
[all...]
/linux-master/include/linux/
H A Dpci-epc.h55 * @owner: the module owner containing the ops
84 struct module *owner; member in struct:pci_epc_ops
217 struct module *owner);
220 struct module *owner);
H A Drtc.h89 struct module *owner; member in struct:rtc_device
183 struct module *owner);
185 int __devm_rtc_register_device(struct module *owner, struct rtc_device *rtc);
/linux-master/drivers/soundwire/
H A Dbus_type.c201 * @owner: owning module/driver
205 int __sdw_register_driver(struct sdw_driver *drv, struct module *owner) argument
220 drv->driver.owner = owner;
/linux-master/include/kvm/
H A Darm_vgic.h157 void *owner; /* Opaque pointer to reserve an interrupt member in struct:vgic_irq
380 unsigned int intid, bool level, void *owner);
423 int kvm_vgic_set_owner(struct kvm_vcpu *vcpu, unsigned int intid, void *owner);
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Ddebug.c332 .owner = THIS_MODULE,
445 .owner = THIS_MODULE,
521 .owner = THIS_MODULE,
561 .owner = THIS_MODULE,
693 .owner = THIS_MODULE,
758 .owner = THIS_MODULE,
863 .owner = THIS_MODULE,
934 .owner = THIS_MODULE,
1020 .owner = THIS_MODULE,
1061 .owner
[all...]
/linux-master/fs/configfs/
H A Dfile.c42 struct module *owner; member in struct:configfs_buffer
324 buffer->owner = attr->ca_owner;
327 if (!try_module_get(buffer->owner))
371 module_put(buffer->owner);
383 module_put(buffer->owner);
/linux-master/drivers/scsi/bfa/
H A Dbfad_debugfs.c382 .owner = THIS_MODULE,
390 .owner = THIS_MODULE,
398 .owner = THIS_MODULE,
406 .owner = THIS_MODULE,
415 .owner = THIS_MODULE,

Completed in 397 milliseconds

<<21222324252627282930>>