/linux/sound/core/ |
H A D | pcm.c | 150 #define FORMAT(v) [SNDRV_PCM_FORMAT_##v] = #v macro 153 FORMAT(S8), 154 FORMAT(U8), 155 FORMAT(S16_LE), 156 FORMAT(S16_BE), 157 FORMAT(U16_LE), 158 FORMAT(U16_BE), 159 FORMAT(S24_LE), 160 FORMAT(S24_BE), 161 FORMAT(U24_LE), [all …]
|
H A D | pcm_param_trace.h | 13 HW_PARAM_ENTRY(FORMAT), \
|
/linux/scripts/coccinelle/api/ |
H A D | device_attr_show.cocci | 31 expression BUF, SZ, FORMAT; 38 - snprintf(BUF, SZ, FORMAT 39 + sysfs_emit(BUF, FORMAT
|
/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_bo0039.c | 80 FORMAT, in nv04_bo_move_m2mf() 81 NVVAL(NV039, FORMAT, IN, 1) | in nv04_bo_move_m2mf() 82 NVVAL(NV039, FORMAT, OUT, 1), in nv04_bo_move_m2mf()
|
H A D | nouveau_bo5039.c | 119 FORMAT, in nv50_bo_move_m2mf() 120 NVDEF(NV5039, FORMAT, IN, ONE) | in nv50_bo_move_m2mf() 121 NVDEF(NV5039, FORMAT, OUT, ONE), in nv50_bo_move_m2mf()
|
/linux/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | head827d.c | 41 NVDEF(NV827D, HEAD_SET_CONTROL_CURSOR, FORMAT, A8R8G8B8) | in head827d_curs_clr() 60 NVVAL(NV827D, HEAD_SET_CONTROL_CURSOR, FORMAT, asyh->curs.format) | in head827d_curs_set() 97 NVVAL(NV827D, HEAD_SET_PARAMS, FORMAT, asyh->core.format) | in head827d_core_set()
|
H A D | ovly907e.c | 60 NVVAL(NV907E, SURFACE_SET_PARAMS, FORMAT, asyw->image.format) | in ovly907e_image_set()
|
H A D | head907d.c | 164 NVDEF(NV907D, HEAD_SET_CONTROL_CURSOR, FORMAT, A8R8G8B8) | in head907d_curs_clr() 183 NVVAL(NV907D, HEAD_SET_CONTROL_CURSOR, FORMAT, asyh->curs.format) | in head907d_curs_set() 233 NVVAL(NV907D, HEAD_SET_PARAMS, FORMAT, asyh->core.format) | in head907d_core_set()
|
H A D | head507d.c | 134 NVDEF(NV507D, HEAD_SET_CONTROL_CURSOR, FORMAT, A8R8G8B8) | in head507d_curs_clr() 151 NVVAL(NV507D, HEAD_SET_CONTROL_CURSOR, FORMAT, asyh->curs.format) | in head507d_curs_set() 226 NVVAL(NV507D, HEAD_SET_PARAMS, FORMAT, asyh->core.format) | in head507d_core_set()
|
H A D | base827c.c | 73 NVVAL(NV827C, SURFACE_SET_PARAMS, FORMAT, asyw->image.format) | in base827c_image_set()
|
H A D | ovly827e.c | 63 NVVAL(NV827E, SURFACE_SET_PARAMS, FORMAT, asyw->image.format) | in ovly827e_image_set()
|
H A D | wndwc67e.c | 51 NVVAL(NVC57E, SET_PARAMS, FORMAT, asyw->image.format) | in wndwc67e_image_set()
|
H A D | headc37d.c | 116 NVDEF(NVC37D, HEAD_SET_CONTROL_CURSOR, FORMAT, A8R8G8B8)); in headc37d_curs_clr() 134 NVVAL(NVC37D, HEAD_SET_CONTROL_CURSOR, FORMAT, asyh->curs.format) | in headc37d_curs_set()
|
H A D | head917d.c | 90 NVVAL(NV917D, HEAD_SET_CONTROL_CURSOR, FORMAT, asyh->curs.format) | in head917d_curs_set()
|
H A D | ovly507e.c | 86 NVVAL(NV507E, SURFACE_SET_PARAMS, FORMAT, asyw->image.format) | in ovly507e_image_set()
|
H A D | base907c.c | 58 NVVAL(NV907C, SURFACE_SET_PARAMS, FORMAT, asyw->image.format) | in base907c_image_set()
|
H A D | wndwc57e.c | 55 NVVAL(NVC57E, SET_PARAMS, FORMAT, asyw->image.format) | in wndwc57e_image_set()
|
/linux/Documentation/trace/postprocess/ |
H A D | trace-pagealloc-postprocess.pl | 97 if (!open (FORMAT, "/sys/kernel/tracing/events/$event/format")) { 101 while (!eof(FORMAT)) { 102 $line = <FORMAT>;
|
H A D | trace-vmscan-postprocess.pl | 143 if (!open (FORMAT, "/sys/kernel/tracing/events/$event/format")) { 148 while (!eof(FORMAT)) { 149 $line = <FORMAT>;
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_gt_sriov_pf_debugfs.c | 115 #define DEFINE_SRIOV_GT_POLICY_DEBUGFS_ATTRIBUTE(POLICY, TYPE, FORMAT) \ argument 141 DEFINE_DEBUGFS_ATTRIBUTE(POLICY##_fops, POLICY##_get, POLICY##_set, FORMAT) 178 #define DEFINE_SRIOV_GT_CONFIG_DEBUGFS_ATTRIBUTE(CONFIG, TYPE, FORMAT) \ argument 206 DEFINE_DEBUGFS_ATTRIBUTE(CONFIG##_fops, CONFIG##_get, CONFIG##_set, FORMAT)
|
/linux/Documentation/mm/ |
H A D | page_owner.rst | 164 Choose a key from the **STANDARD FORMAT SPECIFIERS** section. The "+" is 177 multi-letter key from the **STANDARD FORMAT SPECIFIERS** section. 181 keywords are described in the **STANDARD FORMAT SPECIFIERS** section below. 211 STANDARD FORMAT SPECIFIERS
|
/linux/tools/lib/bpf/ |
H A D | libbpf_errno.c | 26 [ERRCODE_OFFSET(FORMAT)] = "BPF object format invalid",
|
/linux/tools/bpf/bpftool/Documentation/ |
H A D | bpftool-btf.rst | 27 | **bpftool** **btf dump** *BTF_SRC* [**format** *FORMAT*] [**root_id** *ROOT_ID*] 31 | *FORMAT* := { **raw** | **c** [**unsorted**] } 46 bpftool btf dump *BTF_SRC* [format *FORMAT*] [root_id *ROOT_ID*]
|
/linux/arch/m68k/fpsp040/ |
H A D | sasin.S | 97 oril #0x3F800000,%d0 | ...+-1 IN SGL FORMAT
|
/linux/arch/m68k/kernel/ |
H A D | signal.c | 62 #define FORMAT 4 macro 65 #define FORMAT 0 macro 106 tregs->format = FORMAT; in fixup_exception()
|