Searched refs:owner (Results 101 - 125 of 4399) sorted by relevance

1234567891011>>

/linux-master/sound/aoa/
H A Daoa.h22 struct module *owner; member in struct:aoa_codec
69 struct module *owner; member in struct:aoa_fabric
/linux-master/drivers/target/
H A Dtarget_core_hba.c61 ops->name, ops->owner);
79 * unload of target_backend_ops->owner to proceed.
102 if (tb->ops->owner && !try_module_get(tb->ops->owner))
147 module_put(hba->backend->ops->owner);
168 module_put(hba->backend->ops->owner);
/linux-master/include/linux/
H A Dipack.h172 struct module *owner; member in struct:ipack_bus_device
191 struct module *owner);
204 int ipack_driver_register(struct ipack_driver *edrv, struct module *owner,
275 return try_module_get(dev->bus->owner);
285 module_put(dev->bus->owner);
H A Dgenalloc.h76 void *owner; /* private data to retrieve at alloc time */ member in struct:gen_pool_chunk
126 genpool_algo_t algo, void *data, void **owner);
129 size_t size, void **owner)
132 owner);
168 size_t size, void **owner);
128 gen_pool_alloc_owner(struct gen_pool *pool, size_t size, void **owner) argument
H A Dcdev.h16 struct module *owner; member in struct:cdev
/linux-master/drivers/gpu/host1x/
H A Dcontext.c137 if (cd->owner == pid) {
141 } else if (!cd->owner && !free) {
152 free->owner = get_pid(pid);
171 put_pid(cd->owner);
172 cd->owner = NULL;
/linux-master/drivers/gpu/drm/nouveau/nvkm/falcon/
H A Dgm200.c145 if (nvkm_msec(falcon->owner->device, 10,
157 struct nvkm_device *device = falcon->owner->device;
173 nvkm_mc_enable(device, falcon->owner->type, falcon->owner->inst);
186 struct nvkm_device *device = falcon->owner->device;
205 nvkm_mc_disable(device, falcon->owner->type, falcon->owner->inst);
231 if (nvkm_msec(falcon->owner->device, 2000,
268 if (nvkm_msec(falcon->owner->device, 10,
277 if (nvkm_msec(falcon->owner
[all...]
/linux-master/arch/powerpc/lib/
H A Drheap.c140 blk->owner = NULL;
361 blk->owner = NULL;
442 unsigned long rh_alloc_align(rh_info_t * info, int size, int alignment, const char *owner) argument
506 newblk->owner = owner;
517 unsigned long rh_alloc(rh_info_t * info, int size, const char *owner) argument
519 return rh_alloc_align(info, size, info->alignment, owner);
527 unsigned long rh_alloc_fixed(rh_info_t * info, unsigned long start, int size, const char *owner) argument
569 blk->owner = owner;
679 rh_set_owner(rh_info_t * info, unsigned long start, const char *owner) argument
[all...]
/linux-master/drivers/pci/hotplug/
H A Dpci_hotplug_core.c54 if (!try_module_get(slot->owner)) \
58 module_put(slot->owner); \
91 if (!try_module_get(slot->owner)) {
110 module_put(slot->owner);
149 if (!try_module_get(slot->owner)) {
155 module_put(slot->owner);
215 if (!try_module_get(slot->owner)) {
221 module_put(slot->owner);
395 * @owner: caller module owner
404 __pci_hp_register(struct hotplug_slot *slot, struct pci_bus *bus, int devnr, const char *name, struct module *owner, const char *mod_name) argument
438 __pci_hp_initialize(struct hotplug_slot *slot, struct pci_bus *bus, int devnr, const char *name, struct module *owner, const char *mod_name) argument
[all...]
/linux-master/drivers/regulator/
H A Datc260x-regulator.c187 .owner = THIS_MODULE, \
206 .owner = THIS_MODULE, \
223 .owner = THIS_MODULE, \
242 .owner = THIS_MODULE, \
259 .owner = THIS_MODULE, \
272 .owner = THIS_MODULE, \
297 .owner = THIS_MODULE, \
354 .owner = THIS_MODULE, \
373 .owner = THIS_MODULE, \
392 .owner
[all...]
H A Drt5033-regulator.c50 .owner = THIS_MODULE,
66 .owner = THIS_MODULE,
82 .owner = THIS_MODULE,
H A Dmc13xxx.h64 .owner = THIS_MODULE, \
82 .owner = THIS_MODULE, \
97 .owner = THIS_MODULE, \
/linux-master/tools/perf/util/bpf_skel/
H A Dlock_contention.bpf.c104 struct task_struct *owner; member in struct:rw_semaphore___old
108 atomic_long_t owner; member in struct:rw_semaphore___new
248 __u64 owner = 0; local
252 owner = BPF_CORE_READ(mutex, owner.counter);
263 owner = (unsigned long)BPF_CORE_READ(rwsem, owner);
266 owner = BPF_CORE_READ(rwsem, owner.counter);
271 owner
[all...]
/linux-master/drivers/acpi/
H A Dosl.c855 int acpi_register_debugger(struct module *owner, argument
866 acpi_debugger.owner = owner;
880 acpi_debugger.owner = NULL;
890 struct module *owner; local
899 if (!try_module_get(acpi_debugger.owner)) {
904 owner = acpi_debugger.owner;
910 module_put(owner);
920 struct module *owner; local
950 struct module *owner; local
980 struct module *owner; local
1011 struct module *owner; local
[all...]
/linux-master/arch/powerpc/platforms/ps3/
H A Dos-area.c164 int owner; member in struct:os_area_db_id
169 .owner = OS_AREA_DB_OWNER_NONE,
174 .owner = OS_AREA_DB_OWNER_ANY,
179 .owner = OS_AREA_DB_OWNER_LINUX,
388 uint8_t owner:5; member in struct:db_index
437 if (i->match_id.owner != OS_AREA_DB_OWNER_ANY
438 && i->match_id.owner != (int)i->idx->owner)
454 i.idx->owner, i.idx->key,
457 i.idx->owner
[all...]
/linux-master/include/trace/events/
H A Dfilelock.h72 __field(fl_owner_t, owner)
86 __entry->owner = fl ? fl->c.flc_owner : NULL;
97 __entry->i_ino, __entry->blocker, __entry->owner,
129 __field(fl_owner_t, owner)
141 __entry->owner = fl ? fl->c.flc_owner : NULL;
150 __entry->i_ino, __entry->blocker, __entry->owner,
182 __field(fl_owner_t, owner)
193 __entry->owner = fl->c.flc_owner;
201 __entry->icount, __entry->owner,
/linux-master/net/netfilter/
H A Dnft_chain_nat.c40 .owner = THIS_MODULE,
61 .owner = THIS_MODULE,
92 .owner = THIS_MODULE,
H A Dnf_flow_table_inet.c72 .owner = THIS_MODULE,
82 .owner = THIS_MODULE,
92 .owner = THIS_MODULE,
/linux-master/drivers/iommu/
H A Dexynos-iommu.c231 * which are bound to given master device. It is usually referenced by 'owner'
286 struct device *master; /* master device (owner) */
297 struct list_head owner_node; /* node for owner controllers list */
830 struct exynos_iommu_owner *owner = dev_iommu_priv_get(master); local
832 mutex_lock(&owner->rpm_lock);
837 mutex_unlock(&owner->rpm_lock);
848 struct exynos_iommu_owner *owner = dev_iommu_priv_get(master); local
850 mutex_lock(&owner->rpm_lock);
855 mutex_unlock(&owner->rpm_lock);
984 struct exynos_iommu_owner *owner local
1036 struct exynos_iommu_owner *owner = dev_iommu_priv_get(dev); local
1398 struct exynos_iommu_owner *owner = dev_iommu_priv_get(dev); local
1424 struct exynos_iommu_owner *owner = dev_iommu_priv_get(dev); local
1437 struct exynos_iommu_owner *owner = dev_iommu_priv_get(dev); local
[all...]
/linux-master/drivers/firmware/qcom/
H A Dqcom_scm.c208 .owner = ARM_SMCCC_OWNER_SIP,
322 .owner = ARM_SMCCC_OWNER_SIP,
354 .owner = ARM_SMCCC_OWNER_SIP,
374 .owner = ARM_SMCCC_OWNER_SIP,
435 .owner = ARM_SMCCC_OWNER_SIP,
450 .owner = ARM_SMCCC_OWNER_SIP,
470 .owner = ARM_SMCCC_OWNER_SIP,
491 .owner = ARM_SMCCC_OWNER_SIP,
549 .owner = ARM_SMCCC_OWNER_SIP,
630 .owner
[all...]
/linux-master/arch/alpha/include/asm/
H A Dgct.h13 gct6_handle owner; member in struct:__gct6_node
/linux-master/drivers/hwtracing/stm/
H A Dp_basic.c28 .owner = THIS_MODULE,
/linux-master/drivers/mmc/core/
H A Dpwrseq.h27 struct module *owner; member in struct:mmc_pwrseq
/linux-master/drivers/media/radio/
H A Dradio-tea5777.h72 int radio_tea5777_init(struct radio_tea5777 *tea, struct module *owner);
/linux-master/include/sound/
H A Dseq_oss.h38 struct module *owner; member in struct:snd_seq_oss_callback

Completed in 228 milliseconds

1234567891011>>