Home
last modified time | relevance | path

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

/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_de
[all...]
H A Dpwm.c48 struct gbphy_device *gbphy_dev; in gb_pwm_activate_operation()
70 struct gbphy_device *gbphy_dev; in gb_pwm_deactivate_operation()
93 struct gbphy_device *gbphy_dev; in gb_pwm_config_operation()
118 struct gbphy_device *gbphy_dev; in gb_pwm_set_polarity_operation()
141 struct gbphy_device *gbphy_dev; in gb_pwm_enable_operation()
163 struct gbphy_device *gbphy_dev; in gb_pwm_disable_operation()
244 static int gb_pwm_probe(struct gbphy_device *gbphy_dev, in gb_pwm_probe()
299 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 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;
65 struct gbphy_device *gbphy_dev = ggc->gbphy_dev; in gb_gpio_activate_operation()
88 struct gbphy_device *gbphy_dev = ggc->gbphy_dev; in gb_gpio_deactivate_operation()
496 static int gb_gpio_probe(struct gbphy_device *gbphy_dev, in gb_gpio_probe()
593 static void gb_gpio_remove(struct gbphy_device *gbphy_dev) in gb_gpio_remove()
H A Duart.c44 struct gbphy_device *gbphy_dev;
804 static int gb_uart_probe(struct gbphy_device *gbphy_dev, in gb_uart_probe()
915 static void gb_uart_remove(struct gbphy_device *gbphy_dev) in gb_uart_remove()