Searched refs:add_flags (Results 1 – 11 of 11) sorted by relevance
| /drivers/mtd/parsers/ |
| A D | cmdlinepart.c | 87 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 D | ofpart_core.c | 167 parts[i].add_flags |= MTD_SLC_ON_MLC_EMULATION; in parse_fixed_partitions()
|
| /drivers/usb/cdns3/ |
| A D | cdnsp-gadget.c | 477 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 D | cdnsp-gadget.h | 727 __le32 add_flags; member
|
| /drivers/usb/host/ |
| A D | xhci.c | 1589 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 D | xhci-trace.h | 468 __entry->add = le32_to_cpu(ctrl_ctx->add_flags);
|
| A D | xhci-ring.c | 1618 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 D | xhci.h | 515 __le32 add_flags; member 520 (le32_to_cpu(ctrl_ctx->add_flags) & (1 << (i + 1)))
|
| /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 | 115 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 D | mtdpart.c | 69 child->part.flags |= part->add_flags; in allocate_partition()
|
Completed in 54 milliseconds