Home
last modified time | relevance | path

Searched refs:gbphy_device (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/staging/greybus/
A Dgbphy.h11 struct gbphy_device { struct
18 #define to_gbphy_dev(d) container_of(d, struct gbphy_device, dev) argument
20 static inline void *gb_gbphy_get_data(struct gbphy_device *gdev) in gb_gbphy_get_data()
25 static inline void gb_gbphy_set_data(struct gbphy_device *gdev, void *data) in gb_gbphy_set_data()
39 int (*probe)(struct gbphy_device *device,
41 void (*remove)(struct gbphy_device *device);
69 static inline int gbphy_runtime_get_sync(struct gbphy_device *gbphy_dev) in gbphy_runtime_get_sync()
84 static inline void gbphy_runtime_put_autosuspend(struct gbphy_device *gbphy_dev) in gbphy_runtime_put_autosuspend()
92 static inline void gbphy_runtime_get_noresume(struct gbphy_device *gbphy_dev) in gbphy_runtime_get_noresume()
97 static inline void gbphy_runtime_put_noidle(struct gbphy_device *gbphy_dev) in gbphy_runtime_put_noidle()
[all …]
A Dgbphy.c32 struct gbphy_device *gbphy_dev = to_gbphy_dev(dev); in protocol_id_show()
47 struct gbphy_device *gbphy_dev = to_gbphy_dev(dev); in gbphy_dev_release()
76 struct gbphy_device *gbphy_dev = to_gbphy_dev(dev); in gbphy_dev_uevent()
105 gbphy_dev_match_id(struct gbphy_device *gbphy_dev, in gbphy_dev_match_id()
123 struct gbphy_device *gbphy_dev = to_gbphy_dev(dev); in gbphy_dev_match()
136 struct gbphy_device *gbphy_dev = to_gbphy_dev(dev); in gbphy_dev_probe()
175 struct gbphy_device *gbphy_dev = to_gbphy_dev(dev); in gbphy_dev_remove()
221 static struct gbphy_device *gb_gbphy_create_dev(struct gb_bundle *bundle, in gb_gbphy_create_dev()
224 struct gbphy_device *gbphy_dev; in gb_gbphy_create_dev()
260 struct gbphy_device *gbphy_dev, *temp; in gb_gbphy_disconnect()
[all …]
A Dpwm.c45 struct gbphy_device *gbphy_dev; in gb_pwm_activate_operation()
70 struct gbphy_device *gbphy_dev; in gb_pwm_deactivate_operation()
95 struct gbphy_device *gbphy_dev; in gb_pwm_config_operation()
122 struct gbphy_device *gbphy_dev; in gb_pwm_set_polarity_operation()
148 struct gbphy_device *gbphy_dev; in gb_pwm_enable_operation()
173 struct gbphy_device *gbphy_dev; in gb_pwm_disable_operation()
247 static int gb_pwm_probe(struct gbphy_device *gbphy_dev, in gb_pwm_probe()
306 static void gb_pwm_remove(struct gbphy_device *gbphy_dev) in gb_pwm_remove()
A Dspi.c17 static int gb_spi_probe(struct gbphy_device *gbphy_dev, in gb_spi_probe()
50 static void gb_spi_remove(struct gbphy_device *gbphy_dev) in gb_spi_remove()
A Dusb.c35 struct gbphy_device *gbphy_dev;
158 static int gb_usb_probe(struct gbphy_device *gbphy_dev, in gb_usb_probe()
219 static void gb_usb_remove(struct gbphy_device *gbphy_dev) in gb_usb_remove()
A Di2c.c19 struct gbphy_device *gbphy_dev;
230 static int gb_i2c_probe(struct gbphy_device *gbphy_dev, in gb_i2c_probe()
291 static void gb_i2c_remove(struct gbphy_device *gbphy_dev) in gb_i2c_remove()
A Dgpio.c35 struct gbphy_device *gbphy_dev;
63 struct gbphy_device *gbphy_dev = ggc->gbphy_dev; in gb_gpio_activate_operation()
86 struct gbphy_device *gbphy_dev = ggc->gbphy_dev; in gb_gpio_deactivate_operation()
501 static int gb_gpio_probe(struct gbphy_device *gbphy_dev, in gb_gpio_probe()
598 static void gb_gpio_remove(struct gbphy_device *gbphy_dev) in gb_gpio_remove()
A Dsdio.c21 struct gbphy_device *gbphy_dev;
762 static int gb_sdio_probe(struct gbphy_device *gbphy_dev, in gb_sdio_probe()
844 static void gb_sdio_remove(struct gbphy_device *gbphy_dev) in gb_sdio_remove()
A Duart.c44 struct gbphy_device *gbphy_dev;
803 static int gb_uart_probe(struct gbphy_device *gbphy_dev, in gb_uart_probe()
914 static void gb_uart_remove(struct gbphy_device *gbphy_dev) in gb_uart_remove()

Completed in 26 milliseconds