Home
last modified time | relevance | path

Searched refs:cfg_type (Results 1 – 17 of 17) sorted by relevance

/linux-6.6.21/arch/powerpc/sysdev/
Dindirect_pci.c23 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-6.6.21/drivers/pci/controller/
Dpci-thunder-ecam.c129 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-6.6.21/tools/testing/selftests/net/
Dtoeplitz.c77 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-6.6.21/drivers/pinctrl/samsung/
Dpinctrl-samsung.c293 enum pincfg_type cfg_type; in samsung_pin_dbg_show() local
297 for (cfg_type = 0; cfg_type < PINCFG_TYPE_NUM; cfg_type++) { in samsung_pin_dbg_show()
298 config = PINCFG_PACK(cfg_type, 0); in samsung_pin_dbg_show()
303 seq_printf(s, " %s(0x%lx)", reg_names[cfg_type], in samsung_pin_dbg_show()
438 enum pincfg_type cfg_type = PINCFG_UNPACK_TYPE(*config); in samsung_pinconf_rw() local
448 if (cfg_type >= PINCFG_TYPE_NUM || !type->fld_width[cfg_type]) in samsung_pinconf_rw()
451 width = type->fld_width[cfg_type]; in samsung_pinconf_rw()
452 cfg_reg = type->reg_offset[cfg_type]; in samsung_pinconf_rw()
468 *config = PINCFG_PACK(cfg_type, data); in samsung_pinconf_rw()
/linux-6.6.21/sound/soc/qcom/qdsp6/
Dq6afe.c548 int cfg_type; member
1490 int ret, param_id = port->cfg_type; in q6afe_port_start()
1559 int cfg_type; in q6afe_port_get_from_id() local
1578 cfg_type = AFE_PARAM_ID_HDMI_CONFIG; in q6afe_port_get_from_id()
1594 cfg_type = AFE_PARAM_ID_SLIMBUS_CONFIG; in q6afe_port_get_from_id()
1607 cfg_type = AFE_PARAM_ID_I2S_CONFIG; in q6afe_port_get_from_id()
1610 cfg_type = AFE_PARAM_ID_TDM_CONFIG; in q6afe_port_get_from_id()
1613 cfg_type = AFE_PARAM_ID_CODEC_DMA_CONFIG; in q6afe_port_get_from_id()
1629 port->cfg_type = cfg_type; in q6afe_port_get_from_id()
/linux-6.6.21/drivers/virtio/
Dvirtio_pci_modern_dev.c114 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()
Dvirtio_pci_modern.c407 cfg_type), &type); in virtio_pci_find_shm_cap()
/linux-6.6.21/include/uapi/linux/
Dvirtio_pci.h124 __u8 cfg_type; /* Identifies the structure. */ member
/linux-6.6.21/drivers/staging/rtl8192u/
Dr819xU_cmdpkt.h73 u8 cfg_type:2; member
/linux-6.6.21/drivers/media/dvb-frontends/drx39xyj/
Ddrx_driver.h1287 u32 cfg_type; member
2240 config.cfg_type = cfg_name; \
2251 config.cfg_type = cfg_name; \
/linux-6.6.21/drivers/vdpa/ifcvf/
Difcvf_base.c130 switch (cap.cfg_type) { in ifcvf_init_hw()
/linux-6.6.21/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_pf.c2399 vtag_req->cfg_type = 0; in otx2_do_set_vf_vlan()
2471 vtag_req->cfg_type = 0; /* tx vlan cfg */ in otx2_do_set_vf_vlan()
Dotx2_flows.c1479 req->cfg_type = 1; /* rx vlan cfg */ in otx2_enable_rxvlan()
/linux-6.6.21/drivers/net/wireless/realtek/rtw89/
Dphy.c868 u8 cfg_type; member
1075 switch (arg.cfg_type) { in rtw89_phy_config_bb_gain()
1096 arg.addr, reg->data, arg.cfg_type); in rtw89_phy_config_bb_gain()
/linux-6.6.21/drivers/net/ethernet/marvell/octeontx2/af/
Dmbox.h1021 u8 cfg_type; member
Drvu_nix.c2937 if (req->cfg_type) { in rvu_mbox_handler_nix_vtag_cfg()
/linux-6.6.21/drivers/net/wireless/ath/wil6210/
Dwmi.h3303 __le32 cfg_type; member