/linux/drivers/net/wan/lmc/ |
A D | lmc_proto.c | 50 if (sc->if_type == LMC_NET) { in lmc_proto_attach() 65 if (sc->if_type == LMC_PPP) { in lmc_proto_open() 76 if (sc->if_type == LMC_PPP) in lmc_proto_close() 82 switch(sc->if_type){ in lmc_proto_type() 97 switch(sc->if_type){ in lmc_proto_netif()
|
/linux/drivers/media/platform/davinci/ |
A D | dm644x_ccdc.c | 40 enum vpfe_hw_if_type if_type; member 231 if (ccdc_cfg.if_type == VPFE_RAW_BAYER) in ccdc_open() 530 if (ccdc_cfg.if_type == VPFE_RAW_BAYER) in ccdc_configure() 539 if (ccdc_cfg.if_type == VPFE_RAW_BAYER) in ccdc_set_buftype() 548 if (ccdc_cfg.if_type == VPFE_RAW_BAYER) in ccdc_get_buftype() 594 if (ccdc_cfg.if_type == VPFE_RAW_BAYER) in ccdc_get_pixel_format() 610 if (ccdc_cfg.if_type == VPFE_RAW_BAYER) in ccdc_set_image_window() 619 if (ccdc_cfg.if_type == VPFE_RAW_BAYER) in ccdc_get_image_window() 644 if (ccdc_cfg.if_type == VPFE_RAW_BAYER) in ccdc_set_frame_format() 672 ccdc_cfg.if_type = params->if_type; in ccdc_set_hw_if_params() [all …]
|
A D | dm355_ccdc.c | 38 enum vpfe_hw_if_type if_type; member 677 if (ccdc_cfg.if_type == VPFE_RAW_BAYER) in ccdc_configure() 686 if (ccdc_cfg.if_type == VPFE_RAW_BAYER) in ccdc_set_buftype() 694 if (ccdc_cfg.if_type == VPFE_RAW_BAYER) in ccdc_get_buftype() 741 if (ccdc_cfg.if_type == VPFE_RAW_BAYER) in ccdc_get_pixel_format() 756 if (ccdc_cfg.if_type == VPFE_RAW_BAYER) in ccdc_set_image_window() 765 if (ccdc_cfg.if_type == VPFE_RAW_BAYER) in ccdc_get_image_window() 790 if (ccdc_cfg.if_type == VPFE_RAW_BAYER) in ccdc_set_frame_format() 799 if (ccdc_cfg.if_type == VPFE_RAW_BAYER) in ccdc_get_frame_format() 819 ccdc_cfg.if_type = params->if_type; in ccdc_set_hw_if_params() [all …]
|
A D | isif.c | 71 enum vpfe_hw_if_type if_type; member 693 if (isif_cfg.if_type == VPFE_RAW_BAYER) in isif_set_buftype() 703 if (isif_cfg.if_type == VPFE_RAW_BAYER) in isif_get_buftype() 764 if (isif_cfg.if_type == VPFE_RAW_BAYER) in isif_get_pixel_format() 797 if (isif_cfg.if_type == VPFE_RAW_BAYER) in isif_get_image_window() 822 if (isif_cfg.if_type == VPFE_RAW_BAYER) in isif_set_frame_format() 830 if (isif_cfg.if_type == VPFE_RAW_BAYER) in isif_get_frame_format() 849 isif_cfg.if_type = params->if_type; in isif_set_hw_if_params() 851 switch (params->if_type) { in isif_set_hw_if_params() 890 switch (isif_cfg.if_type) { in isif_config_ycbcr() [all …]
|
A D | vpif_capture.c | 480 vpifparams->iface.if_type = VPIF_IF_BT656; in vpif_update_std_info() 483 vpifparams->iface.if_type = VPIF_IF_RAW_BAYER; in vpif_update_std_info() 492 if (vpifparams->iface.if_type == VPIF_IF_RAW_BAYER) { in vpif_update_std_info() 540 if (ch->vpifparams.iface.if_type == VPIF_IF_RAW_BAYER) in vpif_update_std_info() 628 return (iface->if_type == VPIF_IF_RAW_BAYER) ? V4L2_FIELD_NONE : in vpif_get_default_field() 941 if (ch->vpifparams.iface.if_type == VPIF_IF_RAW_BAYER) in vpif_enum_fmt_vid_cap()
|
/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 | 338 int if_type; in cci400_validate_hw_event() local 353 if_type = CCI_IF_SLAVE; in cci400_validate_hw_event() 359 if_type = CCI_IF_MASTER; in cci400_validate_hw_event() 546 int if_type; in cci500_validate_hw_event() local 559 if_type = CCI_IF_SLAVE; in cci500_validate_hw_event() 567 if_type = CCI_IF_MASTER; in cci500_validate_hw_event() 570 if_type = CCI_IF_GLOBAL; in cci500_validate_hw_event() 597 int if_type; in cci550_validate_hw_event() local 610 if_type = CCI_IF_SLAVE; in cci550_validate_hw_event() 619 if_type = CCI_IF_MASTER; in cci550_validate_hw_event() [all …]
|
/linux/net/vmw_vsock/ |
A D | hyperv_transport.c | 288 guid_t *if_instance, *if_type; in hvs_open_connection() local 300 if_type = &chan->offermsg.offer.if_type; in hvs_open_connection() 303 if (!is_valid_srv_id(if_type)) in hvs_open_connection() 306 hvs_addr_init(&addr, conn_from_host ? if_type : if_instance); in hvs_open_connection() 327 hvs_addr_init(&vnew->local_addr, if_type); in hvs_open_connection() 404 hvs_new->vm_srv_id = *if_type; in hvs_open_connection()
|
/linux/drivers/media/platform/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() 2332 &sdinfo->vpfe_param.if_type); in vpfe_get_pdata() 2333 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,
|
A D | board-dm646x-evm.c | 732 .if_type = VPIF_IF_BT656, 742 .if_type = VPIF_IF_BT656,
|
A D | dm355.c | 460 static int dm355_vpbe_setup_pinmux(u32 if_type, int field) in dm355_vpbe_setup_pinmux() argument 462 switch (if_type) { in dm355_vpbe_setup_pinmux()
|
A D | board-dm355-evm.c | 248 .if_type = VPFE_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 | 192 const guid_t *guid = &channel->offermsg.offer.if_type; in hv_get_dev_type() 523 &newchannel->offermsg.offer.if_type, in vmbus_add_channel_work() 609 if (guid_equal(&channel->offermsg.offer.if_type, in vmbus_process_offer() 610 &newchannel->offermsg.offer.if_type) && in vmbus_process_offer() 1007 if (!vmbus_is_valid_device(&offer->offer.if_type)) { in vmbus_onoffer()
|
/linux/include/media/davinci/ |
A D | vpfe_types.h | 32 enum vpfe_hw_if_type if_type; member
|
A D | vpbe_venc.h | 21 int (*setup_pinmux)(u32 if_type, int field);
|
A D | vpif_types.h | 20 enum vpif_if_type if_type; member
|
/linux/drivers/net/ethernet/broadcom/ |
A D | cnic.c | 3190 if (if_type == CNIC_ULP_ISCSI) in cnic_ulp_stop_one() 3204 ulp_ops->cnic_stop(cp->ulp_handle[if_type]); in cnic_ulp_stop_one() 3212 int if_type; in cnic_ulp_stop() local 3214 for (if_type = 0; if_type < MAX_CNIC_ULP_TYPE; if_type++) in cnic_ulp_stop() 3215 cnic_ulp_stop_one(cp, if_type); in cnic_ulp_stop() 3221 int if_type; in cnic_ulp_start() local 3223 for (if_type = 0; if_type < MAX_CNIC_ULP_TYPE; if_type++) { in cnic_ulp_start() 3237 ulp_ops->cnic_start(cp->ulp_handle[if_type]); in cnic_ulp_start() 5653 int if_type; in cnic_rcv_netevent() local 5655 for (if_type = 0; if_type < MAX_CNIC_ULP_TYPE; if_type++) { in cnic_rcv_netevent() [all …]
|
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
A D | p2p.h | 151 enum brcmf_fil_p2p_if_types if_type);
|
/linux/drivers/scsi/lpfc/ |
A D | lpfc_init.c | 1982 uint32_t if_type; in lpfc_handle_eratt_s4() local 2003 switch (if_type) { in lpfc_handle_eratt_s4() 7847 u32 if_type; in lpfc_sli4_driver_resource_setup() local 9303 uint32_t if_type; in lpfc_sli4_post_status_check() local 9446 switch (if_type) { in lpfc_sli4_bar0_register_memmap() 9520 if_type); in lpfc_sli4_bar0_register_memmap() 9535 switch (if_type) { in lpfc_sli4_bar1_register_memmap() 9564 if_type); in lpfc_sli4_bar1_register_memmap() 11694 uint32_t if_type; in lpfc_sli4_pci_mem_setup() local 11906 uint32_t if_type; in lpfc_sli4_pci_mem_unset() local [all …]
|
/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/net/wireless/broadcom/b43legacy/ |
A D | b43legacy.h | 599 int if_type; member 797 wl->if_type == type); in b43legacy_is_mode()
|
/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()
|