Home
last modified time | relevance | path

Searched defs:_w (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/media/platform/chips-media/wave5/
H A Dwave5.h11 #define WAVE5_SUBSAMPLED_ONE_SIZE(_w, _h) (ALIGN((_w) / 4, 16) * ALIGN((_h) / 4, 8)) argument
12 #define WAVE5_SUBSAMPLED_ONE_SIZE_AVC(_w, _h) (ALIGN((_w) / 4, 32) * ALIGN((_h) / 4, 4)) argument
/linux/scripts/
H A Drecordmcount.h93 # define _w w8 macro
131 # define _w w macro
/linux/drivers/hwtracing/intel_th/
H A Dgth.c225 #define OUTPUT_PARM(_name, _mask, _r, _w, _what) \ argument
/linux/sound/soc/atmel/
H A Dmchp-pdmc.c100 #define DMA_BURST_ALIGNED(_p, _s, _w) !(_p % (_s * _w)) argument
H A Dmchp-i2s-mcc.c231 #define DMA_BURST_ALIGNED(_p, _s, _w) !(_p % (_s * _w)) argument
/linux/drivers/video/fbdev/omap/
H A Dhwa742.c410 #define ADD_PREQ(_x, _y, _w, _h, can_sleep) do {\ argument
/linux/drivers/usb/musb/
H A Dmusb_core.c2213 struct musb_pending_work *w, *_w; in musb_run_resume_work() local
/linux/include/sound/
H A Dsoc.h1128 #define for_each_card_widgets_safe(card, w, _w) \ argument
/linux/tools/perf/
H A Dbuiltin-sched.c4089 #define DERIVED_AVG_FIELD(_name, _desc, _format, _x, _y, _z, _w, _ver) \ in print_domain_stats() argument