Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/spi/
H A Dat86rf230.h14 int rstn; member
/kernel/linux/linux-5.10/drivers/net/ieee802154/
H A Dat86rf230.c1489 at86rf230_get_pdata(struct spi_device *spi, int *rstn, int *slp_tr, in at86rf230_get_pdata() argument
1499 *rstn = pdata->rstn; in at86rf230_get_pdata()
1505 *rstn = of_get_named_gpio(spi->dev.of_node, "reset-gpio", 0); in at86rf230_get_pdata()
1664 int rc, irq_type, rstn, slp_tr; in at86rf230_probe() local
1672 rc = at86rf230_get_pdata(spi, &rstn, &slp_tr, &xtal_trim); in at86rf230_probe()
1678 if (gpio_is_valid(rstn)) { in at86rf230_probe()
1679 rc = devm_gpio_request_one(&spi->dev, rstn, in at86rf230_probe()
1680 GPIOF_OUT_INIT_HIGH, "rstn"); in at86rf230_probe()
1693 if (gpio_is_valid(rstn)) { in at86rf230_probe()
[all...]
/kernel/linux/linux-6.6/drivers/net/ieee802154/
H A Dat86rf230.c1524 struct gpio_desc *rstn; in at86rf230_probe() local
1544 rstn = devm_gpiod_get_optional(&spi->dev, "reset", GPIOD_OUT_LOW); in at86rf230_probe()
1545 rc = PTR_ERR_OR_ZERO(rstn); in at86rf230_probe()
1549 gpiod_set_consumer_name(rstn, "rstn"); in at86rf230_probe()
1559 if (rstn) { in at86rf230_probe()
1561 gpiod_set_value_cansleep(rstn, 1); in at86rf230_probe()
1563 gpiod_set_value_cansleep(rstn, 0); in at86rf230_probe()
/kernel/linux/linux-5.10/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop.h60 struct vop_reg rstn; member
H A Drockchip_vop_reg.c907 .rstn = VOP_REG(RK3399_AFBCD0_CTRL, 0x1, 3),
/kernel/linux/linux-6.6/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop.h79 struct vop_reg rstn; member
H A Drockchip_vop_reg.c979 .rstn = VOP_REG(RK3399_AFBCD0_CTRL, 0x1, 3),

Completed in 17 milliseconds