/linux-6.12.1/scripts/ |
D | recordmcount.h | 54 #undef _w 93 # define _w w8 macro 131 # define _w w macro 145 return ELF_R_SYM(_w(rp->r_info)); in fn_ELF_R_SYM() 151 rp->r_info = _w(ELF_R_INFO(sym, type)); in fn_ELF_R_INFO() 181 Elf_Addr current_r_offset = _w(rp->r_offset); in MIPS_is_fake_mcount() 272 uint_t const old_shoff = _w(ehdr->e_shoff); in append_func() 273 uint_t const old_shstr_sh_size = _w(shstr->sh_size); in append_func() 274 uint_t const old_shstr_sh_offset = _w(shstr->sh_offset); in append_func() 278 uint_t t = 1 + strlen(mc_name) + _w(shstr->sh_size); in append_func() [all …]
|
D | sorttable.h | 42 #undef _w 67 # define _w w8 macro 91 # define _w w macro
|
/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/drivers/md/bcache/ |
D | btree.h | 331 bool _w = l <= (op)->lock; \ 333 _w, b); \ 336 rw_unlock(_w, _child); \ 353 bool _w = insert_lock(op, _b); \ 354 rw_lock(_w, _b, _b->level); \ 356 _w == insert_lock(op, _b)) { \ 359 rw_unlock(_w, _b); \
|
/linux-6.12.1/drivers/net/wireless/microchip/wilc1000/ |
D | netdev.h | 35 struct wilc *_w = w; \ 36 list_for_each_entry_srcu(v, &_w->vif_list, list, \ 37 srcu_read_lock_held(&_w->srcu))
|
/linux-6.12.1/drivers/hwtracing/intel_th/ |
D | gth.c | 225 #define OUTPUT_PARM(_name, _mask, _r, _w, _what) \ argument 231 .writable = (_w) }
|
/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 416 req->par.update.width = _w; \
|
/linux-6.12.1/include/sound/ |
D | soc.h | 1155 #define for_each_card_widgets_safe(card, w, _w) \ argument 1156 list_for_each_entry_safe(w, _w, &card->widgets, list)
|
/linux-6.12.1/fs/bcachefs/ |
D | fsck.c | 765 #define for_each_visible_inode(_c, _s, _w, _snapshot, _i) \ argument 766 for (_i = (_w)->inodes.data; _i < (_w)->inodes.data + (_w)->inodes.nr && \
|
/linux-6.12.1/drivers/usb/musb/ |
D | musb_core.c | 2215 struct musb_pending_work *w, *_w; in musb_run_resume_work() local 2220 list_for_each_entry_safe(w, _w, &musb->pending_list, node) { in musb_run_resume_work()
|