Searched refs:aw (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/sound/soc/codecs/ |
| H A 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() 73 if (IS_ERR(aw->gpiod_mode)) in aw8738_probe() [all …]
|
| /linux-6.15/kernel/locking/ |
| H A D | rtmutex.c | 455 struct rt_mutex_waiter *aw = __node_2_waiter(a); in __waiter_less() local 458 if (rt_waiter_node_less(&aw->tree, &bw->tree)) in __waiter_less() 464 if (rt_waiter_node_less(&bw->tree, &aw->tree)) in __waiter_less() 468 if (aw->ww_ctx) { in __waiter_less() 472 return (signed long)(aw->ww_ctx->stamp - in __waiter_less()
|
| /linux-6.15/drivers/edac/ |
| H A 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.15/tools/perf/arch/x86/util/ |
| H A D | intel-pt.c | 774 size_t aw = opts->auxtrace_mmap_pages * (size_t)page_size / 4; in intel_pt_recording_options() local 775 u32 aux_watermark = aw > UINT_MAX ? UINT_MAX : aw; in intel_pt_recording_options()
|
| /linux-6.15/Documentation/networking/ |
| H A D | netdev-features.rst | 8 Michał Mirosław <[email protected]>
|
| /linux-6.15/drivers/s390/char/ |
| H A D | raw3270.c | 426 char aw; member
|
| /linux-6.15/arch/s390/tools/ |
| H A D | opcodes.txt | 109 6e aw RX_FRRD
|
| /linux-6.15/ |
| H A D | MAINTAINERS | 8691 M: Michał Mirosław <[email protected]> 11281 M: Przemysław Gaj <[email protected]>
|