Home
last modified time | relevance | path

Searched refs:write_only (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c220 static void v4l_print_querycap(const void *arg, bool write_only) in v4l_print_querycap() argument
231 static void v4l_print_enuminput(const void *arg, bool write_only) in v4l_print_enuminput() argument
241 static void v4l_print_enumoutput(const void *arg, bool write_only) in v4l_print_enumoutput() argument
250 static void v4l_print_audio(const void *arg, bool write_only) in v4l_print_audio() argument
254 if (write_only) in v4l_print_audio()
262 static void v4l_print_audioout(const void *arg, bool write_only) in v4l_print_audioout() argument
266 if (write_only) in v4l_print_audioout()
274 static void v4l_print_fmtdesc(const void *arg, bool write_only) in v4l_print_fmtdesc() argument
288 static void v4l_print_format(const void *arg, bool write_only) in v4l_print_format() argument
392 static void v4l_print_framebuffer(const void *arg, bool write_only) in v4l_print_framebuffer() argument
[all …]
/OK3568_Linux_fs/kernel/drivers/i2c/muxes/
H A Di2c-mux-reg.c40 if (!mux->data.write_only) in i2c_mux_reg_set()
48 if (!mux->data.write_only) in i2c_mux_reg_set()
53 if (!mux->data.write_only) in i2c_mux_reg_set()
121 mux->data.write_only = of_property_read_bool(np, "write-only"); in i2c_mux_reg_probe_dt()
/OK3568_Linux_fs/kernel/drivers/platform/x86/intel_speed_select_if/
H A Disst_if_mmio.c35 static long isst_if_mmio_rd_wr(u8 *cmd_ptr, int *write_only, int resume) in isst_if_mmio_rd_wr() argument
63 *write_only = 1; in isst_if_mmio_rd_wr()
66 *write_only = 0; in isst_if_mmio_rd_wr()
H A Disst_if_common.c375 static long isst_if_proc_phyid_req(u8 *cmd_ptr, int *write_only, int resume) in isst_if_proc_phyid_req() argument
384 *write_only = 0; in isst_if_proc_phyid_req()
402 static long isst_if_msr_cmd_req(u8 *cmd_ptr, int *write_only, int resume) in isst_if_msr_cmd_req() argument
422 *write_only = 1; in isst_if_msr_cmd_req()
434 *write_only = 0; in isst_if_msr_cmd_req()
H A Disst_if_mbox_msr.c106 static long isst_if_mbox_proc_cmd(u8 *cmd_ptr, int *write_only, int resume) in isst_if_mbox_proc_cmd() argument
138 *write_only = 0; in isst_if_mbox_proc_cmd()
H A Disst_if_mbox_pci.c117 static long isst_if_mbox_proc_cmd(u8 *cmd_ptr, int *write_only, int resume) in isst_if_mbox_proc_cmd() argument
156 *write_only = 0; in isst_if_mbox_proc_cmd()
H A Disst_if_common.h60 long (*cmd_callback)(u8 *ptr, int *write_only, int resume);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/tiny/
H A Dst7735r.c49 unsigned int write_only:1; member
145 .write_only = true,
232 if (cfg->write_only) in st7735r_probe()
/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Di2c-mux-reg.h32 bool write_only; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dattribs.h237 enum access_mode { read_only, write_only, read_write }; enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dattribs.h237 enum access_mode { read_only, write_only, read_write }; enumerator
/OK3568_Linux_fs/kernel/drivers/staging/fwserial/
H A Dfwserial.h265 write_only:1, member
H A Dfwserial.c537 if (port->write_only) { in fwtty_rx()
963 port->write_only = !C_CREAD(tty); in set_termios()
/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Dmlx-platform.c271 .write_only = 1,
279 .write_only = 1,
297 .write_only = 1,
305 .write_only = 1,
313 .write_only = 1,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgcc.info31373 'read_write', or 'write_only'. The remaining two are positional
31414 The 'write_only' access mode applies to arguments of pointer types
31418 initialized. An example of the use of the 'write_only' access mode
31422 … __attribute__ ((access (write_only, 1), access (read_only, 2))) char* strcpy (char*, const char*);
31423 … __attribute__ ((access (write_only, 1, 2), access (read_write, 3))) int fgets (char*, int, FILE*);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgcc.info31373 'read_write', or 'write_only'. The remaining two are positional
31414 The 'write_only' access mode applies to arguments of pointer types
31418 initialized. An example of the use of the 'write_only' access mode
31422 … __attribute__ ((access (write_only, 1), access (read_only, 2))) char* strcpy (char*, const char*);
31423 … __attribute__ ((access (write_only, 1, 2), access (read_write, 3))) int fgets (char*, int, FILE*);