Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/greybus/
Dhd.c76 int ida_start, ida_end; in gb_hd_cport_allocate() local
82 ida_start = 0; in gb_hd_cport_allocate()
85 ida_start = cport_id; in gb_hd_cport_allocate()
92 return ida_simple_get(id_map, ida_start, ida_end, GFP_KERNEL); in gb_hd_cport_allocate()
Des2.c494 int ida_start, ida_end; in es2_cport_allocate() local
516 ida_start = 0; in es2_cport_allocate()
519 ida_start = cport_id; in es2_cport_allocate()
526 return ida_simple_get(id_map, ida_start, ida_end, GFP_KERNEL); in es2_cport_allocate()