Searched refs:ssb_gpio_polarity (Results 1 – 3 of 3) sorted by relevance
16 u32 ssb_gpio_polarity(struct ssb_bus *bus, u32 mask, u32 value);
121 u32 ssb_gpio_polarity(struct ssb_bus *bus, u32 mask, u32 value) in ssb_gpio_polarity() function137 EXPORT_SYMBOL(ssb_gpio_polarity);
140 ssb_gpio_polarity(&bcm47xx_bus.ssb, 1 << gpio, in gpio_polarity()