| /OK3568_Linux_fs/kernel/drivers/media/v4l2-core/ |
| H A D | v4l2-ioctl.c | 220 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 D | i2c-mux-reg.c | 40 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 D | isst_if_mmio.c | 35 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 D | isst_if_common.c | 375 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 D | isst_if_mbox_msr.c | 106 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 D | isst_if_mbox_pci.c | 117 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 D | isst_if_common.h | 60 long (*cmd_callback)(u8 *ptr, int *write_only, int resume);
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/tiny/ |
| H A D | st7735r.c | 49 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 D | i2c-mux-reg.h | 32 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 D | attribs.h | 237 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 D | attribs.h | 237 enum access_mode { read_only, write_only, read_write }; enumerator
|
| /OK3568_Linux_fs/kernel/drivers/staging/fwserial/ |
| H A D | fwserial.h | 265 write_only:1, member
|
| H A D | fwserial.c | 537 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 D | mlx-platform.c | 271 .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 D | gcc.info | 31373 '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 D | gcc.info | 31373 '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*);
|