Searched refs:gbphy_device (Results 1 – 9 of 9) sorted by relevance
/drivers/staging/greybus/ |
D | gbphy.h | 12 struct gbphy_device { struct 19 #define to_gbphy_dev(d) container_of(d, struct gbphy_device, dev) argument 21 static inline void *gb_gbphy_get_data(struct gbphy_device *gdev) in gb_gbphy_get_data() 26 static inline void gb_gbphy_set_data(struct gbphy_device *gdev, void *data) in gb_gbphy_set_data() 40 int (*probe)(struct gbphy_device *, 42 void (*remove)(struct gbphy_device *); 70 static inline int gbphy_runtime_get_sync(struct gbphy_device *gbphy_dev) in gbphy_runtime_get_sync() 85 static inline void gbphy_runtime_put_autosuspend(struct gbphy_device *gbphy_dev) in gbphy_runtime_put_autosuspend() 93 static inline void gbphy_runtime_get_noresume(struct gbphy_device *gbphy_dev) in gbphy_runtime_get_noresume() 98 static inline void gbphy_runtime_put_noidle(struct gbphy_device *gbphy_dev) in gbphy_runtime_put_noidle() [all …]
|
D | gbphy.c | 33 struct gbphy_device *gbphy_dev = to_gbphy_dev(dev); in protocol_id_show() 48 struct gbphy_device *gbphy_dev = to_gbphy_dev(dev); in gbphy_dev_release() 77 struct gbphy_device *gbphy_dev = to_gbphy_dev(dev); in gbphy_dev_uevent() 106 gbphy_dev_match_id(struct gbphy_device *gbphy_dev, in gbphy_dev_match_id() 124 struct gbphy_device *gbphy_dev = to_gbphy_dev(dev); in gbphy_dev_match() 137 struct gbphy_device *gbphy_dev = to_gbphy_dev(dev); in gbphy_dev_probe() 176 struct gbphy_device *gbphy_dev = to_gbphy_dev(dev); in gbphy_dev_remove() 224 static struct gbphy_device *gb_gbphy_create_dev(struct gb_bundle *bundle, in gb_gbphy_create_dev() 227 struct gbphy_device *gbphy_dev; in gb_gbphy_create_dev() 263 struct gbphy_device *gbphy_dev, *temp; in gb_gbphy_disconnect() [all …]
|
D | pwm.c | 46 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() 248 static int gb_pwm_probe(struct gbphy_device *gbphy_dev, in gb_pwm_probe() 307 static void gb_pwm_remove(struct gbphy_device *gbphy_dev) in gb_pwm_remove()
|
D | spi.c | 18 static int gb_spi_probe(struct gbphy_device *gbphy_dev, in gb_spi_probe() 51 static void gb_spi_remove(struct gbphy_device *gbphy_dev) in gb_spi_remove()
|
D | usb.c | 37 struct gbphy_device *gbphy_dev; 160 static int gb_usb_probe(struct gbphy_device *gbphy_dev, in gb_usb_probe() 221 static void gb_usb_remove(struct gbphy_device *gbphy_dev) in gb_usb_remove()
|
D | i2c.c | 20 struct gbphy_device *gbphy_dev; 252 static int gb_i2c_probe(struct gbphy_device *gbphy_dev, in gb_i2c_probe() 313 static void gb_i2c_remove(struct gbphy_device *gbphy_dev) in gb_i2c_remove()
|
D | gpio.c | 36 struct gbphy_device *gbphy_dev; 69 struct gbphy_device *gbphy_dev = ggc->gbphy_dev; in gb_gpio_activate_operation() 92 struct gbphy_device *gbphy_dev = ggc->gbphy_dev; in gb_gpio_deactivate_operation() 639 static int gb_gpio_probe(struct gbphy_device *gbphy_dev, in gb_gpio_probe() 735 static void gb_gpio_remove(struct gbphy_device *gbphy_dev) in gb_gpio_remove()
|
D | sdio.c | 22 struct gbphy_device *gbphy_dev; 761 static int gb_sdio_probe(struct gbphy_device *gbphy_dev, in gb_sdio_probe() 843 static void gb_sdio_remove(struct gbphy_device *gbphy_dev) in gb_sdio_remove()
|
D | uart.c | 53 struct gbphy_device *gbphy_dev; 830 static int gb_uart_probe(struct gbphy_device *gbphy_dev, in gb_uart_probe() 946 static void gb_uart_remove(struct gbphy_device *gbphy_dev) in gb_uart_remove()
|