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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sbus/char/
H A Denvctrl.c163 unsigned int total_chnls; /* Number of monitor channels. */ member in struct:i2c_child_t
809 for (i = 0; i < pchild->total_chnls; i++)
838 for (i = 0; i < pchild->total_chnls; i++) {
857 for (i = 0; i < pchild->total_chnls; i++)
929 pchild->total_chnls = len / sizeof(struct pcf8584_channel);
931 for (i = 0; i < pchild->total_chnls; i++) {
939 i = pchild->total_chnls;
944 i = pchild->total_chnls;
953 i = pchild->total_chnls;

Completed in 31 milliseconds