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

/linux-master/arch/powerpc/sysdev/
H A Dindirect_pci.c23 u8 cfg_type = 0; local
39 cfg_type = 1;
51 (devfn << 8) | reg | cfg_type));
54 (devfn << 8) | reg | cfg_type));
89 u8 cfg_type = 0; local
105 cfg_type = 1;
117 (devfn << 8) | reg | cfg_type));
120 (devfn << 8) | reg | cfg_type));
/linux-master/drivers/pci/controller/
H A Dpci-thunder-ecam.c129 int cfg_type; local
139 cfg_type = (v >> 16) & 0x7f;
151 if (cfg_type)
161 if (cfg_type == 0 &&
182 if (cfg_type == 0) {
249 } else if (cfg_type == 1) {
/linux-master/tools/testing/selftests/net/
H A Dtoeplitz.c77 static int cfg_type = SOCK_STREAM; variable
313 proto = cfg_type == SOCK_STREAM ? IPPROTO_TCP : IPPROTO_UDP;
388 fd = socket(cfg_family, cfg_type, 0);
390 error(1, errno, "socket %d.%d", cfg_family, cfg_type);
534 cfg_type = SOCK_STREAM;
540 cfg_type = SOCK_DGRAM;
/linux-master/drivers/pinctrl/samsung/
H A Dpinctrl-samsung.c291 enum pincfg_type cfg_type; local
295 for (cfg_type = 0; cfg_type < PINCFG_TYPE_NUM; cfg_type++) {
296 config = PINCFG_PACK(cfg_type, 0);
301 seq_printf(s, " %s(0x%lx)", reg_names[cfg_type],
435 enum pincfg_type cfg_type = PINCFG_UNPACK_TYPE(*config); local
444 if (cfg_type >= PINCFG_TYPE_NUM || !type->fld_width[cfg_type])
447 width = type->fld_width[cfg_type];
[all...]
/linux-master/include/uapi/linux/
H A Dvirtio_pci.h124 __u8 cfg_type; /* Identifies the structure. */ member in struct:virtio_pci_cap
/linux-master/drivers/virtio/
H A Dvirtio_pci_modern_dev.c108 * @cfg_type: the VIRTIO_PCI_CAP_* value we seek
114 static inline int virtio_pci_find_capability(struct pci_dev *dev, u8 cfg_type, argument
124 cfg_type),
134 if (type == cfg_type) {
156 offsetof(struct virtio_pci_cap, cfg_type));
H A Dvirtio_pci_modern.c652 cfg_type), &type);
/linux-master/sound/soc/qcom/qdsp6/
H A Dq6afe.c549 int cfg_type; member in struct:q6afe_port
1491 int ret, param_id = port->cfg_type;
1560 int cfg_type; local
1579 cfg_type = AFE_PARAM_ID_HDMI_CONFIG;
1595 cfg_type = AFE_PARAM_ID_SLIMBUS_CONFIG;
1608 cfg_type = AFE_PARAM_ID_I2S_CONFIG;
1611 cfg_type = AFE_PARAM_ID_TDM_CONFIG;
1614 cfg_type = AFE_PARAM_ID_CODEC_DMA_CONFIG;
1630 port->cfg_type = cfg_type;
[all...]
/linux-master/drivers/media/dvb-frontends/drx39xyj/
H A Ddrx_driver.h1287 u32 cfg_type; member in struct:drx_cfg
2240 config.cfg_type = cfg_name; \
2251 config.cfg_type = cfg_name; \
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dphy_be.c109 u8 cfg_type; member in struct:rtw89_phy_bb_gain_arg_be::__anon1547
247 switch (arg.cfg_type) {
261 /* This cfg_type is only used by rfe_type >= 50 with eFEM */
268 arg.addr, reg->data, arg.cfg_type);
H A Dphy.c1113 u8 cfg_type; member in struct:rtw89_phy_bb_gain_arg::__anon1544
1320 switch (arg.cfg_type) {
1334 /* This cfg_type is only used by rfe_type >= 50 with eFEM */
1341 arg.addr, reg->data, arg.cfg_type);
/linux-master/drivers/vdpa/ifcvf/
H A Difcvf_base.c129 switch (cap.cfg_type) {
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_flows.c1479 req->cfg_type = 1; /* rx vlan cfg */
H A Dotx2_pf.c2425 vtag_req->cfg_type = 0;
2497 vtag_req->cfg_type = 0; /* tx vlan cfg */
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmbox.h1036 /* cfg_type is '0' for tx vlan cfg
1037 * cfg_type is '1' for rx vlan cfg
1039 u8 cfg_type; member in struct:nix_vtag_config
1041 /* valid when cfg_type is '0' */
1079 /* valid when cfg_type is '1' */
H A Drvu_nix.c3050 if (req->cfg_type) {
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dwmi.h3303 __le32 cfg_type; member in struct:wmi_link_maintain_cfg_write_cmd
3307 * cfg_type==WMI_LINK_MAINTAIN_CFG_TYPE_CUSTOM)

Completed in 339 milliseconds