Home
last modified time | relevance | path

Searched refs:add_flags (Results 1 – 11 of 11) sorted by relevance

/drivers/mtd/parsers/
A Dcmdlinepart.c87 unsigned int mask_flags, add_flags; in newpart() local
104 add_flags = 0; in newpart()
150 add_flags |= MTD_SLC_ON_MLC_EMULATION; in newpart()
186 parts[this_part].add_flags = add_flags; in newpart()
A Dofpart_core.c167 parts[i].add_flags |= MTD_SLC_ON_MLC_EMULATION; in parse_fixed_partitions()
/drivers/usb/cdns3/
A Dcdnsp-gadget.c477 ctrl_ctx->add_flags = 0; in cdnsp_zero_in_ctx()
685 if (ctrl_ctx->add_flags == 0 && ctrl_ctx->drop_flags == 0) in cdnsp_update_eps_configuration()
688 ctrl_ctx->add_flags |= cpu_to_le32(SLOT_FLAG); in cdnsp_update_eps_configuration()
689 ctrl_ctx->add_flags &= cpu_to_le32(~EP0_FLAG); in cdnsp_update_eps_configuration()
698 (ctrl_ctx->add_flags & le32) || i == 1) { in cdnsp_update_eps_configuration()
707 if ((ctrl_ctx->add_flags != cpu_to_le32(SLOT_FLAG) && in cdnsp_update_eps_configuration()
925 ctrl_ctx->add_flags = cpu_to_le32(SLOT_FLAG | EP0_FLAG); in cdnsp_setup_device()
937 ctrl_ctx->add_flags = 0; in cdnsp_setup_device()
1019 ctrl_ctx->add_flags = cpu_to_le32(added_ctxs); in cdnsp_gadget_ep_enable()
1080 ctrl_ctx->add_flags = 0; in cdnsp_gadget_ep_disable()
A Dcdnsp-gadget.h727 __le32 add_flags; member
/drivers/usb/host/
A Dxhci.c1589 ctrl_ctx->add_flags = cpu_to_le32(EP0_FLAG); in xhci_check_ep0_maxpacket()
1595 ctrl_ctx->add_flags = cpu_to_le32(SLOT_FLAG); in xhci_check_ep0_maxpacket()
1947 ctrl_ctx->add_flags &= cpu_to_le32(~drop_flag); in xhci_drop_endpoint()
2051 ctrl_ctx->add_flags |= cpu_to_le32(added_ctxs); in xhci_add_endpoint()
2097 ctrl_ctx->add_flags = 0; in xhci_zero_in_ctx()
3083 ctrl_ctx->add_flags |= cpu_to_le32(SLOT_FLAG); in xhci_check_bandwidth()
3084 ctrl_ctx->add_flags &= cpu_to_le32(~EP0_FLAG); in xhci_check_bandwidth()
3212 u32 add_flags, u32 drop_flags) in xhci_setup_input_ctx_for_config_ep() argument
3214 ctrl_ctx->add_flags = cpu_to_le32(add_flags); in xhci_setup_input_ctx_for_config_ep()
3217 ctrl_ctx->add_flags |= cpu_to_le32(SLOT_FLAG); in xhci_setup_input_ctx_for_config_ep()
[all …]
A Dxhci-trace.h468 __entry->add = le32_to_cpu(ctrl_ctx->add_flags);
A Dxhci-ring.c1618 u32 add_flags; in xhci_handle_cmd_config_ep() local
1634 add_flags = le32_to_cpu(ctrl_ctx->add_flags); in xhci_handle_cmd_config_ep()
1637 ep_index = xhci_last_valid_endpoint(add_flags) - 1; in xhci_handle_cmd_config_ep()
A Dxhci.h515 __le32 add_flags; member
520 (le32_to_cpu(ctrl_ctx->add_flags) & (1 << (i + 1)))
/drivers/scsi/qla2xxx/
A Dqla_target.h408 uint8_t add_flags; member
511 uint8_t add_flags; /* additional flags */ member
A Dqla_target.c115 uint32_t add_flags, uint16_t resp_code, int resp_code_valid,
1661 uint32_t add_flags, uint16_t resp_code, int resp_code_valid, in qlt_send_notify_ack() argument
3191 pkt->add_flags |= CTIO_CRC2_AF_DIF_DSD_ENA; in qlt_build_ctio_crc2_pkt()
5213 uint32_t add_flags = 0; in qlt_handle_imm_notify() local
5336 qlt_send_notify_ack(ha->base_qpair, iocb, add_flags, 0, 0, 0, in qlt_handle_imm_notify()
/drivers/mtd/
A Dmtdpart.c69 child->part.flags |= part->add_flags; in allocate_partition()

Completed in 54 milliseconds