| /linux/arch/powerpc/sysdev/ |
| A D | indirect_pci.c | 23 u8 cfg_type = 0; in __indirect_read_config() local 39 cfg_type = 1; in __indirect_read_config() 51 (devfn << 8) | reg | cfg_type)); in __indirect_read_config() 54 (devfn << 8) | reg | cfg_type)); in __indirect_read_config() 89 u8 cfg_type = 0; in indirect_write_config() local 105 cfg_type = 1; in indirect_write_config() 117 (devfn << 8) | reg | cfg_type)); in indirect_write_config() 120 (devfn << 8) | reg | cfg_type)); in indirect_write_config()
|
| /linux/drivers/pci/controller/ |
| A D | pci-thunder-ecam.c | 129 int cfg_type; in thunder_ecam_config_read() local 139 cfg_type = (v >> 16) & 0x7f; in thunder_ecam_config_read() 151 if (cfg_type) in thunder_ecam_config_read() 161 if (cfg_type == 0 && in thunder_ecam_config_read() 182 if (cfg_type == 0) { in thunder_ecam_config_read() 249 } else if (cfg_type == 1) { in thunder_ecam_config_read()
|
| /linux/tools/testing/selftests/net/ |
| A D | toeplitz.c | 77 static int cfg_type = SOCK_STREAM; variable 313 proto = cfg_type == SOCK_STREAM ? IPPROTO_TCP : IPPROTO_UDP; in set_filter() 388 fd = socket(cfg_family, cfg_type, 0); in setup_sink() 390 error(1, errno, "socket %d.%d", cfg_family, cfg_type); in setup_sink() 534 cfg_type = SOCK_STREAM; in parse_opts() 540 cfg_type = SOCK_DGRAM; in parse_opts()
|
| /linux/drivers/pinctrl/samsung/ |
| A D | pinctrl-samsung.c | 290 enum pincfg_type cfg_type; in samsung_pin_dbg_show() local 294 for (cfg_type = 0; cfg_type < PINCFG_TYPE_NUM; cfg_type++) { in samsung_pin_dbg_show() 295 config = PINCFG_PACK(cfg_type, 0); in samsung_pin_dbg_show() 300 seq_printf(s, " %s(0x%lx)", reg_names[cfg_type], in samsung_pin_dbg_show() 444 enum pincfg_type cfg_type = PINCFG_UNPACK_TYPE(*config); in samsung_pinconf_rw() local 454 if (cfg_type >= PINCFG_TYPE_NUM || !type->fld_width[cfg_type]) in samsung_pinconf_rw() 457 width = type->fld_width[cfg_type]; in samsung_pinconf_rw() 458 cfg_reg = type->reg_offset[cfg_type]; in samsung_pinconf_rw() 480 *config = PINCFG_PACK(cfg_type, data); in samsung_pinconf_rw()
|
| /linux/sound/soc/qcom/qdsp6/ |
| A D | q6afe.c | 549 int cfg_type; member 1491 int ret, param_id = port->cfg_type; in q6afe_port_start() 1560 int cfg_type; in q6afe_port_get_from_id() local 1579 cfg_type = AFE_PARAM_ID_HDMI_CONFIG; in q6afe_port_get_from_id() 1595 cfg_type = AFE_PARAM_ID_SLIMBUS_CONFIG; in q6afe_port_get_from_id() 1608 cfg_type = AFE_PARAM_ID_I2S_CONFIG; in q6afe_port_get_from_id() 1611 cfg_type = AFE_PARAM_ID_TDM_CONFIG; in q6afe_port_get_from_id() 1614 cfg_type = AFE_PARAM_ID_CODEC_DMA_CONFIG; in q6afe_port_get_from_id() 1630 port->cfg_type = cfg_type; in q6afe_port_get_from_id()
|
| /linux/drivers/virtio/ |
| A D | virtio_pci_modern_dev.c | 114 static inline int virtio_pci_find_capability(struct pci_dev *dev, u8 cfg_type, in virtio_pci_find_capability() argument 124 cfg_type), in virtio_pci_find_capability() 134 if (type == cfg_type) { in virtio_pci_find_capability() 156 offsetof(struct virtio_pci_cap, cfg_type)); in check_offsets()
|
| A D | virtio_pci_modern.c | 674 cfg_type), &type); in virtio_pci_find_shm_cap()
|
| /linux/include/uapi/linux/ |
| A D | virtio_pci.h | 124 __u8 cfg_type; /* Identifies the structure. */ member
|
| /linux/drivers/vdpa/octeon_ep/ |
| A D | octep_vdpa_hw.c | 448 pos, cap.cfg_type, cap.bar, cap.offset, cap.length); in octep_hw_caps_read() 450 switch (cap.cfg_type) { in octep_hw_caps_read()
|
| /linux/drivers/media/dvb-frontends/drx39xyj/ |
| A D | drx_driver.h | 1286 u32 cfg_type; member 2238 config.cfg_type = cfg_name; \ 2249 config.cfg_type = cfg_name; \
|
| /linux/drivers/net/ethernet/intel/ice/ |
| A D | ice.h | 951 enum ice_xdp_cfg cfg_type); 952 int ice_destroy_xdp_rings(struct ice_vsi *vsi, enum ice_xdp_cfg cfg_type);
|
| A D | ice_main.c | 2765 enum ice_xdp_cfg cfg_type) in ice_prepare_xdp_rings() argument 2803 if (cfg_type == ICE_XDP_CFG_PART) in ice_prepare_xdp_rings() 2862 int ice_destroy_xdp_rings(struct ice_vsi *vsi, enum ice_xdp_cfg cfg_type) in ice_destroy_xdp_rings() argument 2871 if (cfg_type == ICE_XDP_CFG_PART) in ice_destroy_xdp_rings() 2912 if (cfg_type == ICE_XDP_CFG_PART) in ice_destroy_xdp_rings()
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| A D | phy_be.c | 109 u8 cfg_type; member 247 switch (arg.cfg_type) { in rtw89_phy_config_bb_gain_be() 268 arg.addr, reg->data, arg.cfg_type); in rtw89_phy_config_bb_gain_be()
|
| A D | phy.c | 1122 u8 cfg_type; member 1329 switch (arg.cfg_type) { in rtw89_phy_config_bb_gain_ax() 1350 arg.addr, reg->data, arg.cfg_type); in rtw89_phy_config_bb_gain_ax()
|
| /linux/drivers/vdpa/ifcvf/ |
| A D | ifcvf_base.c | 129 switch (cap.cfg_type) { in ifcvf_init_hw()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
| A D | otx2_pf.c | 2446 vtag_req->cfg_type = 0; in otx2_do_set_vf_vlan() 2518 vtag_req->cfg_type = 0; /* tx vlan cfg */ in otx2_do_set_vf_vlan()
|
| A D | otx2_flows.c | 1482 req->cfg_type = 1; /* rx vlan cfg */ in otx2_enable_rxvlan()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/af/ |
| A D | mbox.h | 1041 u8 cfg_type; member
|
| A D | rvu_nix.c | 3083 if (req->cfg_type) { in rvu_mbox_handler_nix_vtag_cfg()
|
| /linux/drivers/net/wireless/ath/wil6210/ |
| A D | wmi.h | 3303 __le32 cfg_type; member
|