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

/linux-master/drivers/sbus/char/
H A Denvctrl.c160 unsigned int total_chnls; /* Number of monitor channels. */ member in struct:i2c_child_t
800 for (i = 0; i < pchild->total_chnls; i++)
829 for (i = 0; i < pchild->total_chnls; i++) {
848 for (i = 0; i < pchild->total_chnls; i++)
919 pchild->total_chnls = len / sizeof(struct pcf8584_channel);
921 for (i = 0; i < pchild->total_chnls; i++) {
929 i = pchild->total_chnls;
934 i = pchild->total_chnls;
943 i = pchild->total_chnls;

Completed in 202 milliseconds