/linux/arch/x86/tools/ |
A D | gen-insn-attr-x86.awk | 229 function add_flags(old,new) { function 251 imm = add_flags(imm, "INAT_SCNDIMM") 257 return add_flags(imm, mod) 315 flags = add_flags(flags, "INAT_FORCE64") 323 flags = add_flags(flags, "INAT_MODRM") 331 flags = add_flags(flags, "INAT_VEXOK") 343 lptable1[idx] = add_flags(lptable1[idx],flags) 347 lptable2[idx] = add_flags(lptable2[idx],flags) 351 lptable3[idx] = add_flags(lptable3[idx],flags) 355 table[idx] = add_flags(table[idx],flags) [all …]
|
/linux/tools/arch/x86/tools/ |
A D | gen-insn-attr-x86.awk | 229 function add_flags(old,new) { function 251 imm = add_flags(imm, "INAT_SCNDIMM") 257 return add_flags(imm, mod) 315 flags = add_flags(flags, "INAT_FORCE64") 323 flags = add_flags(flags, "INAT_MODRM") 331 flags = add_flags(flags, "INAT_VEXOK") 343 lptable1[idx] = add_flags(lptable1[idx],flags) 347 lptable2[idx] = add_flags(lptable2[idx],flags) 351 lptable3[idx] = add_flags(lptable3[idx],flags) 355 table[idx] = add_flags(table[idx],flags) [all …]
|
/linux/drivers/mtd/parsers/ |
A D | cmdlinepart.c | 95 unsigned int mask_flags, add_flags; in newpart() local 112 add_flags = 0; in newpart() 158 add_flags |= MTD_SLC_ON_MLC_EMULATION; in newpart() 194 parts[this_part].add_flags = add_flags; in newpart()
|
A D | ofpart_core.c | 148 parts[i].add_flags |= MTD_SLC_ON_MLC_EMULATION; in parse_fixed_partitions()
|
/linux/sound/pci/ice1712/ |
A D | revo.c | 241 .add_flags = VT1724_REVO_CCLK, /* high at init */ 263 .add_flags = VT1724_REVO_CCLK, /* high at init */ 284 .add_flags = VT1724_REVO_CCLK, /* high at init */ 302 .add_flags = VT1724_REVO_CCLK, /* high at init */ 352 .add_flags = VT1724_REVO_CCLK, /* high at init */
|
A D | delta.c | 451 .add_flags = ICE1712_DELTA_AP_CS_DIGITAL, 472 .add_flags = ICE1712_DELTA_AP_CS_DIGITAL, 494 .add_flags = 0, 516 .add_flags = 0, 539 .add_flags = 0, 561 .add_flags = 0,
|
A D | ak4xxx.c | 54 tmp |= priv->add_flags; in snd_ice1712_akm4xxx_write()
|
A D | ews.c | 351 .add_flags = ICE1712_EWS88_RW, /* set rw bit high */ 372 .add_flags = ICE1712_EWS88_RW, /* set rw bit high */ 393 .add_flags = ICE1712_6FIRE_RW, /* set rw bit high */
|
A D | hoontech.c | 295 .add_flags = 0, in snd_ice1712_value_init()
|
A D | ice1712.h | 259 unsigned int add_flags; /* additional bits at init */ member
|
A D | phase.c | 105 .add_flags = 1 << 3,
|
/linux/fs/ |
A D | dcache.c | 1937 unsigned add_flags = DCACHE_REGULAR_TYPE; in d_flags_for_inode() local 1943 add_flags = DCACHE_DIRECTORY_TYPE; in d_flags_for_inode() 1946 add_flags = DCACHE_AUTODIR_TYPE; in d_flags_for_inode() 1955 add_flags = DCACHE_SYMLINK_TYPE; in d_flags_for_inode() 1962 add_flags = DCACHE_SPECIAL_TYPE; in d_flags_for_inode() 1966 add_flags |= DCACHE_NEED_AUTOMOUNT; in d_flags_for_inode() 1967 return add_flags; in d_flags_for_inode() 1972 unsigned add_flags = d_flags_for_inode(inode); in __d_instantiate() local 2058 unsigned add_flags; in __d_instantiate_anon() local 2070 add_flags = d_flags_for_inode(inode); in __d_instantiate_anon() [all …]
|
/linux/drivers/usb/cdns3/ |
A D | cdnsp-gadget.c | 455 ctrl_ctx->add_flags = 0; in cdnsp_zero_in_ctx() 651 if (ctrl_ctx->add_flags == 0 && ctrl_ctx->drop_flags == 0) in cdnsp_update_eps_configuration() 654 ctrl_ctx->add_flags |= cpu_to_le32(SLOT_FLAG); in cdnsp_update_eps_configuration() 655 ctrl_ctx->add_flags &= cpu_to_le32(~EP0_FLAG); in cdnsp_update_eps_configuration() 664 (ctrl_ctx->add_flags & le32) || i == 1) { in cdnsp_update_eps_configuration() 673 if ((ctrl_ctx->add_flags != cpu_to_le32(SLOT_FLAG) && in cdnsp_update_eps_configuration() 891 ctrl_ctx->add_flags = cpu_to_le32(SLOT_FLAG | EP0_FLAG); in cdnsp_setup_device() 903 ctrl_ctx->add_flags = 0; in cdnsp_setup_device() 985 ctrl_ctx->add_flags = cpu_to_le32(added_ctxs); in cdnsp_gadget_ep_enable() 1048 ctrl_ctx->add_flags = 0; in cdnsp_gadget_ep_disable()
|
A D | cdnsp-gadget.h | 720 __le32 add_flags; member
|
/linux/drivers/usb/host/ |
A D | xhci.c | 1576 ctrl_ctx->add_flags = cpu_to_le32(EP0_FLAG); in xhci_check_maxpacket() 1585 ctrl_ctx->add_flags = cpu_to_le32(SLOT_FLAG); in xhci_check_maxpacket() 1928 ctrl_ctx->add_flags &= cpu_to_le32(~drop_flag); in xhci_drop_endpoint() 2078 ctrl_ctx->add_flags = 0; in xhci_zero_in_ctx() 3028 ctrl_ctx->add_flags |= cpu_to_le32(SLOT_FLAG); in xhci_check_bandwidth() 3029 ctrl_ctx->add_flags &= cpu_to_le32(~EP0_FLAG); in xhci_check_bandwidth() 3121 u32 add_flags, u32 drop_flags) in xhci_setup_input_ctx_for_config_ep() argument 3123 ctrl_ctx->add_flags = cpu_to_le32(add_flags); in xhci_setup_input_ctx_for_config_ep() 3126 ctrl_ctx->add_flags |= cpu_to_le32(SLOT_FLAG); in xhci_setup_input_ctx_for_config_ep() 4292 ctrl_ctx->add_flags = 0; in xhci_setup_device() [all …]
|
A D | xhci-ring.c | 1538 u32 add_flags, drop_flags; in xhci_handle_cmd_config_ep() local 1557 add_flags = le32_to_cpu(ctrl_ctx->add_flags); in xhci_handle_cmd_config_ep() 1560 ep_index = xhci_last_valid_endpoint(add_flags) - 1; in xhci_handle_cmd_config_ep() 1573 add_flags - SLOT_FLAG == drop_flags) { in xhci_handle_cmd_config_ep()
|
A D | xhci-trace.h | 440 __entry->add = le32_to_cpu(ctrl_ctx->add_flags);
|
A D | xhci.h | 791 __le32 add_flags; member 796 (le32_to_cpu(ctrl_ctx->add_flags) & (1 << (i + 1)))
|
/linux/include/linux/mtd/ |
A D | partitions.h | 52 uint32_t add_flags; /* flags to add to the partition */ member
|
/linux/drivers/scsi/qla2xxx/ |
A D | qla_target.h | 408 uint8_t add_flags; member 511 uint8_t add_flags; /* additional flags */ member
|
A D | qla_target.c | 122 uint32_t add_flags, uint16_t resp_code, int resp_code_valid, 1718 uint32_t add_flags, uint16_t resp_code, int resp_code_valid, in qlt_send_notify_ack() argument 3257 pkt->add_flags |= CTIO_CRC2_AF_DIF_DSD_ENA; in qlt_build_ctio_crc2_pkt() 5287 uint32_t add_flags = 0; in qlt_handle_imm_notify() local 5410 qlt_send_notify_ack(ha->base_qpair, iocb, add_flags, 0, 0, 0, in qlt_handle_imm_notify()
|
/linux/drivers/mtd/ |
A D | mtdpart.c | 62 child->part.flags |= part->add_flags; in allocate_partition()
|