Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thunderbolt/
H A 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()
/openbmc/linux/drivers/usb/core/
H A Dport.c712 static const struct component_ops connector_ops = { variable
770 retval = component_add(&port_dev->dev, &connector_ops); in usb_hub_create_port_device()
827 component_del(&port_dev->dev, &connector_ops); in usb_hub_remove_port_device()