Home
last modified time | relevance | path

Searched refs:aw (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/sound/soc/codecs/
H A Daw8738.c17 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 Drtmutex.c455 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 Dcpc925_edac.c288 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 Dintel-pt.c774 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 Dnetdev-features.rst8 Michał Mirosław <[email protected]>
/linux-6.15/drivers/s390/char/
H A Draw3270.c426 char aw; member
/linux-6.15/arch/s390/tools/
H A Dopcodes.txt109 6e aw RX_FRRD
/linux-6.15/
H A DMAINTAINERS8691 M: Michał Mirosław <[email protected]>
11281 M: Przemysław Gaj <[email protected]>