Searched refs:ida_end (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/greybus/ |
H A D | hd.c | 76 int ida_start, ida_end; in gb_hd_cport_allocate() local 83 ida_end = hd->num_cports; in gb_hd_cport_allocate() 86 ida_end = cport_id + 1; in gb_hd_cport_allocate() 92 return ida_simple_get(id_map, ida_start, ida_end, GFP_KERNEL); in gb_hd_cport_allocate()
|
H A D | es2.c | 493 int ida_start, ida_end; in es2_cport_allocate() local 516 ida_end = hd->num_cports; in es2_cport_allocate() 519 ida_end = cport_id + 1; in es2_cport_allocate() 525 return ida_simple_get(id_map, ida_start, ida_end, GFP_KERNEL); in es2_cport_allocate()
|
/kernel/linux/linux-6.6/drivers/greybus/ |
H A D | hd.c | 76 int ida_start, ida_end; in gb_hd_cport_allocate() local 83 ida_end = hd->num_cports; in gb_hd_cport_allocate() 86 ida_end = cport_id + 1; in gb_hd_cport_allocate() 92 return ida_simple_get(id_map, ida_start, ida_end, GFP_KERNEL); in gb_hd_cport_allocate()
|
H A D | es2.c | 493 int ida_start, ida_end; in es2_cport_allocate() local 516 ida_end = hd->num_cports; in es2_cport_allocate() 519 ida_end = cport_id + 1; in es2_cport_allocate() 525 return ida_simple_get(id_map, ida_start, ida_end, GFP_KERNEL); in es2_cport_allocate()
|
Completed in 5 milliseconds