| /linux/drivers/mtd/spi-nor/controllers/ |
| A D | hisi-sfc.c | 113 enum hifmc_iftype if_type; in hisi_spi_nor_get_if_type() local 117 if_type = IF_TYPE_DUAL; in hisi_spi_nor_get_if_type() 120 if_type = IF_TYPE_DIO; in hisi_spi_nor_get_if_type() 123 if_type = IF_TYPE_QUAD; in hisi_spi_nor_get_if_type() 126 if_type = IF_TYPE_QIO; in hisi_spi_nor_get_if_type() 130 if_type = IF_TYPE_STD; in hisi_spi_nor_get_if_type() 134 return if_type; in hisi_spi_nor_get_if_type() 234 u8 if_type = 0; in hisi_spi_nor_dma_transfer() local 250 if_type = hisi_spi_nor_get_if_type(nor->read_proto); in hisi_spi_nor_dma_transfer() 252 if_type = hisi_spi_nor_get_if_type(nor->write_proto); in hisi_spi_nor_dma_transfer() [all …]
|
| /linux/drivers/perf/ |
| A D | arm-cci.c | 333 int if_type; in cci400_validate_hw_event() local 348 if_type = CCI_IF_SLAVE; in cci400_validate_hw_event() 354 if_type = CCI_IF_MASTER; in cci400_validate_hw_event() 541 int if_type; in cci500_validate_hw_event() local 554 if_type = CCI_IF_SLAVE; in cci500_validate_hw_event() 562 if_type = CCI_IF_MASTER; in cci500_validate_hw_event() 565 if_type = CCI_IF_GLOBAL; in cci500_validate_hw_event() 592 int if_type; in cci550_validate_hw_event() local 605 if_type = CCI_IF_SLAVE; in cci550_validate_hw_event() 614 if_type = CCI_IF_MASTER; in cci550_validate_hw_event() [all …]
|
| /linux/drivers/gpu/drm/sprd/ |
| A D | sprd_dpu.c | 386 if (ctx->if_type == SPRD_DPU_IF_EDPI) in sprd_dpu_flip() 390 if (ctx->if_type == SPRD_DPU_IF_DPI) { in sprd_dpu_flip() 397 } else if (ctx->if_type == SPRD_DPU_IF_EDPI) { in sprd_dpu_flip() 417 if (ctx->if_type == SPRD_DPU_IF_DPI) { in sprd_dpu_init() 435 } else if (ctx->if_type == SPRD_DPU_IF_EDPI) { in sprd_dpu_init() 470 if (ctx->if_type == SPRD_DPU_IF_DPI) { in sprd_dpi_init() 497 if (ctx->if_type == SPRD_DPU_IF_DPI) in sprd_dpu_stop() 630 dpu->ctx.if_type = SPRD_DPU_IF_DPI; in sprd_crtc_mode_set_nofb() 632 dpu->ctx.if_type = SPRD_DPU_IF_EDPI; in sprd_crtc_mode_set_nofb()
|
| A D | sprd_dpu.h | 48 u8 if_type; member
|
| /linux/net/vmw_vsock/ |
| A D | hyperv_transport.c | 297 guid_t *if_instance, *if_type; in hvs_open_connection() local 309 if_type = &chan->offermsg.offer.if_type; in hvs_open_connection() 312 if (!is_valid_srv_id(if_type)) in hvs_open_connection() 315 hvs_addr_init(&addr, conn_from_host ? if_type : if_instance); in hvs_open_connection() 336 hvs_addr_init(&vnew->local_addr, if_type); in hvs_open_connection() 415 hvs_new->vm_srv_id = *if_type; in hvs_open_connection()
|
| /linux/drivers/media/platform/ti/am437x/ |
| A D | am437x-vpfe.c | 357 if (ccdc->ccdc_cfg.if_type != VPFE_RAW_BAYER) in vpfe_ccdc_set_params() 596 if (ccdc->ccdc_cfg.if_type == VPFE_RAW_BAYER) in vpfe_ccdc_set_buftype() 606 if (ccdc->ccdc_cfg.if_type == VPFE_RAW_BAYER) in vpfe_ccdc_get_buftype() 698 if (ccdc->ccdc_cfg.if_type == VPFE_RAW_BAYER) in vpfe_ccdc_get_image_window() 706 if (ccdc->ccdc_cfg.if_type == VPFE_RAW_BAYER) in vpfe_ccdc_get_line_length() 748 ccdc->ccdc_cfg.if_type = params->if_type; in vpfe_ccdc_set_hw_if_params() 750 switch (params->if_type) { in vpfe_ccdc_set_hw_if_params() 827 ccdc->ccdc_cfg.if_type = VPFE_RAW_BAYER; in vpfe_ccdc_config_defaults() 2329 &sdinfo->vpfe_param.if_type); in vpfe_get_pdata() 2330 if (sdinfo->vpfe_param.if_type < 0 || in vpfe_get_pdata() [all …]
|
| A D | am437x-vpfe.h | 48 enum vpfe_hw_if_type if_type; member 192 enum vpfe_hw_if_type if_type; member
|
| /linux/arch/arm/mach-davinci/ |
| A D | pdata-quirks.c | 87 .if_type = VPIF_IF_BT656, 97 .if_type = VPIF_IF_BT656,
|
| /linux/drivers/hv/ |
| A D | hv_trace.h | 37 __array(char, if_type, 16) 47 export_guid(__entry->if_type, &offer->offer.if_type); 58 __entry->if_type, __entry->if_instance,
|
| A D | channel_mgmt.c | 203 const guid_t *guid = &channel->offermsg.offer.if_type; in hv_get_dev_type() 534 &newchannel->offermsg.offer.if_type, in vmbus_add_channel_work() 624 if (guid_equal(&channel->offermsg.offer.if_type, in vmbus_process_offer() 625 &newchannel->offermsg.offer.if_type) && in vmbus_process_offer() 1009 const guid_t *guid = &offer->offer.if_type; in vmbus_is_valid_offer()
|
| /linux/include/media/davinci/ |
| A D | vpfe_types.h | 32 enum vpfe_hw_if_type if_type; member
|
| A D | vpif_types.h | 20 enum vpif_if_type if_type; member
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| A D | p2p.h | 151 enum brcmf_fil_p2p_if_types if_type);
|
| /linux/drivers/net/ethernet/broadcom/ |
| A D | cnic.c | 3197 if (if_type == CNIC_ULP_ISCSI) in cnic_ulp_stop_one() 3211 ulp_ops->cnic_stop(cp->ulp_handle[if_type]); in cnic_ulp_stop_one() 3219 int if_type; in cnic_ulp_stop() local 3221 for (if_type = 0; if_type < MAX_CNIC_ULP_TYPE; if_type++) in cnic_ulp_stop() 3222 cnic_ulp_stop_one(cp, if_type); in cnic_ulp_stop() 3228 int if_type; in cnic_ulp_start() local 3230 for (if_type = 0; if_type < MAX_CNIC_ULP_TYPE; if_type++) { in cnic_ulp_start() 3244 ulp_ops->cnic_start(cp->ulp_handle[if_type]); in cnic_ulp_start() 5661 int if_type; in cnic_rcv_netevent() local 5663 for (if_type = 0; if_type < MAX_CNIC_ULP_TYPE; if_type++) { in cnic_rcv_netevent() [all …]
|
| /linux/drivers/scsi/lpfc/ |
| A D | lpfc_init.c | 1983 uint32_t if_type; in lpfc_handle_eratt_s4() local 2005 switch (if_type) { in lpfc_handle_eratt_s4() 4702 u8 if_type; in lpfc_create_port() local 7935 u32 if_type; in lpfc_sli4_driver_resource_setup() local 9435 uint32_t if_type; in lpfc_sli4_post_status_check() local 9577 switch (if_type) { in lpfc_sli4_bar0_register_memmap() 9651 if_type); in lpfc_sli4_bar0_register_memmap() 9695 if_type); in lpfc_sli4_bar1_register_memmap() 11841 uint32_t if_type; in lpfc_sli4_pci_mem_setup() local 12055 uint32_t if_type; in lpfc_sli4_pci_mem_unset() local [all …]
|
| A D | lpfc_attr.c | 959 uint32_t if_type; in lpfc_fwrev_show() local 965 if_type = phba->sli4_hba.pc_sli4_params.if_type; in lpfc_fwrev_show() 973 fwrev, phba->sli_rev, if_type, sli_family); in lpfc_fwrev_show() 4187 u8 sli_family, if_type; in lpfc_topology_store() local 4215 if_type = bf_get(lpfc_sli_intf_if_type, in lpfc_topology_store() 4220 if_type == LPFC_SLI_INTF_IF_TYPE_6))) && in lpfc_topology_store() 4317 uint32_t prev_val, if_type; in lpfc_link_speed_store() local 4319 if_type = bf_get(lpfc_sli_intf_if_type, &phba->sli4_hba.sli_intf); in lpfc_link_speed_store() 4320 if (if_type >= LPFC_SLI_INTF_IF_TYPE_2 && in lpfc_link_speed_store()
|
| A D | lpfc_debugfs.c | 3597 uint32_t if_type; in lpfc_idiag_baracc_read() local 3628 if_type = bf_get(lpfc_sli_intf_if_type, &phba->sli4_hba.sli_intf); in lpfc_idiag_baracc_read() 3629 if (if_type == LPFC_SLI_INTF_IF_TYPE_0) { in lpfc_idiag_baracc_read() 3638 } else if (if_type == LPFC_SLI_INTF_IF_TYPE_2) { in lpfc_idiag_baracc_read() 3747 uint32_t if_type; in lpfc_idiag_baracc_write() local 3762 if_type = bf_get(lpfc_sli_intf_if_type, &phba->sli4_hba.sli_intf); in lpfc_idiag_baracc_write() 3765 if (if_type == LPFC_SLI_INTF_IF_TYPE_0) { in lpfc_idiag_baracc_write() 3770 } else if (if_type == LPFC_SLI_INTF_IF_TYPE_2) { in lpfc_idiag_baracc_write() 3776 if (if_type == LPFC_SLI_INTF_IF_TYPE_0) { in lpfc_idiag_baracc_write() 3791 } else if (if_type == LPFC_SLI_INTF_IF_TYPE_2) { in lpfc_idiag_baracc_write()
|
| A D | lpfc_sli.c | 272 u32 if_type; in lpfc_sli4_wq_put() local 331 if_type = bf_get(lpfc_sli_intf_if_type, in lpfc_sli4_wq_put() 333 if (if_type != LPFC_SLI_INTF_IF_TYPE_6) in lpfc_sli4_wq_put() 8024 uint32_t if_type; in lpfc_sli4_dip() local 13446 uint32_t if_type, portsmphr; in lpfc_sli4_eratt_read() local 13455 switch (if_type) { in lpfc_sli4_eratt_read() 13522 "if type %d.", if_type); in lpfc_sli4_eratt_read() 20745 if_type = bf_get(lpfc_sli_intf_if_type, in lpfc_sli_read_link_ste() 20747 if (if_type == LPFC_SLI_INTF_IF_TYPE_0) in lpfc_sli_read_link_ste() 22622 u32 if_type = 0; in lpfc_sli_prep_wqe() local [all …]
|
| /linux/drivers/net/wireless/broadcom/b43legacy/ |
| A D | b43legacy.h | 599 int if_type; member 797 wl->if_type == type); in b43legacy_is_mode()
|
| /linux/drivers/scsi/elx/libefc_sli/ |
| A D | sli4.c | 159 if (sli4->if_type == SLI4_INTF_IF_TYPE_6) in sli_cmd_common_create_cq() 192 if (sli4->if_type == SLI4_INTF_IF_TYPE_6) in sli_cmd_common_create_eq() 222 if (sli4->if_type == SLI4_INTF_IF_TYPE_6) in sli_cmd_common_create_eq() 611 if (sli4->if_type == SLI4_INTF_IF_TYPE_6) in sli_fc_rq_set_alloc() 698 if (sli4->if_type == SLI4_INTF_IF_TYPE_6) in __sli_create_queue() 704 if (sli4->if_type == SLI4_INTF_IF_TYPE_6) in __sli_create_queue() 710 if (sli4->if_type == SLI4_INTF_IF_TYPE_6) in __sli_create_queue() 716 if (sli4->if_type == SLI4_INTF_IF_TYPE_6) in __sli_create_queue() 890 if (sli4->if_type == SLI4_INTF_IF_TYPE_6) in sli_cmd_cq_set_create() 938 if (sli4->if_type == SLI4_INTF_IF_TYPE_6) in sli_cq_alloc_set() [all …]
|
| /linux/drivers/media/platform/ti/davinci/ |
| A D | vpif_capture.c | 481 vpifparams->iface.if_type = VPIF_IF_BT656; in vpif_update_std_info() 484 vpifparams->iface.if_type = VPIF_IF_RAW_BAYER; in vpif_update_std_info() 493 if (vpifparams->iface.if_type == VPIF_IF_RAW_BAYER) { in vpif_update_std_info() 541 if (ch->vpifparams.iface.if_type == VPIF_IF_RAW_BAYER) in vpif_update_std_info() 931 if (ch->vpifparams.iface.if_type == VPIF_IF_RAW_BAYER) in vpif_enum_fmt_vid_cap()
|
| /linux/drivers/net/wireless/broadcom/b43/ |
| A D | b43.h | 924 int if_type; member 991 return (wl->operating && wl->if_type == type); in b43_is_mode()
|
| /linux/drivers/net/wireless/quantenna/qtnfmac/ |
| A D | qlink.h | 117 __le16 if_type; member 523 __le16 if_type; member
|
| A D | commands.c | 769 cmd->intf_info.if_type = cpu_to_le16(QLINK_IFTYPE_AP); in qtnf_cmd_send_add_change_intf() 772 cmd->intf_info.if_type = cpu_to_le16(QLINK_IFTYPE_STATION); in qtnf_cmd_send_add_change_intf() 852 cmd->intf_info.if_type = cpu_to_le16(QLINK_IFTYPE_AP); in qtnf_cmd_send_del_intf() 855 cmd->intf_info.if_type = cpu_to_le16(QLINK_IFTYPE_STATION); in qtnf_cmd_send_del_intf() 1896 cmd->if_type = cpu_to_le16(QLINK_IFTYPE_AP); in qtnf_cmd_send_change_sta() 1899 cmd->if_type = cpu_to_le16(QLINK_IFTYPE_STATION); in qtnf_cmd_send_change_sta()
|
| /linux/include/linux/ |
| A D | hyperv.h | 297 guid_t if_type; member
|