Home
last modified time | relevance | path

Searched refs:raw_mode (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/mach-uniphier/boot-device/
H A Dboot-device.c161 u32 raw_mode; in spl_boot_device() local
169 raw_mode = __uniphier_boot_device_raw(info); in spl_boot_device()
172 info->boot_device_fixup(raw_mode) : raw_mode; in spl_boot_device()
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dsunxi_nand.c816 int raw_mode = 0; in sunxi_nfc_hw_ecc_read_chunk() local
879 raw_mode = 1; in sunxi_nfc_hw_ecc_read_chunk()
901 return raw_mode; in sunxi_nfc_hw_ecc_read_chunk()
1013 bool raw_mode = false; in sunxi_nfc_hw_ecc_read_page() local
1030 raw_mode = true; in sunxi_nfc_hw_ecc_read_page()
1035 !raw_mode, page); in sunxi_nfc_hw_ecc_read_page()
1143 bool raw_mode = false; in sunxi_nfc_hw_syndrome_ecc_read_page() local
1159 raw_mode = true; in sunxi_nfc_hw_syndrome_ecc_read_page()
1164 !raw_mode, page); in sunxi_nfc_hw_syndrome_ecc_read_page()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dsunxi_nand.c805 int raw_mode = 0; in sunxi_nfc_hw_ecc_read_chunk() local
857 raw_mode = 1; in sunxi_nfc_hw_ecc_read_chunk()
874 return raw_mode; in sunxi_nfc_hw_ecc_read_chunk()
912 int ret, i, raw_mode = 0; in sunxi_nfc_hw_ecc_read_chunks_dma() local
977 raw_mode = 1; in sunxi_nfc_hw_ecc_read_chunks_dma()
1012 raw_mode = 1; in sunxi_nfc_hw_ecc_read_chunks_dma()
1020 NULL, !raw_mode, in sunxi_nfc_hw_ecc_read_chunks_dma()
1094 bool raw_mode = false; in sunxi_nfc_hw_ecc_read_page() local
1115 raw_mode = true; in sunxi_nfc_hw_ecc_read_page()
1120 !raw_mode, page); in sunxi_nfc_hw_ecc_read_page()
/OK3568_Linux_fs/kernel/drivers/tty/vt/
H A Dkeyboard.c1364 bool raw_mode; in kbd_keycode() local
1386 raw_mode = (kbd->kbdmode == VC_RAW); in kbd_keycode()
1387 if (raw_mode && !hw_raw) in kbd_keycode()
1417 raw_mode = true; in kbd_keycode()
1464 if (down && !raw_mode) in kbd_keycode()
1486 if ((raw_mode || kbd->kbdmode == VC_OFF) && type != KT_SPEC && type != KT_SHIFT) in kbd_keycode()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Datomisp_fops.c425 bool raw_mode = atomisp_is_mbuscode_raw( in atomisp_qbuffers_to_css() local
462 if (!raw_mode) in atomisp_qbuffers_to_css()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dverifier.c233 bool raw_mode; member
4050 if (meta && meta->raw_mode) in check_stack_range_initialized()
4057 if (meta && meta->raw_mode) { in check_stack_range_initialized()
4132 meta && meta->raw_mode ? BPF_WRITE : in check_helper_mem_access()
4142 if (meta && meta->raw_mode) in check_helper_mem_access()
4565 meta->raw_mode = (arg_type == ARG_PTR_TO_UNINIT_MAP_VALUE); in check_func_arg()
4590 meta->raw_mode = (arg_type == ARG_PTR_TO_UNINIT_MEM); in check_func_arg()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dipr.c4682 len = snprintf(buf, PAGE_SIZE, "%d\n", res->raw_mode); in ipr_show_raw_mode()
4713 res->raw_mode = simple_strtoul(buf, NULL, 10); in ipr_store_raw_mode()
4717 res->raw_mode ? "enabled" : "disabled"); in ipr_store_raw_mode()
6490 if (res->raw_mode) { in ipr_erp_start()
6491 res->raw_mode = 0; in ipr_erp_start()
6645 if (res->raw_mode && ipr_is_af_dasd_device(res)) { in ipr_queuecommand()
H A Dipr.h1295 u8 raw_mode:1; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/wil6210/
H A Dwmi.h834 u8 raw_mode; member