Searched defs:if_type (Results 1 - 15 of 15) sorted by relevance

/drivers/media/platform/davinci/
H A Ddm355_ccdc.c56 enum vpfe_hw_if_type if_type; member in struct:ccdc_oper_config
332 if (ccdc_cfg.if_type != VPFE_RAW_BAYER)
779 if (ccdc_cfg.if_type == VPFE_RAW_BAYER)
788 if (ccdc_cfg.if_type == VPFE_RAW_BAYER)
796 if (ccdc_cfg.if_type == VPFE_RAW_BAYER)
804 if (ccdc_cfg.if_type == VPFE_RAW_BAYER) {
822 if (ccdc_cfg.if_type == VPFE_RAW_BAYER) {
843 if (ccdc_cfg.if_type == VPFE_RAW_BAYER)
858 if (ccdc_cfg.if_type == VPFE_RAW_BAYER)
867 if (ccdc_cfg.if_type
[all...]
H A Ddm644x_ccdc.c57 enum vpfe_hw_if_type if_type; member in struct:ccdc_oper_config
336 if (ccdc_cfg.if_type == VPFE_RAW_BAYER)
352 if (ccdc_cfg.if_type != VPFE_RAW_BAYER)
406 if (ccdc_cfg.if_type == VPFE_BT656_10BIT)
428 if (ccdc_cfg.if_type == VPFE_BT656_10BIT)
687 if (ccdc_cfg.if_type == VPFE_RAW_BAYER)
696 if (ccdc_cfg.if_type == VPFE_RAW_BAYER)
705 if (ccdc_cfg.if_type == VPFE_RAW_BAYER)
713 if (ccdc_cfg.if_type == VPFE_RAW_BAYER) {
729 if (ccdc_cfg.if_type
[all...]
H A Disif.c86 enum vpfe_hw_if_type if_type; member in struct:isif_oper_config
708 if (isif_cfg.if_type == VPFE_RAW_BAYER)
718 if (isif_cfg.if_type == VPFE_RAW_BAYER)
728 if (isif_cfg.if_type == VPFE_RAW_BAYER) {
745 if (isif_cfg.if_type == VPFE_RAW_BAYER) {
779 if (isif_cfg.if_type == VPFE_RAW_BAYER)
796 if (isif_cfg.if_type == VPFE_RAW_BAYER) {
812 if (isif_cfg.if_type == VPFE_RAW_BAYER)
822 if (isif_cfg.if_type == VPFE_RAW_BAYER) {
837 if (isif_cfg.if_type
[all...]
/drivers/staging/media/omap24xx/
H A Dv4l2-int-device.h162 enum v4l2_if_type if_type; member in struct:v4l2_ifparm
H A Domap24xxcam.h484 int if_type; member in struct:omap24xxcam_device
/drivers/net/wireless/brcm80211/brcmfmac/
H A Dp2p.c2055 enum brcmf_fil_p2p_if_types if_type)
2083 if_request.type = cpu_to_le16((u16)if_type);
2054 brcmf_p2p_ifchange(struct brcmf_cfg80211_info *cfg, enum brcmf_fil_p2p_if_types if_type) argument
/drivers/scsi/lpfc/
H A Dlpfc_debugfs.c1716 uint32_t if_type; local
1747 if_type = bf_get(lpfc_sli_intf_if_type, &phba->sli4_hba.sli_intf);
1748 if (if_type == LPFC_SLI_INTF_IF_TYPE_0) {
1757 } else if (if_type == LPFC_SLI_INTF_IF_TYPE_2) {
1866 uint32_t if_type; local
1881 if_type = bf_get(lpfc_sli_intf_if_type, &phba->sli4_hba.sli_intf);
1884 if (if_type == LPFC_SLI_INTF_IF_TYPE_0) {
1889 } else if (if_type == LPFC_SLI_INTF_IF_TYPE_2) {
1895 if (if_type == LPFC_SLI_INTF_IF_TYPE_0) {
1910 } else if (if_type
[all...]
H A Dlpfc_attr.c354 uint32_t if_type; local
360 if_type = phba->sli4_hba.pc_sli4_params.if_type;
368 fwrev, phba->sli_rev, if_type, sli_family);
H A Dlpfc_init.c1626 uint32_t if_type; local
1643 if_type = bf_get(lpfc_sli_intf_if_type, &phba->sli4_hba.sli_intf);
1644 switch (if_type) {
6363 uint32_t if_type; local
6425 if_type = bf_get(lpfc_sli_intf_if_type,
6427 switch (if_type) {
6488 * @if_type: The SLI4 interface type getting configured.
6494 lpfc_sli4_bar0_register_memmap(struct lpfc_hba *phba, uint32_t if_type) argument
6496 switch (if_type) {
6544 if_type);
6906 uint32_t if_type, rc = 0; local
7907 uint32_t rc = 0, if_type; local
8040 uint32_t if_type; local
8183 uint32_t if_type; local
[all...]
H A Dlpfc_sli4.h391 uint32_t if_type; member in struct:lpfc_pc_sli4_params
H A Dlpfc_sli.c8159 uint32_t if_type; local
8237 if_type = bf_get(lpfc_sli_intf_if_type,
8239 if (if_type == LPFC_SLI_INTF_IF_TYPE_2) {
8444 if_type = bf_get(lpfc_sli_intf_if_type,
8446 if (if_type == LPFC_SLI_INTF_IF_TYPE_2) {
10676 uint32_t if_type, portsmphr; local
10683 if_type = bf_get(lpfc_sli_intf_if_type, &phba->sli4_hba.sli_intf);
10684 switch (if_type) {
10745 "if type %d.", if_type);
16645 uint32_t if_type, data_siz local
[all...]
/drivers/net/wan/lmc/
H A Dlmc_var.h349 u16 if_type; /* HDLC/PPP or NET */ member in struct:lmc___softc
/drivers/net/ethernet/broadcom/
H A Dcnic.c3178 static void cnic_ulp_stop_one(struct cnic_local *cp, int if_type) argument
3182 if (if_type == CNIC_ULP_ISCSI)
3186 ulp_ops = rcu_dereference_protected(cp->ulp_ops[if_type],
3192 set_bit(ULP_F_CALL_PENDING, &cp->ulp_flags[if_type]);
3195 if (test_and_clear_bit(ULP_F_START, &cp->ulp_flags[if_type]))
3196 ulp_ops->cnic_stop(cp->ulp_handle[if_type]);
3198 clear_bit(ULP_F_CALL_PENDING, &cp->ulp_flags[if_type]);
3204 int if_type; local
3206 for (if_type = 0; if_type < MAX_CNIC_ULP_TYP
3213 int if_type; local
5620 int if_type; local
[all...]
/drivers/net/wireless/b43legacy/
H A Db43legacy.h598 int if_type; member in struct:b43legacy_wl
796 wl->if_type == type);
/drivers/net/wireless/b43/
H A Db43.h921 int if_type; member in struct:b43_wl
987 return (wl->operating && wl->if_type == type);

Completed in 341 milliseconds