Lines Matching refs:device
37 static int ulpi_match(struct device *dev, struct device_driver *driver)
58 static int ulpi_uevent(const struct device *dev, struct kobj_uevent_env *env)
73 static int ulpi_probe(struct device *dev)
85 static void ulpi_remove(struct device *dev)
103 static ssize_t modalias_show(struct device *dev, struct device_attribute *attr,
132 static void ulpi_dev_release(struct device *dev)
182 struct device *parent;
276 static int ulpi_register(struct device *dev, struct ulpi *ulpi)
314 * ulpi_register_interface - instantiate new ULPI device
315 * @dev: USB controller's device interface
318 * Allocates and registers a ULPI device and an interface for it. Called from
321 struct ulpi *ulpi_register_interface(struct device *dev,
347 * Unregisters a ULPI device and it's interface that was created with