Searched refs:scx200_acb_list (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/i2c/busses/
H A Dscx200_acb.c377 static struct scx200_acb_iface *scx200_acb_list; variable in typeref:struct:scx200_acb_iface
461 iface->next = scx200_acb_list;
462 scx200_acb_list = iface;
572 if (scx200_acb_list)
586 while ((iface = scx200_acb_list) != NULL) {
587 scx200_acb_list = iface->next;

Completed in 170 milliseconds