Searched refs:sysfs_val (Results 1 – 1 of 1) sorted by relevance
590 int sysfs_val; in linux_get_device_address() local624 r = read_sysfs_attr(ctx, sys_name, "busnum", UINT8_MAX, &sysfs_val); in linux_get_device_address()627 *busnum = (uint8_t)sysfs_val; in linux_get_device_address()629 r = read_sysfs_attr(ctx, sys_name, "devnum", UINT8_MAX, &sysfs_val); in linux_get_device_address()632 *devaddr = (uint8_t)sysfs_val; in linux_get_device_address()