/linux-6.12.1/drivers/media/platform/chips-media/wave5/ |
D | wave5.h | 11 #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
|
D | wave5-vpuapi.h | 48 #define WAVE5_DEC_HEVC_BUF_SIZE(_w, _h) (DIV_ROUND_UP(_w, 64) * DIV_ROUND_UP(_h, 64) * 256 + 64) argument 49 #define WAVE5_DEC_AVC_BUF_SIZE(_w, _h) ((((ALIGN(_w, 256) / 16) * (ALIGN(_h, 16) / 16)) + 16) * 80) argument 51 #define WAVE5_FBC_LUMA_TABLE_SIZE(_w, _h) (ALIGN(_h, 64) * ALIGN(_w, 256) / 32) argument 52 #define WAVE5_FBC_CHROMA_TABLE_SIZE(_w, _h) (ALIGN((_h), 64) * ALIGN((_w) / 2, 256) / 32) argument 53 #define WAVE5_ENC_AVC_BUF_SIZE(_w, _h) (ALIGN(_w, 64) * ALIGN(_h, 64) / 32) argument 54 #define WAVE5_ENC_HEVC_BUF_SIZE(_w, _h) (ALIGN(_w, 64) / 64 * ALIGN(_h, 64) / 64 * 128) argument
|
/linux-6.12.1/scripts/ |
D | sorttable.h | 67 # define _w w8 macro 91 # define _w w macro
|
D | recordmcount.h | 93 # define _w w8 macro 131 # define _w w macro
|
/linux-6.12.1/drivers/hwtracing/intel_th/ |
D | gth.c | 225 #define OUTPUT_PARM(_name, _mask, _r, _w, _what) \ argument
|
/linux-6.12.1/sound/soc/atmel/ |
D | mchp-i2s-mcc.c | 231 #define DMA_BURST_ALIGNED(_p, _s, _w) !(_p % (_s * _w)) argument
|
D | mchp-pdmc.c | 100 #define DMA_BURST_ALIGNED(_p, _s, _w) !(_p % (_s * _w)) argument
|
/linux-6.12.1/drivers/video/fbdev/omap/ |
D | hwa742.c | 410 #define ADD_PREQ(_x, _y, _w, _h, can_sleep) do {\ argument
|
/linux-6.12.1/drivers/usb/musb/ |
D | musb_core.c | 2215 struct musb_pending_work *w, *_w; in musb_run_resume_work() local
|
/linux-6.12.1/fs/bcachefs/ |
D | fsck.c | 765 #define for_each_visible_inode(_c, _s, _w, _snapshot, _i) \ argument
|
/linux-6.12.1/include/sound/ |
D | soc.h | 1155 #define for_each_card_widgets_safe(card, w, _w) \ argument
|