Lines Matching defs:function
70 * bcm281xx_pin_function- define pin function
961 * This helper function is used to build up the value and mask used to write to
1032 unsigned function)
1036 return pdata->functions[function].name;
1040 unsigned function,
1046 *groups = pdata->functions[function].groups;
1047 *num_groups = pdata->functions[function].ngroups;
1053 unsigned function,
1057 const struct bcm281xx_pin_function *f = &pdata->functions[function];
1062 "%s(): Enable function %s (%d) of pin %s (%d) @offset 0x%x.\n",
1063 __func__, f->name, function, pdata->pins[group].name,
1068 function << BCM281XX_PIN_REG_F_SEL_SHIFT);
1386 /* name, pins, npins members initialized in probe function */