Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/greybus/
H A 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 const 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
224 struct gbphy_device *gbphy_dev; in gb_gbphy_create_dev() local
260 struct gbphy_device *gbphy_dev, *temp; in gb_gbphy_disconnect() local
279 struct gbphy_device *gbphy_dev; in gb_gbphy_probe() local
H A 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()
H A Dpwm.c46 struct gbphy_device *gbphy_dev; in gb_pwm_activate_operation() local
71 struct gbphy_device *gbphy_dev; in gb_pwm_deactivate_operation() local
96 struct gbphy_device *gbphy_dev; in gb_pwm_config_operation() local
123 struct gbphy_device *gbphy_dev; in gb_pwm_set_polarity_operation() local
149 struct gbphy_device *gbphy_dev; in gb_pwm_enable_operation() local
174 struct gbphy_device *gbphy_dev; in gb_pwm_disable_operation() local
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; 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()
H A Di2c.c19 struct gbphy_device *gbphy_dev; member
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; member
70 struct gbphy_device *gbphy_dev = ggc->gbphy_dev; in gb_gpio_activate_operation() local
93 struct gbphy_device *gbphy_dev = ggc->gbphy_dev; in gb_gpio_deactivate_operation() local
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; member
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; member
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()