Searched refs:raw_mode (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/drivers/mtd/nand/raw/ |
D | sunxi_nand.c | 805 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()
|
/Linux-v5.4/drivers/tty/vt/ |
D | keyboard.c | 1352 bool raw_mode; in kbd_keycode() local 1374 raw_mode = (kbd->kbdmode == VC_RAW); in kbd_keycode() 1375 if (raw_mode && !hw_raw) in kbd_keycode() 1405 raw_mode = true; in kbd_keycode() 1452 if (down && !raw_mode) in kbd_keycode() 1474 if ((raw_mode || kbd->kbdmode == VC_OFF) && type != KT_SPEC && type != KT_SHIFT) in kbd_keycode()
|
/Linux-v5.4/kernel/bpf/ |
D | verifier.c | 200 bool raw_mode; member 3008 if (meta && meta->raw_mode) in check_stack_boundary() 3035 if (meta && meta->raw_mode) { in check_stack_boundary() 3100 meta && meta->raw_mode ? BPF_WRITE : in check_helper_mem_access() 3325 meta->raw_mode = arg_type == ARG_PTR_TO_UNINIT_MEM; in check_func_arg() 3369 meta->raw_mode = (arg_type == ARG_PTR_TO_UNINIT_MAP_VALUE); in check_func_arg()
|
/Linux-v5.4/drivers/scsi/ |
D | ipr.c | 4670 len = snprintf(buf, PAGE_SIZE, "%d\n", res->raw_mode); in ipr_show_raw_mode() 4699 res->raw_mode = simple_strtoul(buf, NULL, 10); in ipr_store_raw_mode() 4703 res->raw_mode ? "enabled" : "disabled"); in ipr_store_raw_mode() 6476 if (res->raw_mode) { in ipr_erp_start() 6477 res->raw_mode = 0; in ipr_erp_start() 6631 if (res->raw_mode && ipr_is_af_dasd_device(res)) { in ipr_queuecommand()
|
D | ipr.h | 1295 u8 raw_mode:1; member
|
/Linux-v5.4/drivers/net/wireless/ath/wil6210/ |
D | wmi.h | 844 u8 raw_mode; member
|