Lines Matching refs:siox_device

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()
417 struct siox_device *sdev = to_siox_device(dev); in status_errors_show()
434 struct siox_device *sdev = to_siox_device(dev); in connected_show()
451 struct siox_device *sdev = to_siox_device(dev); in watchdog_show()
468 struct siox_device *sdev = to_siox_device(dev); in watchdog_errors_show()
492 ATTRIBUTE_GROUPS(siox_device);
496 struct siox_device *sdevice = to_siox_device(dev); in siox_device_release()
523 struct siox_device *sdevice = to_siox_device(dev); in siox_driver_probe()
534 struct siox_device *sdevice = to_siox_device(dev); in siox_driver_remove()
545 struct siox_device *sdevice = to_siox_device(dev); in siox_driver_shutdown()
583 static struct siox_device *siox_device_add(struct siox_master *smaster,
747 struct siox_device *sdevice; in siox_master_unregister()
750 struct siox_device, node); in siox_master_unregister()
767 static struct siox_device *siox_device_add(struct siox_master *smaster, in siox_device_add()
771 struct siox_device *sdevice; in siox_device_add()
849 struct siox_device *sdevice; in siox_device_remove()
858 sdevice = container_of(smaster->devices.prev, struct siox_device, node); in siox_device_remove()