Lines Matching defs:num
117 int num)
129 switch (num) {
132 num = -EOPNOTSUPP;
147 num = -EOPNOTSUPP;
160 num = -EOPNOTSUPP;
175 num = -EOPNOTSUPP;
186 num = -EOPNOTSUPP;
196 num = -EOPNOTSUPP;
210 return num;
214 struct i2c_msg msg[], int num)
224 switch (num) {
229 num = -EOPNOTSUPP;
236 num = -EOPNOTSUPP;
258 num = -EOPNOTSUPP;
286 return num;
289 static int dw2102_earda_i2c_transfer(struct i2c_adapter *adap, struct i2c_msg msg[], int num)
299 switch (num) {
388 ret = num;
395 static int dw2104_i2c_transfer(struct i2c_adapter *adap, struct i2c_msg msg[], int num)
405 for (j = 0; j < num; j++) {
487 ret = num;
495 int num)
506 switch (num) {
568 for (i = 0; i < num; i++) {
573 ret = num;
581 int num)
593 for (j = 0; j < num; j++) {
665 } else if (j < (num - 1)) {
707 ret = num;
715 int num)
732 switch (num) {
755 num = -EOPNOTSUPP;
777 num = -EOPNOTSUPP;
783 num = -EOPNOTSUPP;
805 return num;