Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/greybus/
H 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 …]
H 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 const 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 …]
H A Dpwm.c46 struct gbphy_device *gbphy_dev; in gb_pwm_activate_operation()
71 struct gbphy_device *gbphy_dev; in gb_pwm_deactivate_operation()
96 struct gbphy_device *gbphy_dev; in gb_pwm_config_operation()
123 struct gbphy_device *gbphy_dev; in gb_pwm_set_polarity_operation()
149 struct gbphy_device *gbphy_dev; in gb_pwm_enable_operation()
174 struct gbphy_device *gbphy_dev; in gb_pwm_disable_operation()
264 static int gb_pwm_probe(struct gbphy_device *gbphy_dev, in gb_pwm_probe()
322 static void gb_pwm_remove(struct gbphy_device *gbphy_dev) in gb_pwm_remove()
H 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()
H 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()
H 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()
H A Dgpio.c35 struct gbphy_device *gbphy_dev;
70 struct gbphy_device *gbphy_dev = ggc->gbphy_dev; in gb_gpio_activate_operation()
93 struct gbphy_device *gbphy_dev = ggc->gbphy_dev; in gb_gpio_deactivate_operation()
505 static int gb_gpio_probe(struct gbphy_device *gbphy_dev, in gb_gpio_probe()
602 static void gb_gpio_remove(struct gbphy_device *gbphy_dev) in gb_gpio_remove()
H 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()
H A Duart.c44 struct gbphy_device *gbphy_dev;
802 static int gb_uart_probe(struct gbphy_device *gbphy_dev, in gb_uart_probe()
913 static void gb_uart_remove(struct gbphy_device *gbphy_dev) in gb_uart_remove()