Searched refs:owner (Results 26 - 50 of 2694) sorted by relevance

1234567891011>>

/drivers/isdn/hisax/
H A Dhisax_if.h55 struct module *owner; member in struct:hisax_d_if
/drivers/leds/
H A Dleds-rb532.c56 .owner = THIS_MODULE,
/drivers/regulator/
H A Disl6271a-regulator.c122 .owner = THIS_MODULE,
129 .owner = THIS_MODULE,
136 .owner = THIS_MODULE,
208 .owner = THIS_MODULE,
H A Dab3100.c503 .owner = THIS_MODULE,
510 .owner = THIS_MODULE,
517 .owner = THIS_MODULE,
525 .owner = THIS_MODULE,
533 .owner = THIS_MODULE,
541 .owner = THIS_MODULE,
549 .owner = THIS_MODULE,
557 .owner = THIS_MODULE,
564 .owner = THIS_MODULE,
572 .owner
[all...]
H A Dlp3971.c319 .owner = THIS_MODULE,
327 .owner = THIS_MODULE,
335 .owner = THIS_MODULE,
343 .owner = THIS_MODULE,
351 .owner = THIS_MODULE,
359 .owner = THIS_MODULE,
367 .owner = THIS_MODULE,
375 .owner = THIS_MODULE,
541 .owner = THIS_MODULE,
/drivers/staging/rtl8187se/ieee80211/
H A Dieee80211_crypt.h68 struct module *owner; member in struct:ieee80211_crypto_ops
/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_crypt.h68 struct module *owner; member in struct:ieee80211_crypto_ops
/drivers/staging/rtl8192u/
H A Dieee80211_crypt.h68 struct module *owner; member in struct:ieee80211_crypto_ops
/drivers/usb/serial/
H A Dfunsoft.c36 .owner = THIS_MODULE,
H A Dhp4x.c48 .owner = THIS_MODULE,
H A Dmoto_modem.c43 .owner = THIS_MODULE,
H A Dsiemens_mpi.c41 .owner = THIS_MODULE,
H A Dvivopay-serial.c37 .owner = THIS_MODULE,
/drivers/pci/hotplug/
H A Dpci_hotplug_core.c80 if (!try_module_get(ops->owner)) \
86 module_put(ops->owner); \
120 if (!try_module_get(slot->ops->owner)) {
139 module_put(slot->ops->owner);
179 if (!try_module_get(ops->owner)) {
185 module_put(ops->owner);
249 if (!try_module_get(slot->ops->owner)) {
255 module_put(slot->ops->owner);
426 * @owner: caller module owner
434 __pci_hp_register(struct hotplug_slot *slot, struct pci_bus *bus, int devnr, const char *name, struct module *owner, const char *mod_name) argument
[all...]
H A Dacpiphp_core.c101 if (info && info->owner && info->set_attn &&
183 if (attention_info && try_module_get(attention_info->owner)) {
185 module_put(attention_info->owner);
228 if (attention_info && try_module_get(attention_info->owner)) {
230 module_put(attention_info->owner);
/drivers/base/
H A Dmodule.c82 if (drv->owner)
83 mk = &drv->owner->mkobj;
/drivers/cpuidle/
H A Dgovernor.c56 module_put(cpuidle_curr_governor->owner);
62 if (!try_module_get(cpuidle_curr_governor->owner))
/drivers/macintosh/
H A Dwindfarm.h34 struct module *owner; member in struct:wf_control_ops
84 struct module *owner; member in struct:wf_sensor_ops
103 * notifier_block doesn't have a module owner field. I may fix
/drivers/mtd/maps/
H A Dsolutionengine.c87 flash_mtd->owner = THIS_MODULE;
91 eprom_mtd->owner = THIS_MODULE;
/drivers/media/video/
H A Dv4l2-device.c156 if (!try_module_get(sd->owner))
163 module_put(sd->owner);
173 module_put(sd->owner);
184 module_put(sd->owner);
231 sd->owner);
278 module_put(sd->owner);
H A Dv4l2-common.c293 /* the owner is the same as the i2c_client's driver owner */
294 sd->owner = client->driver->driver.owner;
337 if (!try_module_get(client->driver->driver.owner))
346 module_put(client->driver->driver.owner);
428 /* the owner is the same as the spi_device's driver owner */
429 sd->owner = spi->dev.driver->owner;
[all...]
/drivers/pnp/pnpbios/
H A Dproc.c55 .owner = THIS_MODULE,
82 .owner = THIS_MODULE,
137 .owner = THIS_MODULE,
167 .owner = THIS_MODULE,
211 .owner = THIS_MODULE,
279 .owner = THIS_MODULE,
/drivers/isdn/capi/
H A Dkcapi_proc.c122 .owner = THIS_MODULE,
130 .owner = THIS_MODULE,
232 .owner = THIS_MODULE,
240 .owner = THIS_MODULE,
291 .owner = THIS_MODULE,
/drivers/net/phy/
H A Dmicrel.c128 .driver = { .owner = THIS_MODULE,},
143 .driver = { .owner = THIS_MODULE,},
158 .driver = { .owner = THIS_MODULE,},
172 .driver = { .owner = THIS_MODULE,},
187 .driver = { .owner = THIS_MODULE, },
/drivers/video/
H A Dhecubafb.c201 .owner = THIS_MODULE,
229 if (!try_module_get(board->owner))
279 module_put(board->owner);
294 module_put(par->board->owner);
304 .owner = THIS_MODULE,

Completed in 538 milliseconds

1234567891011>>