Searched refs:siox_device (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/include/linux/ |
D | siox.h | 8 #define to_siox_device(_dev) container_of((_dev), struct siox_device, dev) 9 struct siox_device { struct 34 bool siox_device_synced(struct siox_device *sdevice); argument 35 bool siox_device_connected(struct siox_device *sdevice); 38 int (*probe)(struct siox_device *sdevice); 39 void (*remove)(struct siox_device *sdevice); 40 void (*shutdown)(struct siox_device *sdevice); 46 int (*set_data)(struct siox_device *sdevice, u8 status, u8 buf[]); 51 int (*get_data)(struct siox_device *sdevice, const u8 buf[]);
|
/linux-5.19.10/drivers/siox/ |
D | siox-core.c | 68 static bool siox_device_counter_error(struct siox_device *sdevice, in siox_device_counter_error() 74 static bool siox_device_type_error(struct siox_device *sdevice, u8 status_clean) in siox_device_type_error() 97 static bool siox_device_wdg_error(struct siox_device *sdevice, u8 status_clean) in siox_device_wdg_error() 105 bool siox_device_synced(struct siox_device *sdevice) in siox_device_synced() 119 bool siox_device_connected(struct siox_device *sdevice) in siox_device_connected() 130 struct siox_device *sdevice; in siox_poll() 358 struct siox_device *sdevice; in __siox_stop() 387 struct siox_device *sdev = to_siox_device(dev); in type_show() 397 struct siox_device *sdev = to_siox_device(dev); in inbytes_show() 407 struct siox_device *sdev = to_siox_device(dev); in outbytes_show() [all …]
|
/linux-5.19.10/include/trace/events/ |
D | siox.h | 11 const struct siox_device *sdevice, 36 const struct siox_device *sdevice,
|
/linux-5.19.10/drivers/gpio/ |
D | gpio-siox.c | 28 static int gpio_siox_set_data(struct siox_device *sdevice, u8 status, u8 buf[]) in gpio_siox_set_data() 39 static int gpio_siox_get_data(struct siox_device *sdevice, const u8 buf[]) in gpio_siox_get_data() 211 static int gpio_siox_probe(struct siox_device *sdevice) in gpio_siox_probe()
|