Searched refs:raw_mode (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/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.10/drivers/tty/vt/ |
D | keyboard.c | 1364 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()
|
/Linux-v5.10/drivers/staging/media/atomisp/pci/ |
D | atomisp_fops.c | 422 bool raw_mode = atomisp_is_mbuscode_raw( in atomisp_qbuffers_to_css() local 459 if (!raw_mode) in atomisp_qbuffers_to_css()
|
/Linux-v5.10/kernel/bpf/ |
D | verifier.c | 233 bool raw_mode; member 3706 if (meta && meta->raw_mode) in check_stack_boundary() 3733 if (meta && meta->raw_mode) { in check_stack_boundary() 3803 meta && meta->raw_mode ? BPF_WRITE : in check_helper_mem_access() 3813 if (meta && meta->raw_mode) in check_helper_mem_access() 4234 meta->raw_mode = (arg_type == ARG_PTR_TO_UNINIT_MAP_VALUE); in check_func_arg() 4259 meta->raw_mode = (arg_type == ARG_PTR_TO_UNINIT_MEM); in check_func_arg()
|
/Linux-v5.10/drivers/scsi/ |
D | ipr.c | 4682 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()
|
D | ipr.h | 1295 u8 raw_mode:1; member
|
/Linux-v5.10/drivers/net/wireless/ath/wil6210/ |
D | wmi.h | 834 u8 raw_mode; member
|