Home
last modified time | relevance | path

Searched refs:byte_read (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/acpi/
Dec_sys.c50 u8 byte_read; in acpi_ec_read_io() local
51 err = ec_read(*off, &byte_read); in acpi_ec_read_io()
54 if (put_user(byte_read, buf + *off - init_off)) { in acpi_ec_read_io()
/linux-4.1.27/drivers/atm/
Dhe.c2794 u8 byte_read = 0; in read_prom_byte() local
2827 byte_read |= (unsigned char) in read_prom_byte()
2836 return byte_read; in read_prom_byte()