Home
last modified time | relevance | path

Searched defs:gbphy_dev (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/drivers/staging/greybus/
Dgbphy.c32 struct gbphy_device *gbphy_dev = to_gbphy_dev(dev); in protocol_id_show() local
47 struct gbphy_device *gbphy_dev = to_gbphy_dev(dev); in gbphy_dev_release() local
76 struct gbphy_device *gbphy_dev = to_gbphy_dev(dev); in gbphy_dev_uevent() local
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() local
136 struct gbphy_device *gbphy_dev = to_gbphy_dev(dev); in gbphy_dev_probe() local
175 struct gbphy_device *gbphy_dev = to_gbphy_dev(dev); in gbphy_dev_remove() local
226 struct gbphy_device *gbphy_dev; in gb_gbphy_create_dev() local
262 struct gbphy_device *gbphy_dev, *temp; in gb_gbphy_disconnect() local
281 struct gbphy_device *gbphy_dev; in gb_gbphy_probe() local
Dgbphy.h69 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()
102 static inline int gbphy_runtime_get_sync(struct gbphy_device *gbphy_dev) { return 0; } in gbphy_runtime_get_sync()
103 static inline void gbphy_runtime_put_autosuspend(struct gbphy_device *gbphy_dev) {} in gbphy_runtime_put_autosuspend()
104 static inline void gbphy_runtime_get_noresume(struct gbphy_device *gbphy_dev) {} in gbphy_runtime_get_noresume()
105 static inline void gbphy_runtime_put_noidle(struct gbphy_device *gbphy_dev) {} in gbphy_runtime_put_noidle()
Dpwm.c45 struct gbphy_device *gbphy_dev; in gb_pwm_activate_operation() local
70 struct gbphy_device *gbphy_dev; in gb_pwm_deactivate_operation() local
95 struct gbphy_device *gbphy_dev; in gb_pwm_config_operation() local
122 struct gbphy_device *gbphy_dev; in gb_pwm_set_polarity_operation() local
148 struct gbphy_device *gbphy_dev; in gb_pwm_enable_operation() local
173 struct gbphy_device *gbphy_dev; in gb_pwm_disable_operation() local
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()
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()
Dusb.c35 struct gbphy_device *gbphy_dev; member
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()
Di2c.c19 struct gbphy_device *gbphy_dev; member
251 static int gb_i2c_probe(struct gbphy_device *gbphy_dev, in gb_i2c_probe()
312 static void gb_i2c_remove(struct gbphy_device *gbphy_dev) in gb_i2c_remove()
Dgpio.c35 struct gbphy_device *gbphy_dev; member
68 struct gbphy_device *gbphy_dev = ggc->gbphy_dev; in gb_gpio_activate_operation() local
91 struct gbphy_device *gbphy_dev = ggc->gbphy_dev; in gb_gpio_deactivate_operation() local
638 static int gb_gpio_probe(struct gbphy_device *gbphy_dev, in gb_gpio_probe()
734 static void gb_gpio_remove(struct gbphy_device *gbphy_dev) in gb_gpio_remove()
Dsdio.c21 struct gbphy_device *gbphy_dev; member
760 static int gb_sdio_probe(struct gbphy_device *gbphy_dev, in gb_sdio_probe()
842 static void gb_sdio_remove(struct gbphy_device *gbphy_dev) in gb_sdio_remove()
Duart.c52 struct gbphy_device *gbphy_dev; member
829 static int gb_uart_probe(struct gbphy_device *gbphy_dev, in gb_uart_probe()
945 static void gb_uart_remove(struct gbphy_device *gbphy_dev) in gb_uart_remove()