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

/linux-master/drivers/staging/greybus/
H A Dspi.c17 static int gb_spi_probe(struct gbphy_device *gbphy_dev, argument
50 static void gb_spi_remove(struct gbphy_device *gbphy_dev) argument
[all...]
H A Dgbphy.h69 static inline int gbphy_runtime_get_sync(struct gbphy_device *gbphy_dev) argument
84 static inline void gbphy_runtime_put_autosuspend(struct gbphy_device *gbphy_dev) argument
92 static inline void gbphy_runtime_get_noresume(struct gbphy_device *gbphy_dev) argument
97 static inline void gbphy_runtime_put_noidle(struct gbphy_device *gbphy_dev) argument
102 static inline int gbphy_runtime_get_sync(struct gbphy_device *gbphy_dev) { return 0; } argument
103 static inline void gbphy_runtime_put_autosuspend(struct gbphy_device *gbphy_dev) {} argument
104 gbphy_runtime_get_noresume(struct gbphy_device *gbphy_dev) argument
105 gbphy_runtime_put_noidle(struct gbphy_device *gbphy_dev) argument
[all...]
H A Di2c.c19 struct gbphy_device *gbphy_dev; member in struct:gb_i2c_device
230 static int gb_i2c_probe(struct gbphy_device *gbphy_dev, argument
291 gb_i2c_remove(struct gbphy_device *gbphy_dev) argument
[all...]
H A Dpwm.c48 struct gbphy_device *gbphy_dev; local
70 struct gbphy_device *gbphy_dev; local
93 struct gbphy_device *gbphy_dev; local
118 struct gbphy_device *gbphy_dev; local
141 struct gbphy_device *gbphy_dev; local
163 struct gbphy_device *gbphy_dev; local
244 gb_pwm_probe(struct gbphy_device *gbphy_dev, const struct gbphy_device_id *id) argument
299 gb_pwm_remove(struct gbphy_device *gbphy_dev) argument
[all...]
H A Dusb.c35 struct gbphy_device *gbphy_dev; member in struct:gb_usb_device
158 static int gb_usb_probe(struct gbphy_device *gbphy_dev, argument
219 gb_usb_remove(struct gbphy_device *gbphy_dev) argument
[all...]
H A Dgbphy.c32 struct gbphy_device *gbphy_dev = to_gbphy_dev(dev); local
43 ATTRIBUTE_GROUPS(gbphy_dev); variable
47 struct gbphy_device *gbphy_dev = to_gbphy_dev(dev); local
76 const struct gbphy_device *gbphy_dev = to_gbphy_dev(dev); local
105 gbphy_dev_match_id(struct gbphy_device *gbphy_dev, struct gbphy_driver *gbphy_drv) argument
123 struct gbphy_device *gbphy_dev = to_gbphy_dev(dev); local
136 struct gbphy_device *gbphy_dev = to_gbphy_dev(dev); local
175 struct gbphy_device *gbphy_dev = to_gbphy_dev(dev); local
224 struct gbphy_device *gbphy_dev; local
260 struct gbphy_device *gbphy_dev, *temp; local
279 struct gbphy_device *gbphy_dev; local
[all...]
H A Dgpio.c35 struct gbphy_device *gbphy_dev; member in struct:gb_gpio_controller
70 struct gbphy_device *gbphy_dev = ggc->gbphy_dev; local
93 struct gbphy_device *gbphy_dev = ggc->gbphy_dev; local
505 gb_gpio_probe(struct gbphy_device *gbphy_dev, const struct gbphy_device_id *id) argument
602 gb_gpio_remove(struct gbphy_device *gbphy_dev) argument
[all...]
H A Dsdio.c21 struct gbphy_device *gbphy_dev; member in struct:gb_sdio_host
762 static int gb_sdio_probe(struct gbphy_device *gbphy_dev, argument
844 gb_sdio_remove(struct gbphy_device *gbphy_dev) argument
[all...]
H A Duart.c44 struct gbphy_device *gbphy_dev; member in struct:gb_tty
802 gb_uart_probe(struct gbphy_device *gbphy_dev, const struct gbphy_device_id *id) argument
913 gb_uart_remove(struct gbphy_device *gbphy_dev) argument
[all...]

Completed in 124 milliseconds