Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/function/
H A Df_fs.c3382 u8 newValue; in __ffs_func_bind_do_nums() local
3398 newValue = func->interfaces_nums[idx]; in __ffs_func_bind_do_nums()
3403 newValue = func->ffs->stringtabs[0]->strings[*valuep - 1].id; in __ffs_func_bind_do_nums()
3421 newValue = descs[descs[0] ? 0 : 1]->bEndpointAddress; in __ffs_func_bind_do_nums()
3426 pr_vdebug("%02x -> %02x\n", *valuep, newValue); in __ffs_func_bind_do_nums()
3427 *valuep = newValue; in __ffs_func_bind_do_nums()