Searched refs:aw (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/sound/soc/codecs/ |
D | aw8738.c | 17 struct aw8738_priv *aw = snd_soc_component_get_drvdata(c); in aw8738_drv_event() local 22 for (i = 0; i < aw->mode; i++) { in aw8738_drv_event() 23 gpiod_set_value_cansleep(aw->gpiod_mode, 0); in aw8738_drv_event() 25 gpiod_set_value_cansleep(aw->gpiod_mode, 1); in aw8738_drv_event() 31 gpiod_set_value_cansleep(aw->gpiod_mode, 0); in aw8738_drv_event() 64 struct aw8738_priv *aw; in aw8738_probe() local 67 aw = devm_kzalloc(dev, sizeof(*aw), GFP_KERNEL); in aw8738_probe() 68 if (!aw) in aw8738_probe() 70 platform_set_drvdata(pdev, aw); in aw8738_probe() 72 aw->gpiod_mode = devm_gpiod_get(dev, "mode", GPIOD_OUT_LOW); in aw8738_probe() [all …]
|
D | tas2781-i2c.c | 627 int len, sw, aw; in tasdevice_parse_dt() local 629 aw = of_n_addr_cells(np); in tasdevice_parse_dt() 637 dev_addrs[ndev] = of_read_number(reg, aw); in tasdevice_parse_dt() 638 reg += aw; in tasdevice_parse_dt()
|
/linux-6.6.21/kernel/locking/ |
D | rtmutex.c | 432 struct rt_mutex_waiter *aw = __node_2_waiter(a); in __waiter_less() local 435 if (rt_waiter_node_less(&aw->tree, &bw->tree)) in __waiter_less() 441 if (rt_waiter_node_less(&bw->tree, &aw->tree)) in __waiter_less() 445 if (aw->ww_ctx) { in __waiter_less() 449 return (signed long)(aw->ww_ctx->stamp - in __waiter_less()
|
/linux-6.6.21/drivers/edac/ |
D | cpc925_edac.c | 288 int len, sw, aw; in get_total_mem() local 295 aw = of_n_addr_cells(np); in get_total_mem() 302 start = of_read_number(reg, aw); in get_total_mem() 303 reg += aw; in get_total_mem()
|
/linux-6.6.21/Documentation/networking/ |
D | netdev-features.rst | 8 Michał Mirosław <mirq-linux@rere.qmqm.pl>
|
/linux-6.6.21/drivers/s390/char/ |
D | raw3270.c | 421 char aw; member
|
/linux-6.6.21/arch/s390/tools/ |
D | opcodes.txt | 109 6e aw RX_FRRD
|
/linux-6.6.21/ |
D | MAINTAINERS | 7713 M: Michał Mirosław <mirq-linux@rere.qmqm.pl> 9931 M: Przemysław Gaj <pgaj@cadence.com>
|