Home
last modified time | relevance | path

Searched refs:unbind (Results 1 – 21 of 21) sorted by relevance

/linux-4.19.296/include/linux/
Dcomponent.h12 void (*unbind)(struct device *comp, struct device *master, member
26 void (*unbind)(struct device *master); member
Dpci-epf.h63 void (*unbind)(struct pci_epf *epf); member
Dnetlink.h50 void (*unbind)(struct net *net, int group); member
Dthermal.h96 int (*unbind) (struct thermal_zone_device *, member
/linux-4.19.296/drivers/char/agp/
Dcompat_ioctl.c196 struct agp_unbind32 unbind; in compat_agpioc_unbind_wrap() local
199 if (copy_from_user(&unbind, arg, sizeof(unbind))) in compat_agpioc_unbind_wrap()
202 memory = agp_find_mem_by_key(unbind.key); in compat_agpioc_unbind_wrap()
Dalpha-agp.c112 status = agp->ops->unbind(agp, pg_start, mem); in alpha_core_agp_remove_memory()
Dfrontend.c935 struct agp_unbind unbind; in agpioc_unbind_wrap() local
938 if (copy_from_user(&unbind, arg, sizeof(struct agp_unbind))) in agpioc_unbind_wrap()
941 memory = agp_find_mem_by_key(unbind.key); in agpioc_unbind_wrap()
/linux-4.19.296/drivers/xen/
Devtchn.c543 struct ioctl_evtchn_unbind unbind; in evtchn_ioctl() local
547 if (copy_from_user(&unbind, uarg, sizeof(unbind))) in evtchn_ioctl()
551 if (unbind.port >= xen_evtchn_nr_channels()) in evtchn_ioctl()
555 evtchn = find_evtchn(u, unbind.port); in evtchn_ioctl()
559 disable_irq(irq_from_evtchn(unbind.port)); in evtchn_ioctl()
/linux-4.19.296/include/linux/usb/
Dcomposite.h213 void (*unbind)(struct usb_configuration *, member
313 void (*unbind)(struct usb_configuration *); member
396 int (*unbind)(struct usb_composite_dev *); member
Dusbnet.h131 void (*unbind)(struct usbnet *, struct usb_interface *); member
Dgadget.h669 void (*unbind)(struct usb_gadget *); member
/linux-4.19.296/include/media/
Dv4l2-async.h115 void (*unbind)(struct v4l2_async_notifier *notifier, member
/linux-4.19.296/include/drm/ttm/
Dttm_tt.h73 int (*unbind) (struct ttm_tt *ttm); member
/linux-4.19.296/drivers/pci/endpoint/
Dpci-epf-core.c58 epf->driver->ops->unbind(epf); in pci_epf_unbind()
209 if (!driver->ops->bind || !driver->ops->unbind || !driver->ops->linkup) in __pci_epf_register_driver()
/linux-4.19.296/drivers/media/v4l2-core/
Dv4l2-async.c42 if (!n->ops || !n->ops->unbind) in v4l2_async_notifier_call_unbind()
45 n->ops->unbind(n, subdev, asd); in v4l2_async_notifier_call_unbind()
/linux-4.19.296/drivers/base/
Dcomponent.c266 master->ops->unbind(master->dev); in take_down_master()
437 component->ops->unbind(component->dev, master->dev, data); in component_unbind()
DKconfig146 having to unbind the driver or unload the driver module.
Dbus.c201 static DRIVER_ATTR_IGNORE_LOCKDEP(unbind, S_IWUSR, NULL, unbind_store);
/linux-4.19.296/drivers/memory/
Dmtk-smi.c245 .unbind = mtk_smi_larb_unbind,
/linux-4.19.296/include/acpi/
Dacpi_bus.h144 void (*unbind)(struct device *phys_dev); member
/linux-4.19.296/drivers/pci/endpoint/functions/
Dpci-epf-test.c554 .unbind = pci_epf_test_unbind,