Home
last modified time | relevance | path

Searched refs:KOBJ_REMOVE (Results 1 – 22 of 22) sorted by relevance

/OK3568_Linux_fs/kernel/net/batman-adv/
H A Dsysfs.c833 kobject_uevent(bat_priv->mesh_obj, KOBJ_REMOVE); in batadv_sysfs_add_meshif()
853 kobject_uevent(bat_priv->mesh_obj, KOBJ_REMOVE); in batadv_sysfs_del_meshif()
911 kobject_uevent(vlan->kobj, KOBJ_REMOVE); in batadv_sysfs_add_vlan()
934 kobject_uevent(vlan->kobj, KOBJ_REMOVE); in batadv_sysfs_del_vlan()
1268 kobject_uevent(*hardif_obj, KOBJ_REMOVE); in batadv_sysfs_del_hardif()
/OK3568_Linux_fs/kernel/block/
H A Dblk-mq-sysfs.c273 kobject_uevent(q->mq_kobj, KOBJ_REMOVE); in blk_mq_unregister_dev()
341 kobject_uevent(q->mq_kobj, KOBJ_REMOVE); in __blk_mq_register_dev()
H A Dblk-integrity.c452 kobject_uevent(&disk->integrity_kobj, KOBJ_REMOVE); in blk_integrity_del()
H A Delevator.c517 kobject_uevent(&e->kobj, KOBJ_REMOVE); in elv_unregister_queue()
H A Dblk-sysfs.c969 kobject_uevent(&q->kobj, KOBJ_REMOVE); in blk_unregister_queue()
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dsysfs.c186 kobject_uevent(&clp->kobject, KOBJ_REMOVE); in nfs_netns_sysfs_destroy()
/OK3568_Linux_fs/kernel/include/linux/
H A Dkobject.h56 KOBJ_REMOVE, enumerator
/OK3568_Linux_fs/kernel/lib/
H A Dkobject_uevent.c53 [KOBJ_REMOVE] = "remove",
474 if (action == KOBJ_REMOVE) in kobject_uevent_env()
H A Dkobject.c617 kobject_uevent(kobj, KOBJ_REMOVE); in __kobject_del()
/OK3568_Linux_fs/kernel/drivers/base/
H A Dswnode.c925 software_node_notify(dev, KOBJ_REMOVE); in device_remove_software_node()
954 case KOBJ_REMOVE: in software_node_notify()
H A Dcore.c1947 else if (platform_notify_remove && action == KOBJ_REMOVE) in device_platform_notify()
3284 device_platform_notify(dev, KOBJ_REMOVE); in device_add()
3286 kobject_uevent(&dev->kobj, KOBJ_REMOVE); in device_add()
3430 device_platform_notify(dev, KOBJ_REMOVE); in device_del()
3437 kobject_uevent(&dev->kobj, KOBJ_REMOVE); in device_del()
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dglue.c369 case KOBJ_REMOVE: in acpi_platform_notify()
/OK3568_Linux_fs/kernel/net/bridge/
H A Dbr_if.c360 kobject_uevent(&p->kobj, KOBJ_REMOVE); in del_nbp()
/OK3568_Linux_fs/kernel/Documentation/translations/zh_CN/process/
H A Dcoding-style.rst118 case KOBJ_REMOVE:
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dkobject.rst181 below), the uevent for **KOBJ_REMOVE** will be automatically created by the
414 sent for the object, a corresponding ``KOBJ_REMOVE`` uevent will be sent, and
/OK3568_Linux_fs/kernel/drivers/lightnvm/
H A Dpblk-sysfs.c725 kobject_uevent(&pblk->kobj, KOBJ_REMOVE); in pblk_sysfs_exit()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Dcore.c1472 kobject_uevent(&udc->dev.kobj, KOBJ_REMOVE); in usb_del_gadget()
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-ioctl.c908 if (!dm_kobject_uevent(md, KOBJ_REMOVE, param->event_nr)) in dev_remove()
/OK3568_Linux_fs/kernel/drivers/infiniband/core/
H A Ddevice.c1578 kobject_uevent(&device->dev.kobj, KOBJ_REMOVE); in rdma_dev_change_netns()
/OK3568_Linux_fs/kernel/Documentation/translations/it_IT/process/
H A Dcoding-style.rst131 case KOBJ_REMOVE:
/OK3568_Linux_fs/kernel/Documentation/process/
H A Dcoding-style.rst126 case KOBJ_REMOVE:
/OK3568_Linux_fs/kernel/net/core/
H A Ddev.c10885 kobject_uevent(&dev->dev.kobj, KOBJ_REMOVE); in dev_change_net_namespace()