Lines Matching defs:style
91 int style);
942 int style;
945 /* Find the right style enum for our pattern */
950 for (style = 0; style < ETHERSWITCH_PORT_LED_MAX; style++)
952 if (led_pattern_table[style] == val) break;
956 if (style == ETHERSWITCH_PORT_LED_MAX)
957 style = ETHERSWITCH_PORT_LED_DEFAULT;
959 p->es_led[led] = style;
1053 arswitch_setled(struct arswitch_softc *sc, int phy, int led, int style)
1061 if (style < 0 || style > ETHERSWITCH_PORT_LED_MAX)
1069 0x03 << shift, led_pattern_table[style] << shift));