| /kernel/linux/linux-6.6/drivers/media/i2c/ccs/ |
| H A D | ccs-quirk.h | 31 * @write: Is this read (false) or write (true) access? 33 * @value: Register value, set by the caller on write, or 47 int (*reg_access)(struct ccs_sensor *sensor, bool write, u32 *reg,
|
| /kernel/linux/linux-6.6/drivers/media/platform/allegro-dvt/ |
| H A D | nal-rbsp.h | 47 extern struct nal_rbsp_ops write;
|
| /kernel/linux/linux-6.6/drivers/iio/pressure/ |
| H A D | mpl115_i2c.c | 35 .write = mpl115_i2c_write,
|
| /kernel/linux/linux-6.6/drivers/hwtracing/stm/ |
| H A D | p_basic.c | 30 .write = basic_write,
|
| /kernel/linux/linux-6.6/drivers/input/touchscreen/ |
| H A D | cyttsp4_i2c.c | 26 .write = cyttsp_i2c_write_block_data,
|
| H A D | cyttsp_i2c.c | 27 .write = cyttsp_i2c_write_block_data,
|
| /kernel/linux/linux-6.6/scripts/gdb/ |
| H A D | vmlinux-gdb.py | 22 gdb.write("NOTE: gdb 7.2 or later required for Linux helper scripts to "
|
| /kernel/linux/linux-6.6/tools/testing/selftests/exec/ |
| H A D | recursion-depth.c | 55 if (write(fd, S, strlen(S)) != strlen(S)) { in main() 56 fprintf(stderr, "error: write, errno %d\n", errno); in main()
|
| /kernel/linux/linux-6.6/sound/pci/au88x0/ |
| H A D | au88x0_mixer.c | 29 .write = vortex_codec_write, in snd_vortex_mixer()
|
| /kernel/linux/linux-6.6/sound/pci/ca0106/ |
| H A D | ca_midi.h | 45 void (*write)(struct snd_ca_midi *midi, int data, int idx); member
|
| /kernel/linux/linux-6.6/sound/soc/codecs/ |
| H A D | sigmadsp-regmap.c | 50 sigmadsp->write = sigmadsp_write_regmap; in devm_sigmadsp_init_regmap()
|
| /kernel/linux/linux-6.6/lib/zlib_inflate/ |
| H A D | inflate.h | 41 LIT, /* o: waiting for output space to write literal */ 88 unsigned write; /* window write index */ member
|
| /kernel/linux/linux-6.6/net/bpfilter/ |
| H A D | main.c | 48 n = write(1, &reply, sizeof(reply)); in loop()
|
| /kernel/linux/linux-6.6/tools/leds/ |
| H A D | uledmon.c | 43 ret = write(fd, &uleds_dev, sizeof(uleds_dev)); in main() 45 perror("Failed to write to /dev/uleds"); in main()
|
| /kernel/liteos_a/testsuites/unittest/extended/signal/smoke/ |
| H A D | It_ipc_fdisset_001.cpp | 42 ret = write(pipeFd[1], "Hello World", TAR_STR_LEN); in Testcase() 43 printf("write first status: %d\n", ret); in Testcase()
|
| /kernel/linux/linux-5.10/arch/arm64/include/asm/ |
| H A D | pgtable.h | 140 * write permission check). PROT_NONE mappings do not have the PTE_VALID bit 143 #define pte_access_permitted(pte, write) \ 144 (pte_valid_user(pte) && (!(write) || pte_write(pte))) 145 #define pmd_access_permitted(pmd, write) \ 146 (pte_access_permitted(pmd_pte(pmd), (write))) 147 #define pud_access_permitted(pud, write) \ 148 (pte_access_permitted(pud_pte(pud), (write))) 501 * requires strict alignment and can also force write responses to come from the
|
| /kernel/linux/linux-5.10/drivers/char/ |
| H A D | mem.c | 342 /* permit direct mmap, for read, write or exec */ 910 .write = write_mem, 922 .write = write_kmem, 934 .write = write_null, 943 .write = write_port, 949 .write = write_zero, 963 .write = write_full,
|
| /kernel/linux/linux-5.10/fs/debugfs/ |
| H A D | file.c | 43 .write = default_write_file, 151 * We also need to exclude any file that has ways to write or alter it as root 244 FULL_PROXY_FUNC(write, ssize_t, filp, 299 if (real_fops->write) in __full_proxy_fops_init() 300 proxy_fops->write = full_proxy_write; in __full_proxy_fops_init() 426 /* if there are no write bits set, make read only */ in debugfs_create_mode_unsafe() 430 /* if there are no read bits set, make write only */ in debugfs_create_mode_unsafe() 453 * debugfs_create_u8 - create a debugfs file that is used to read and write an unsigned 8-bit value 459 * @value: a pointer to the variable that the file should read to and write 489 * debugfs_create_u16 - create a debugfs file that is used to read and write a [all...] |
| /kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
| H A D | res_func.S | 65 | ;write the tag & fpte15 to the fstack 126 | No write is done, so simply rts. 164 bne wr_etemp |if either, simply write it 174 bne wr_etemp |if either, simply write it 181 | is double or single, round the result before the write. 186 bne wr_etemp |if not norm, simply write it 193 | nan or inf as the input; if so, simply write it to FPn. Use the 199 beq cu_wrexn |if so, just write result 358 | ;write the new tag & ete15 to the fstack 429 | No write i [all...] |
| /kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
| H A D | res_func.S | 65 | ;write the tag & fpte15 to the fstack 126 | No write is done, so simply rts. 164 bne wr_etemp |if either, simply write it 174 bne wr_etemp |if either, simply write it 181 | is double or single, round the result before the write. 186 bne wr_etemp |if not norm, simply write it 193 | nan or inf as the input; if so, simply write it to FPn. Use the 199 beq cu_wrexn |if so, just write result 358 | ;write the new tag & ete15 to the fstack 429 | No write i [all...] |
| /kernel/linux/linux-5.10/arch/m68k/mm/ |
| H A D | mcfmmu.c | 86 int cf_tlb_miss(struct pt_regs *regs, int write, int dtlb, int extension_word) in cf_tlb_miss() argument 139 if (write) { in cf_tlb_miss()
|
| /kernel/linux/linux-5.10/arch/alpha/kernel/ |
| H A D | srmcons.c | 201 .write = srmcons_write, 272 .write = srm_console_write,
|
| /kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
| H A D | mmu_context.h | 270 bool arch_vma_access_permitted(struct vm_area_struct *vma, bool write, 275 bool write, bool execute, bool foreign)
|
| /kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/ |
| H A D | pgtable.h | 22 * set breakpoints anywhere, so don't write protect the kernel text 102 static inline bool pte_access_permitted(pte_t pte, bool write) in pte_access_permitted() argument 111 if (write && !pte_write(pte)) in pte_access_permitted()
|
| /kernel/linux/linux-5.10/arch/powerpc/boot/ |
| H A D | stdio.c | 351 if (console_ops.write) in printf() 352 console_ops.write(sprint_buf, n); in printf()
|