Searched refs:owner (Results 351 - 375 of 4341) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/siox/
H A Dsiox.h23 struct module *owner; member in struct:siox_master
/linux-master/drivers/char/xillybus/
H A Dxillybus_of.c48 endpoint->owner = THIS_MODULE;
/linux-master/net/ipv4/
H A Dfou_bpf.c109 .owner = THIS_MODULE,
H A Dinet_timewait_sock.c76 struct module *owner = tw->tw_prot->owner; local
79 module_put(owner);
203 __module_get(tw->tw_prot->owner);
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dpci_hw.h370 MLXSW_ITEM32(pci, cqe01, owner, 0x0C, 0, 1);
371 MLXSW_ITEM32(pci, cqe2, owner, 0x1C, 0, 1);
372 mlxsw_pci_cqe_item_helpers(owner, 01, 01, 2);
394 MLXSW_ITEM32(pci, eqe, owner, 0x0C, 0, 1);
/linux-master/drivers/cpuidle/
H A Dcpuidle-kirkwood.c40 .owner = THIS_MODULE,
/linux-master/crypto/
H A Dbpf_crypto_skcipher.c65 .owner = THIS_MODULE,
/linux-master/drivers/firmware/google/
H A Dcoreboot_table.h105 struct module *owner);
/linux-master/drivers/media/mc/
H A Dmc-devnode.c197 .owner = THIS_MODULE,
212 struct module *owner)
244 devnode->cdev.owner = owner;
210 media_devnode_register(struct media_device *mdev, struct media_devnode *devnode, struct module *owner) argument
/linux-master/sound/soc/intel/avs/boards/
H A Dprobe.c41 card->owner = THIS_MODULE;
/linux-master/include/linux/
H A Dzpool.h77 struct module *owner; member in struct:zpool_driver
H A Dstm.h109 struct module *owner);
H A Dmmu_notifier.h44 * owner field matches the driver's device private pgmap owner.
48 * exclusive range the owner will be initialised to the value provided by the
49 * caller of make_device_exclusive_range(), otherwise the owner will be NULL.
268 void *owner; member in struct:mmu_notifier_range
512 unsigned long end, void *owner)
515 range->owner = owner;
584 end, owner) \
508 mmu_notifier_range_init_owner( struct mmu_notifier_range *range, enum mmu_notifier_event event, unsigned int flags, struct mm_struct *mm, unsigned long start, unsigned long end, void *owner) argument
/linux-master/drivers/fpga/
H A Dfpga-region.c187 * @owner: module containing the get_bridges function
193 struct module *owner)
218 region->ops_owner = owner;
254 * @owner: module containing the get_bridges function
264 int (*get_bridges)(struct fpga_region *), struct module *owner)
271 return __fpga_region_register_full(parent, &info, owner);
192 __fpga_region_register_full(struct device *parent, const struct fpga_region_info *info, struct module *owner) argument
263 __fpga_region_register(struct device *parent, struct fpga_manager *mgr, int (*get_bridges)(struct fpga_region *), struct module *owner) argument
/linux-master/include/linux/fpga/
H A Dfpga-bridge.h89 struct module *owner);
/linux-master/fs/ocfs2/dlm/
H A Ddlmconvert.c52 * local node is the owner of the lockres
282 "owner has already queued and sent ast to me. res %.*s, "
329 mlog(0, "%s: res %.*s, owner died and lock has been moved back "
385 vec, veclen, res->owner, &status);
391 "message!\n", res->owner);
394 "message!\n", res->owner);
397 "message!\n", res->owner);
403 res->owner);
408 dlm_wait_for_node_death(dlm, res->owner,
412 "from convert message!\n", res->owner);
[all...]
/linux-master/drivers/regulator/
H A Dmax77686-regulator.c317 .owner = THIS_MODULE, \
335 .owner = THIS_MODULE, \
353 .owner = THIS_MODULE, \
371 .owner = THIS_MODULE, \
390 .owner = THIS_MODULE, \
408 .owner = THIS_MODULE, \
426 .owner = THIS_MODULE, \
H A Drk808-regulator.c86 .owner = THIS_MODULE, \
110 .owner = THIS_MODULE, \
153 .owner = THIS_MODULE,\
184 .owner = THIS_MODULE, \
1068 .owner = THIS_MODULE,
1084 .owner = THIS_MODULE,
1096 .owner = THIS_MODULE,
1240 .owner = THIS_MODULE,
1260 .owner = THIS_MODULE,
1272 .owner
[all...]
/linux-master/drivers/media/pci/cx23885/
H A Dcx23885-dvb.c1165 if (!try_module_get(client_ci->dev.driver->owner)) {
1832 if (!try_module_get(client_demod->dev.driver->owner)) {
1849 if (!try_module_get(client_sec->dev.driver->owner)) {
1870 if (!try_module_get(client_demod->dev.driver->owner)) {
1903 if (!try_module_get(client_demod->dev.driver->owner)) {
1920 if (!try_module_get(client_sec->dev.driver->owner)) {
1953 if (!try_module_get(client_tuner->dev.driver->owner)) {
1989 if (!try_module_get(client_demod->dev.driver->owner)) {
2008 if (!try_module_get(client_tuner->dev.driver->owner)) {
2034 if (!try_module_get(client_demod->dev.driver->owner)) {
[all...]
/linux-master/drivers/net/wan/framer/
H A Dframer-core.c399 if (IS_ERR(framer_provider) || !try_module_get(framer_provider->owner)) {
406 module_put(framer_provider->owner);
487 if (!try_module_get(framer->ops->owner)) {
502 module_put(framer->ops->owner);
520 module_put(framer->ops->owner);
767 * @owner: the module owner containing of_xlate
775 __framer_provider_of_register(struct device *dev, struct module *owner, argument
786 framer_provider->owner = owner;
837 __devm_framer_provider_of_register(struct device *dev, struct module *owner, struct framer *(*of_xlate)(struct device *dev, const struct of_phandle_args *args)) argument
[all...]
/linux-master/sound/core/seq/
H A Dseq_queue.c9 * - When owner client is deleted, all owned queues are deleted, too.
13 * caller client. i.e. Changing owner to a third client is not
74 if (q->owner == client) {
88 static struct snd_seq_queue *queue_new(int owner, int locked) argument
113 q->owner = owner;
342 return (q->owner == client) || (!q->locked && !q->klocked);
383 * change queue's owner and permission
399 q->owner = client;
718 int owner; local
[all...]
/linux-master/kernel/locking/
H A Dww_mutex.h70 return atomic_long_read(&lock->owner) & MUTEX_FLAG_WAITERS;
304 struct task_struct *owner = __ww_mutex_owner(lock); local
317 * Can have !owner because of __mutex_unlock_slowpath(), but if owner,
321 if (!owner)
329 * inserts sufficient barriers to make sure @owner either sees
333 if (owner != current)
334 wake_up_process(owner);
/linux-master/tools/testing/selftests/futex/functional/
H A Dfutex_requeue_pi.c48 static int owner; variable
66 printf(" -o Use a third party pi futex owner during requeue (cancels -l)\n");
381 owner = 1;
400 "\tArguments: broadcast=%d locked=%d owner=%d timeout=%ldns\n",
401 broadcast, locked, owner, timeout_ns);
404 "%s broadcast=%d locked=%d owner=%d timeout=%ldns",
405 TEST_NAME, broadcast, locked, owner, timeout_ns);
416 ret = unit_test(broadcast, locked, owner, timeout_ns);
/linux-master/drivers/rtc/
H A Dclass.c393 int __devm_rtc_register_device(struct module *owner, struct rtc_device *rtc) argument
409 rtc->owner = owner;
449 * @owner: the module owner
461 struct module *owner)
472 err = __devm_rtc_register_device(owner, rtc);
458 devm_rtc_device_register(struct device *dev, const char *name, const struct rtc_class_ops *ops, struct module *owner) argument
/linux-master/kernel/bpf/
H A Dcrypto.c118 if (try_module_get(node->type->owner))
218 module_put(type->owner);
229 module_put(ctx->type->owner);
347 .owner = THIS_MODULE,
357 .owner = THIS_MODULE,

Completed in 258 milliseconds

<<11121314151617181920>>