Home
last modified time | relevance | path

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

/linux/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()
[all...]
/linux/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/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/drivers/dma/
H A Darm-dma350.c532 int ret, nchan, dw, aw, r, p; in d350_probe() local
549 aw = FIELD_GET(DMA_CFG_ADDR_WIDTH, reg) + 1; in d350_probe()
551 dma_set_mask_and_coherent(dev, DMA_BIT_MASK(aw)); in d350_probe()
/linux/tools/perf/arch/x86/util/
H A Dintel-pt.c776 size_t aw = opts->auxtrace_mmap_pages * (size_t)page_size / 4; in intel_pt_recording_options() local
777 u32 aux_watermark = aw > UINT_MAX ? UINT_MAX : aw; in intel_pt_recording_options()
/linux/Documentation/networking/
H A Dnetdev-features.rst
/linux/drivers/s390/char/
H A Draw3270.c427 char aw; member
/linux/arch/s390/tools/
H A Dopcodes.txt109 6e aw RX_FRRD
/linux/
H A DMAINTAINERS8997 M: Michał Mirosław <mirq-linux@rere.qmqm.pl>
11611 M: Przemysław Gaj <pgaj@cadence.com>