Home
last modified time | relevance | path

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

/linux/drivers/mtd/nand/raw/
A Dsunxi_nand.c816 int raw_mode = 0; in sunxi_nfc_hw_ecc_read_chunk() local
868 raw_mode = 1; in sunxi_nfc_hw_ecc_read_chunk()
885 return raw_mode; in sunxi_nfc_hw_ecc_read_chunk()
923 int ret, i, raw_mode = 0; in sunxi_nfc_hw_ecc_read_chunks_dma() local
993 raw_mode = 1; in sunxi_nfc_hw_ecc_read_chunks_dma()
1028 raw_mode = 1; in sunxi_nfc_hw_ecc_read_chunks_dma()
1036 NULL, !raw_mode, in sunxi_nfc_hw_ecc_read_chunks_dma()
1110 bool raw_mode = false; in sunxi_nfc_hw_ecc_read_page() local
1131 raw_mode = true; in sunxi_nfc_hw_ecc_read_page()
1136 !raw_mode, page); in sunxi_nfc_hw_ecc_read_page()
/linux/drivers/tty/vt/
A Dkeyboard.c1390 bool raw_mode; in kbd_keycode() local
1412 raw_mode = (kbd->kbdmode == VC_RAW); in kbd_keycode()
1413 if (raw_mode && !hw_raw) in kbd_keycode()
1443 raw_mode = true; in kbd_keycode()
1487 if (down && !raw_mode) in kbd_keycode()
1509 if ((raw_mode || kbd->kbdmode == VC_OFF) && type != KT_SPEC && type != KT_SHIFT) in kbd_keycode()
/linux/drivers/staging/media/atomisp/pci/
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()
/linux/drivers/scsi/
A Dipr.c4684 len = snprintf(buf, PAGE_SIZE, "%d\n", res->raw_mode); in ipr_show_raw_mode()
4715 res->raw_mode = simple_strtoul(buf, NULL, 10); in ipr_store_raw_mode()
4719 res->raw_mode ? "enabled" : "disabled"); in ipr_store_raw_mode()
6494 if (res->raw_mode) { in ipr_erp_start()
6495 res->raw_mode = 0; in ipr_erp_start()
6649 if (res->raw_mode && ipr_is_af_dasd_device(res)) { in ipr_queuecommand()
A Dipr.h1296 u8 raw_mode:1; member
/linux/kernel/bpf/
A Dverifier.c245 bool raw_mode; member
4688 if (meta && meta->raw_mode) in check_stack_range_initialized()
4695 if (meta && meta->raw_mode) { in check_stack_range_initialized()
4773 meta && meta->raw_mode ? BPF_WRITE : in check_helper_mem_access()
4783 if (meta && meta->raw_mode) in check_helper_mem_access()
5313 meta->raw_mode = (arg_type == ARG_PTR_TO_UNINIT_MAP_VALUE); in check_func_arg()
5344 meta->raw_mode = (arg_type == ARG_PTR_TO_UNINIT_MEM); in check_func_arg()
/linux/drivers/net/wireless/ath/wil6210/
A Dwmi.h834 u8 raw_mode; member

Completed in 85 milliseconds