Lines Matching defs:function
77 * bcm281xx_pin_function- define pin function
968 * This helper function is used to build up the value and mask used to write to
1039 unsigned function)
1043 return pdata->functions[function].name;
1047 unsigned function,
1053 *groups = pdata->functions[function].groups;
1054 *num_groups = pdata->functions[function].ngroups;
1060 unsigned function,
1064 const struct bcm281xx_pin_function *f = &pdata->functions[function];
1069 "%s(): Enable function %s (%d) of pin %s (%d) @offset 0x%x.\n",
1070 __func__, f->name, function, pdata->pins[group].name,
1075 function << BCM281XX_PIN_REG_F_SEL_SHIFT);
1393 /* name, pins, npins members initialized in probe function */