Searched refs:rstn (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/include/linux/spi/
H A Dat86rf230.h22 int rstn; member in struct:at86rf230_platform_data
/linux-4.4.14/drivers/net/ieee802154/
H A Dat86rf230.c1480 at86rf230_get_pdata(struct spi_device *spi, int *rstn, int *slp_tr, at86rf230_get_pdata() argument
1490 *rstn = pdata->rstn; at86rf230_get_pdata()
1496 *rstn = of_get_named_gpio(spi->dev.of_node, "reset-gpio", 0); at86rf230_get_pdata()
1673 int rc, irq_type, rstn, slp_tr; at86rf230_probe() local
1681 rc = at86rf230_get_pdata(spi, &rstn, &slp_tr, &xtal_trim); at86rf230_probe()
1687 if (gpio_is_valid(rstn)) { at86rf230_probe()
1688 rc = devm_gpio_request_one(&spi->dev, rstn, at86rf230_probe()
1689 GPIOF_OUT_INIT_HIGH, "rstn"); at86rf230_probe()
1702 if (gpio_is_valid(rstn)) { at86rf230_probe()
1704 gpio_set_value(rstn, 0); at86rf230_probe()
1706 gpio_set_value(rstn, 1); at86rf230_probe()
/linux-4.4.14/sound/soc/codecs/
H A Dtlv320aic32x4.c825 GPIOF_OUT_INIT_LOW, "tlv320aic32x4 rstn"); aic32x4_i2c_probe()
/linux-4.4.14/drivers/media/i2c/
H A Ds5k5baf.c1821 "rstn-gpios", s5k5baf_parse_gpios()

Completed in 642 milliseconds