Searched refs:get_from_id (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/caif/ |
H A D | cfmuxl.c | 75 static struct cflayer *get_from_id(struct list_head *list, u16 id) in get_from_id() function 94 old = get_from_id(&muxl->srvl_list, linkid); in cfmuxl_set_uplayer() 112 dn = get_from_id(&muxl->frml_list, phyid); in cfmuxl_remove_dnlayer() 130 up = get_from_id(&muxl->srvl_list, id); in get_up() 144 dn = get_from_id(&muxl->frml_list, dev_info->id); in get_dn() 163 up = get_from_id(&muxl->srvl_list, id); in cfmuxl_remove_uplayer()
|
/kernel/linux/linux-6.6/net/caif/ |
H A D | cfmuxl.c | 75 static struct cflayer *get_from_id(struct list_head *list, u16 id) in get_from_id() function 94 old = get_from_id(&muxl->srvl_list, linkid); in cfmuxl_set_uplayer() 112 dn = get_from_id(&muxl->frml_list, phyid); in cfmuxl_remove_dnlayer() 130 up = get_from_id(&muxl->srvl_list, id); in get_up() 144 dn = get_from_id(&muxl->frml_list, dev_info->id); in get_dn() 163 up = get_from_id(&muxl->srvl_list, id); in cfmuxl_remove_uplayer()
|
Completed in 2 milliseconds