cport_id_map      492 drivers/greybus/es2.c 	struct ida *id_map = &hd->cport_id_map;
cport_id_map      538 drivers/greybus/es2.c 	ida_simple_remove(&hd->cport_id_map, cport_id);
cport_id_map       50 drivers/greybus/hd.c 	struct ida *id_map = &hd->cport_id_map;
cport_id_map       65 drivers/greybus/hd.c 	struct ida *id_map = &hd->cport_id_map;
cport_id_map       75 drivers/greybus/hd.c 	struct ida *id_map = &hd->cport_id_map;
cport_id_map      103 drivers/greybus/hd.c 	ida_simple_remove(&hd->cport_id_map, cport_id);
cport_id_map      115 drivers/greybus/hd.c 	ida_destroy(&hd->cport_id_map);
cport_id_map      175 drivers/greybus/hd.c 	ida_init(&hd->cport_id_map);
cport_id_map       51 include/linux/greybus/hd.h 	struct ida cport_id_map;