Searched refs:iface (Results 176 - 200 of 510) sorted by relevance

1234567891011>>

/linux-master/sound/i2c/other/
H A Dpt2258.c183 knew.iface = SNDRV_CTL_ELEM_IFACE_MIXER;
200 knew.iface = SNDRV_CTL_ELEM_IFACE_MIXER;
/linux-master/sound/usb/
H A Dproc.c102 snd_iprintf(buffer, " Interface %d\n", fp->iface);
200 snd_iprintf(buffer, " Interface = %d\n", subs->cur_audiofmt->iface);
H A Dmedia.c255 struct usb_interface *iface)
258 struct usb_device *usbdev = interface_to_usbdev(iface);
254 snd_media_device_create(struct snd_usb_audio *chip, struct usb_interface *iface) argument
H A Dmixer_quirks.c263 hwdep->iface = SNDRV_HWDEP_IFACE_SB_RC;
358 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
515 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
583 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
833 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
844 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
995 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
1108 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
1640 struct usb_interface *iface; local
1655 iface
[all...]
/linux-master/sound/isa/gus/
H A Dgus_mixer.c18 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \
61 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \
/linux-master/drivers/hwmon/
H A Dibmaem.c232 static void aem_register_bmc(int iface, struct device *dev);
233 static void aem_bmc_gone(int iface);
257 static int aem_init_ipmi_data(struct aem_ipmi_data *data, int iface, argument
269 data->interface = iface;
780 static void aem_register_bmc(int iface, struct device *dev) argument
784 if (aem_init_ipmi_data(&probe, iface, dev))
795 static void aem_bmc_gone(int iface) argument
800 if (p1->ipmi.interface == iface)
/linux-master/sound/aoa/codecs/
H A Dtas.c273 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
316 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
372 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
428 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
468 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
526 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
588 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
639 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
H A Donyx.c171 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
233 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
288 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
352 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
418 .iface = SNDRV_CTL_ELEM_IFACE_##type, \
481 .iface = SNDRV_CTL_ELEM_IFACE_PCM,
538 .iface = SNDRV_CTL_ELEM_IFACE_PCM,
/linux-master/sound/pci/ac97/
H A Dac97_patch.c132 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
141 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
151 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
161 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
252 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
318 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
397 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
404 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
989 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
1174 { .iface
[all...]
/linux-master/drivers/net/ethernet/freescale/fman/
H A Dfman_memac.c663 phy_interface_t iface)
667 switch (iface) {
681 phy_interface_t iface)
685 switch (iface) {
691 iface);
1052 static bool memac_supports(struct mac_device *mac_dev, phy_interface_t iface) argument
1058 return mac_dev->phy_if == iface;
1061 iface, NULL);
662 memac_select_pcs(struct phylink_config *config, phy_interface_t iface) argument
680 memac_prepare(struct phylink_config *config, unsigned int mode, phy_interface_t iface) argument
/linux-master/sound/pci/
H A Dak4531_codec.c47 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \
52 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
114 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \
119 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
199 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \
/linux-master/drivers/net/ethernet/3com/
H A Dtyphoon.c237 struct typhoon_interface iface; member in struct:typhoon_shared
1181 struct typhoon_interface *iface = &tp->shared->iface; local
1186 /* The *Hi members of iface are all init'd to zero by the memset().
1189 iface->ringIndex = cpu_to_le32(shared_dma);
1192 iface->txLoAddr = cpu_to_le32(shared_dma);
1193 iface->txLoSize = cpu_to_le32(TXLO_ENTRIES * sizeof(struct tx_desc));
1196 iface->txHiAddr = cpu_to_le32(shared_dma);
1197 iface->txHiSize = cpu_to_le32(TXHI_ENTRIES * sizeof(struct tx_desc));
1200 iface
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_bonding.c55 static int get_rx_packets(const char *iface) argument
59 int iface_len = strlen(iface);
70 if (!strncmp(p, iface, iface_len)) {
99 static int xdp_attach(struct skeletons *skeletons, struct bpf_program *prog, char *iface) argument
104 ifindex = if_nametoindex(iface);
/linux-master/sound/isa/cs423x/
H A Dcs4236_lib.c379 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \
385 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \
444 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \
490 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \
497 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \
577 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \
584 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \
646 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \
690 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \
924 { .iface
[all...]
/linux-master/drivers/net/ethernet/marvell/prestera/
H A Dprestera_router.c431 struct prestera_iface *iface,
436 iface->vlan_id = 0; /* TODO: vlan egress */
437 iface->type = prestera_dev_if_type(n->dev);
438 if (iface->type != PRESTERA_IF_PORT_E)
445 iface->dev_port.hw_dev_num = port->dev_id;
446 iface->dev_port.port_num = port->hw_id;
799 err = prestera_neigh_iface_init(sw, &nc->nh_neigh_info.iface,
1284 re_key.iface.type = PRESTERA_IF_PORT_E;
1285 re_key.iface.dev_port.hw_dev_num = port->dev_id;
1286 re_key.iface
430 prestera_neigh_iface_init(struct prestera_switch *sw, struct prestera_iface *iface, struct neighbour *n) argument
[all...]
/linux-master/sound/pci/ice1712/
H A Dews.c606 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
614 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
713 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
722 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
790 { .iface = xiface,\
931 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER,\
941 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
/linux-master/sound/mips/
H A Dsgio2audio.c219 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
231 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
243 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
254 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
264 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
276 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
288 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
/linux-master/sound/soc/img/
H A Dimg-spdif-in.c574 .iface = SNDRV_CTL_ELEM_IFACE_PCM,
582 .iface = SNDRV_CTL_ELEM_IFACE_PCM,
588 .iface = SNDRV_CTL_ELEM_IFACE_PCM,
597 .iface = SNDRV_CTL_ELEM_IFACE_PCM,
603 .iface = SNDRV_CTL_ELEM_IFACE_PCM,
610 .iface = SNDRV_CTL_ELEM_IFACE_PCM,
617 .iface = SNDRV_CTL_ELEM_IFACE_PCM,
/linux-master/drivers/scsi/be2iscsi/
H A Dbe_iscsi.c516 struct iscsi_iface *iface,
522 if (iface->iface_type == ISCSI_IFACE_TYPE_IPV6)
574 int beiscsi_iface_get_param(struct iscsi_iface *iface, argument
578 struct Scsi_Host *shost = iscsi_iface_to_shost(iface);
599 len = __beiscsi_iface_get_param(phba, iface, param, buf);
602 if (iface->iface_type == ISCSI_IFACE_TYPE_IPV4)
605 else if (iface->iface_type == ISCSI_IFACE_TYPE_IPV6)
515 __beiscsi_iface_get_param(struct beiscsi_hba *phba, struct iscsi_iface *iface, int param, char *buf) argument
/linux-master/drivers/media/platform/amphion/
H A Dvpu_core.c618 struct vpu_shared_addr *iface; local
668 iface = devm_kzalloc(dev, sizeof(*iface), GFP_KERNEL);
669 if (!iface)
674 iface->priv = devm_kzalloc(dev, iface_data_size, GFP_KERNEL);
675 if (!iface->priv)
679 ret = vpu_iface_init(core, iface, &core->rpc, core->fw.phys);
681 dev_err(core->dev, "init iface fail, ret = %d\n", ret);
/linux-master/drivers/gpu/drm/panthor/
H A Dpanthor_fw.c229 /** @iface: FW interfaces. */
230 struct panthor_fw_iface iface; member in struct:panthor_fw
281 return &ptdev->fw->iface.global;
297 return &ptdev->fw->iface.groups[csg_slot];
314 return &ptdev->fw->iface.streams[csg_slot][cs_slot];
781 struct panthor_fw_cs_iface *cs_iface = &ptdev->fw->iface.streams[csg_idx][cs_idx];
836 struct panthor_fw_csg_iface *csg_iface = &ptdev->fw->iface.groups[csg_idx];
890 struct panthor_fw_global_iface *glb_iface = &ptdev->fw->iface.global;
/linux-master/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/
H A Dtc_flower.sh654 local iface=$1
668 batch="${batch}filter add dev $iface ingress protocol ipv6 pref 1 \
676 local iface=$1
689 batch="${batch}filter del dev $iface ingress protocol ipv6 pref 1 \
696 local iface=$1
704 test_rule_del $iface $index
706 test_rule_add $iface $tcflags $index
712 local iface=$1
729 test_rule_add_or_remove $iface $tcflags $i
/linux-master/drivers/hid/
H A Dhid-uclogic-params.c834 struct usb_interface *iface; local
858 iface = to_usb_interface(hdev->dev.parent);
859 bInterfaceNumber = iface->cur_altsetting->desc.bInterfaceNumber;
1402 struct usb_interface *iface; local
1418 iface = to_usb_interface(hdev->dev.parent);
1419 bInterfaceNumber = iface->cur_altsetting->desc.bInterfaceNumber;
1552 struct usb_interface *iface; local
1566 iface = to_usb_interface(hdev->dev.parent);
1567 bInterfaceNumber = iface->cur_altsetting->desc.bInterfaceNumber;
/linux-master/sound/soc/codecs/
H A Dmadera.h292 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname,\
298 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \
305 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \
/linux-master/sound/drivers/opl3/
H A Dopl3_lib.c506 hw->iface = SNDRV_HWDEP_IFACE_OPL2;
510 hw->iface = SNDRV_HWDEP_IFACE_OPL3;
514 hw->iface = SNDRV_HWDEP_IFACE_OPL4;

Completed in 604 milliseconds

1234567891011>>