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

<<21222324252627282930>>

/linux-master/net/bluetooth/cmtp/
H A Dsock.c176 .owner = THIS_MODULE,
196 .owner = THIS_MODULE,
232 .owner = THIS_MODULE,
/linux-master/sound/hda/
H A Dhdac_component.c202 if (!try_module_get(acomp->ops->owner)) {
217 module_put(acomp->ops->owner);
231 module_put(acomp->ops->owner);
/linux-master/net/wireless/
H A Dlib80211.c77 module_put(crypt->ops->owner);
101 module_put(entry->ops->owner);
241 .owner = THIS_MODULE,
/linux-master/include/linux/
H A Datmdev.h112 struct module *owner; /* owner of ->push function */ member in struct:atm_vcc
196 struct module *owner; member in struct:atmdev_ops
296 struct module *owner; member in struct:atm_ioctl
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/mtd/nand/
H A Dcore.c344 * @owner: NAND device owner
352 struct module *owner)
384 mtd->owner = owner;
351 nanddev_init(struct nand_device *nand, const struct nand_ops *ops, struct module *owner) argument
/linux-master/drivers/regulator/
H A D88pm8607.c240 .owner = THIS_MODULE, \
256 .owner = THIS_MODULE, \
279 .owner = THIS_MODULE, \
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/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/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/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/drivers/firmware/google/
H A Dcoreboot_table.c89 struct module *owner)
92 driver->drv.owner = owner;
88 __coreboot_driver_register(struct coreboot_driver *driver, struct module *owner) argument
/linux-master/fs/
H A Danon_inodes.c87 if (fops->owner && !try_module_get(fops->owner))
123 module_put(fops->owner);
/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

Completed in 270 milliseconds

<<21222324252627282930>>