Home
last modified time | relevance | path

Searched refs:connector_ops (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/drivers/thunderbolt/
Dusb4_port.c36 static const struct component_ops connector_ops = { variable
280 ret = component_add(&usb4->dev, &connector_ops); in usb4_port_device_add()
310 component_del(&usb4->dev, &connector_ops); in usb4_port_device_remove()
/linux-6.6.21/drivers/usb/core/
Dport.c675 static const struct component_ops connector_ops = { variable
733 retval = component_add(&port_dev->dev, &connector_ops); in usb_hub_create_port_device()
790 component_del(&port_dev->dev, &connector_ops); in usb_hub_remove_port_device()