Searched refs:siox_device (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/include/linux/ |
D | siox.h | 11 #define to_siox_device(_dev) container_of((_dev), struct siox_device, dev) 12 struct siox_device { struct 37 bool siox_device_synced(struct siox_device *sdevice); argument 38 bool siox_device_connected(struct siox_device *sdevice); 41 int (*probe)(struct siox_device *sdevice); 42 int (*remove)(struct siox_device *sdevice); 43 void (*shutdown)(struct siox_device *sdevice); 49 int (*set_data)(struct siox_device *sdevice, u8 status, u8 buf[]); 54 int (*get_data)(struct siox_device *sdevice, const u8 buf[]);
|
/Linux-v4.19/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-v4.19/include/trace/events/ |
D | siox.h | 11 const struct siox_device *sdevice, 36 const struct siox_device *sdevice,
|