Searched refs:owner (Results 401 - 425 of 4358) sorted by relevance

<<11121314151617181920>>

/linux-master/include/linux/
H A Dgameport.h68 void __gameport_register_port(struct gameport *gameport, struct module *owner);
143 struct module *owner, const char *mod_name);
H A Dpci-epf.h92 * @owner: the owner of the module that registers the PCI EPF driver
103 struct module *owner; member in struct:pci_epf_driver
217 struct module *owner);
/linux-master/net/dsa/
H A Dtag.h17 struct module *owner; member in struct:dsa_tag_driver
252 struct module *owner);
/linux-master/sound/soc/samsung/
H A Darndale.c123 .owner = THIS_MODULE,
130 .owner = THIS_MODULE,
/linux-master/drivers/mtd/
H A Dmtdpart.c79 child->owner = parent->owner;
456 if (!strcmp(p->name, name) && try_module_get(p->owner)) {
468 module_put(p->owner);
481 int __register_mtd_parser(struct mtd_part_parser *p, struct module *owner) argument
483 p->owner = owner;
565 try_module_get(p->owner)) {
/linux-master/drivers/watchdog/
H A Dixp4xx_wdt.c105 .owner = THIS_MODULE,
124 .owner = THIS_MODULE,
/linux-master/drivers/regulator/
H A Dstpmic1_regulator.c206 .owner = THIS_MODULE, \
226 .owner = THIS_MODULE, \
248 .owner = THIS_MODULE, \
268 .owner = THIS_MODULE, \
289 .owner = THIS_MODULE, \
306 .owner = THIS_MODULE, \
323 .owner = THIS_MODULE, \
343 .owner = THIS_MODULE, \
H A Dqcom-refgen-regulator.c68 .owner = THIS_MODULE,
84 .owner = THIS_MODULE,
H A Dmt6311-regulator.c59 .owner = THIS_MODULE,\
74 .owner = THIS_MODULE,\
/linux-master/fs/ocfs2/
H A Docfs2_trace.h386 TP_PROTO(unsigned long long owner,\
388 TP_ARGS(owner, value1, value2),
390 __field(unsigned long long, owner)
395 __entry->owner = owner;
400 __entry->owner, __entry->value1, __entry->value2)
405 TP_PROTO(unsigned long long owner, \
407 TP_ARGS(owner, value1, value2))
424 TP_PROTO(unsigned long long owner, int depth),
425 TP_ARGS(owner, dept
[all...]
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_debug.c73 .owner = THIS_MODULE,
143 .owner = THIS_MODULE,
189 .owner = THIS_MODULE,
241 .owner = THIS_MODULE,
285 .owner = THIS_MODULE,
309 .owner = THIS_MODULE,
356 .owner = THIS_MODULE,
392 .owner = THIS_MODULE,
/linux-master/drivers/i2c/busses/
H A Di2c-sibyte.c144 .owner = THIS_MODULE,
152 .owner = THIS_MODULE,
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_hmm.c170 void *owner, struct page **pages,
197 hmm_range->dev_private_owner = owner;
168 amdgpu_hmm_range_get_pages(struct mmu_interval_notifier *notifier, uint64_t start, uint64_t npages, bool readonly, void *owner, struct page **pages, struct hmm_range **phmm_range) argument
/linux-master/drivers/soc/qcom/
H A Dpmic_pdcharger_ulog.c28 __le32 owner; member in struct:pmic_pdcharger_ulog_hdr
57 .owner = cpu_to_le32(MSG_OWNER_CHG_ULOG),
/linux-master/drivers/crypto/tegra/
H A Dtegra-se-key.c62 cpuvaddr[i++] = se->manifest(se->owner, alg, keylen);
94 slot, se->manifest(se->owner, alg, keylen));
/linux-master/include/media/
H A Dvideobuf2-v4l2.h299 * or video_device->lock is set, and they will set and test the queue owner
300 * (vb2_queue->owner) to check if the calling filehandle is permitted to do the
309 * The queue is considered busy if it has an owner and the owner is not the
319 return q->owner && q->owner != file->private_data;
/linux-master/mm/
H A Dzpool.c77 bool got = try_module_get(driver->owner);
93 module_put(driver->owner);
/linux-master/drivers/s390/char/
H A Dsclp_ctl.c114 .owner = THIS_MODULE,
/linux-master/drivers/mtd/maps/
H A Dcfi_flagadm.c109 mymtd->owner = THIS_MODULE;
H A Duclinux.c107 mtd->owner = THIS_MODULE;
H A Dtsunami_flash.c101 tsunami_flash_mtd->owner = THIS_MODULE;
/linux-master/drivers/usb/serial/
H A Dnavman.c98 .owner = THIS_MODULE,
H A Dqcaux.c75 .owner = THIS_MODULE,
/linux-master/include/net/tc_act/
H A Dtc_ife.h48 struct module *owner; member in struct:tcf_meta_ops
/linux-master/net/sunrpc/
H A Dauth_null.c105 .owner = THIS_MODULE,

Completed in 171 milliseconds

<<11121314151617181920>>