Home
last modified time | relevance | path

Searched refs:write (Results 926 - 950 of 5085) sorted by relevance

1...<<31323334353637383940>>...204

/kernel/linux/linux-6.6/drivers/media/i2c/ccs/
H A Dccs-quirk.h31 * @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 Dnal-rbsp.h47 extern struct nal_rbsp_ops write;
/kernel/linux/linux-6.6/drivers/iio/pressure/
H A Dmpl115_i2c.c35 .write = mpl115_i2c_write,
/kernel/linux/linux-6.6/drivers/hwtracing/stm/
H A Dp_basic.c30 .write = basic_write,
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Dcyttsp4_i2c.c26 .write = cyttsp_i2c_write_block_data,
H A Dcyttsp_i2c.c27 .write = cyttsp_i2c_write_block_data,
/kernel/linux/linux-6.6/scripts/gdb/
H A Dvmlinux-gdb.py22 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 Drecursion-depth.c55 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 Dau88x0_mixer.c29 .write = vortex_codec_write, in snd_vortex_mixer()
/kernel/linux/linux-6.6/sound/pci/ca0106/
H A Dca_midi.h45 void (*write)(struct snd_ca_midi *midi, int data, int idx); member
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dsigmadsp-regmap.c50 sigmadsp->write = sigmadsp_write_regmap; in devm_sigmadsp_init_regmap()
/kernel/linux/linux-6.6/lib/zlib_inflate/
H A Dinflate.h41 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 Dmain.c48 n = write(1, &reply, sizeof(reply)); in loop()
/kernel/linux/linux-6.6/tools/leds/
H A Duledmon.c43 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 DIt_ipc_fdisset_001.cpp42 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 Dpgtable.h140 * 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 Dmem.c342 /* 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 Dfile.c43 .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 Dres_func.S65 | ;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 Dres_func.S65 | ;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 Dmcfmmu.c86 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 Dsrmcons.c201 .write = srmcons_write,
272 .write = srm_console_write,
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dmmu_context.h270 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 Dpgtable.h22 * 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 Dstdio.c351 if (console_ops.write) in printf()
352 console_ops.write(sprint_buf, n); in printf()

Completed in 14 milliseconds

1...<<31323334353637383940>>...204