Searched refs:statustype (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/siox/ |
H A D | siox-core.c | 76 u8 statustype = (status_clean & SIOX_STATUS_TYPE) >> 4; in siox_device_type_error() local 83 if (sdevice->statustype) { in siox_device_type_error() 84 if (statustype != sdevice->statustype) in siox_device_type_error() 87 switch (statustype) { in siox_device_type_error() 585 size_t outbytes, u8 statustype); 595 u8 statustype = 0; in device_add_store() local 598 &outbytes, &statustype); in device_add_store() 605 siox_device_add(smaster, "siox-12x8", inbytes, outbytes, statustype); in device_add_store() 769 size_t outbytes, u8 statustype) in siox_device_add() 767 siox_device_add(struct siox_master *smaster, const char *type, size_t inbytes, size_t outbytes, u8 statustype) siox_device_add() argument [all...] |
/kernel/linux/linux-6.6/drivers/siox/ |
H A D | siox-core.c | 76 u8 statustype = (status_clean & SIOX_STATUS_TYPE) >> 4; in siox_device_type_error() local 83 if (sdevice->statustype) { in siox_device_type_error() 84 if (statustype != sdevice->statustype) in siox_device_type_error() 87 switch (statustype) { in siox_device_type_error() 589 size_t outbytes, u8 statustype); 599 u8 statustype = 0; in device_add_store() local 602 &outbytes, &statustype); in device_add_store() 609 siox_device_add(smaster, "siox-12x8", inbytes, outbytes, statustype); in device_add_store() 773 size_t outbytes, u8 statustype) in siox_device_add() 771 siox_device_add(struct siox_master *smaster, const char *type, size_t inbytes, size_t outbytes, u8 statustype) siox_device_add() argument [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | siox.h | 17 u8 statustype; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | siox.h | 17 u8 statustype; member
|
Completed in 3 milliseconds