Searched refs:init_bytes (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/usb/line6/ |
H A D | podhd.c | 186 u8 init_bytes[8]; in podhd_dev_start() local 203 init_bytes, 3, LINE6_TIMEOUT, GFP_KERNEL); in podhd_dev_start() 211 (init_bytes[0] << 16) | (init_bytes[1] << 8) | (init_bytes[2] << 0); in podhd_dev_start() 214 ret = line6_read_data(&pod->line6, 0xf000 + 0x08 * i, init_bytes, 8); in podhd_dev_start()
|
/kernel/linux/linux-6.6/sound/usb/line6/ |
H A D | podhd.c | 186 u8 init_bytes[8]; in podhd_dev_start() local 203 init_bytes, 3, LINE6_TIMEOUT, GFP_KERNEL); in podhd_dev_start() 211 (init_bytes[0] << 16) | (init_bytes[1] << 8) | (init_bytes[2] << 0); in podhd_dev_start() 214 ret = line6_read_data(&pod->line6, 0xf000 + 0x08 * i, init_bytes, 8); in podhd_dev_start()
|
Completed in 2 milliseconds