| /linux/net/9p/ |
| H A D | mod.c | 93 try_module_get(t->owner)) { in _p9_get_trans_by_name() 142 if (t->def && try_module_get(t->owner)) { in v9fs_get_default_trans() 149 if (try_module_get(t->owner)) { in v9fs_get_default_trans()
|
| /linux/drivers/s390/crypto/ |
| H A D | pkey_base.c | 45 if (!try_module_get(handler->module)) in pkey_handler_register() 106 if (!try_module_get(h->module)) in pkey_handler_get_keybased() 126 if (!try_module_get(h->module)) in pkey_handler_get_keytypebased() 195 if (!try_module_get(h->module)) in pkey_handler_slowpath_key_to_protkey()
|
| /linux/net/rds/ |
| H A D | transport.c | 105 (!trans->t_owner || try_module_get(trans->t_owner))) { in rds_trans_get_preferred() 130 (!trans->t_owner || try_module_get(trans->t_owner))) in rds_trans_get()
|
| /linux/drivers/pci/hotplug/ |
| H A D | acpiphp_core.c | 161 if (attention_info && try_module_get(attention_info->owner)) { in set_attention_status() 207 if (attention_info && try_module_get(attention_info->owner)) { in get_attention_status()
|
| /linux/drivers/usb/roles/ |
| H A D | class.c | 177 WARN_ON(!try_module_get(sw->module)); in usb_role_switch_get() 199 WARN_ON(!try_module_get(sw->module)); in fwnode_usb_role_switch_get() 239 WARN_ON(!try_module_get(sw->module)); in usb_role_switch_find_by_fwnode()
|
| /linux/net/sunrpc/auth_gss/ |
| H A D | gss_mech_switch.c | 138 if (try_module_get(pos->gm_owner)) in _gss_mech_get_by_name() 173 if (try_module_get(pos->gm_owner)) in gss_mech_get_by_OID() 205 if (try_module_get(pos->gm_owner)) in _gss_mech_get_by_pseudoflavor()
|
| /linux/net/dsa/ |
| H A D | tag.c | 192 if (!try_module_get(dsa_tag_driver->owner)) in dsa_tag_driver_get_by_name() 221 if (!try_module_get(dsa_tag_driver->owner)) in dsa_tag_driver_get_by_id()
|
| /linux/drivers/target/iscsi/ |
| H A D | iscsi_target_transport.c | 17 if (t->owner && !try_module_get(t->owner)) { in iscsit_get_transport()
|
| /linux/crypto/ |
| H A D | algboss.c | 84 if (!try_module_get(THIS_MODULE)) in cryptomgr_schedule_probe() 195 if (!try_module_get(THIS_MODULE)) in cryptomgr_schedule_test()
|
| /linux/drivers/mtd/chips/ |
| H A D | chipreg.c | 44 if (ret && !try_module_get(ret->module)) in get_mtd_chip_driver()
|
| /linux/drivers/media/v4l2-core/ |
| H A D | v4l2-spi.c | 53 if (!try_module_get(spi->dev.driver->owner)) in v4l2_spi_new_subdev()
|
| /linux/net/nfc/ |
| H A D | af_nfc.c | 30 if (proto_tab[proto] && try_module_get(proto_tab[proto]->owner)) { in nfc_sock_create()
|
| /linux/drivers/gpu/drm/nouveau/dispnv04/ |
| H A D | nouveau_i2c_encoder.c | 71 if (!try_module_get(module)) { in nouveau_i2c_encoder_init()
|
| /linux/drivers/media/pci/saa7164/ |
| H A D | saa7164-dvb.c | 123 if (!try_module_get(tuner->dev.driver->owner)) { in si2157_attach() 642 if (!try_module_get(client_demod->dev.driver->owner)) { in saa7164_dvb_register() 663 if (!try_module_get(client_tuner->dev.driver->owner)) { in saa7164_dvb_register() 685 if (!try_module_get(client_demod->dev.driver->owner)) { in saa7164_dvb_register() 706 if (!try_module_get(client_tuner->dev.driver->owner)) { in saa7164_dvb_register()
|
| /linux/drivers/media/usb/dvb-usb-v2/ |
| H A D | zd1301.c | 155 if (!try_module_get(pdev->dev.driver->owner)) { in zd1301_frontend_attach() 180 if (!try_module_get(client->dev.driver->owner)) { in zd1301_frontend_attach()
|
| /linux/drivers/mmc/core/ |
| H A D | pwrseq.c | 33 if (!try_module_get(p->owner)) in mmc_pwrseq_alloc()
|
| /linux/drivers/usb/gadget/ |
| H A D | functions.c | 24 if (!try_module_get(fd->mod)) { in try_get_usb_function_instance()
|
| /linux/arch/powerpc/platforms/cell/ |
| H A D | spu_syscalls.c | 30 if (calls && !try_module_get(calls->owner)) in spufs_calls_get()
|
| /linux/drivers/md/ |
| H A D | dm-path-selector.c | 48 if (psi && !try_module_get(psi->pst.module)) in get_path_selector()
|
| /linux/sound/synth/emux/ |
| H A D | emux_seq.c | 256 if (!try_module_get(emu->ops.owner)) 258 if (!try_module_get(emu->card->module)) { in __snd_emux_inc_count()
|
| /linux/drivers/media/mc/ |
| H A D | mc-dev-allocator.c | 74 if (owner != mdi->owner && !try_module_get(mdi->owner)) in __media_device_get()
|
| /linux/drivers/macintosh/ |
| H A D | windfarm_core.c | 256 if (!try_module_get(ct->ops->owner)) in wf_get_control() 351 if (!try_module_get(sr->ops->owner)) in wf_get_sensor()
|
| /linux/sound/soc/intel/catpt/ |
| H A D | device.c | 88 if (!try_module_get(dev->driver->owner)) { in catpt_resume() 115 if (!try_module_get(dev->driver->owner)) {
|
| /linux/include/linux/ |
| H A D | ipack.h | 282 return try_module_get(dev->bus->owner); in ipack_get_carrier()
|
| /linux/drivers/usb/typec/ |
| H A D | retimer.c | 53 WARN_ON(!try_module_get(retimer->dev.parent->driver->owner)); in fwnode_typec_retimer_get()
|