Searched refs:iface (Results 101 - 125 of 510) sorted by relevance

1234567891011>>

/linux-master/sound/soc/tegra/
H A Dtegra210_ope.h76 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
/linux-master/include/sound/
H A Dhwdep.h45 int iface; member in struct:snd_hwdep
/linux-master/sound/soc/codecs/
H A Daw87390.h57 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
H A Dwm8978.c656 u16 iface = snd_soc_component_read(component, WM8978_AUDIO_INTERFACE) & ~0x198; local
676 iface |= 0x10;
681 iface |= 0x8;
684 iface |= 0x18;
695 iface |= 0x180;
698 iface |= 0x100;
701 iface |= 0x80;
707 snd_soc_component_write(component, WM8978_AUDIO_INTERFACE, iface);
/linux-master/net/batman-adv/
H A Drouting.h27 struct batadv_hard_iface *iface);
H A Dhard-interface.c137 * batadv_is_on_batman_iface() - check if a device is a batman iface descendant
493 bat_priv->algo_ops->iface.primary_set(new_hard_iface);
665 bat_priv->algo_ops->iface.update_mac(hard_iface);
680 if (bat_priv->algo_ops->iface.activate)
681 bat_priv->algo_ops->iface.activate(hard_iface);
739 ret = bat_priv->algo_ops->iface.enable(hard_iface);
777 if (bat_priv->algo_ops->iface.enabled)
778 bat_priv->algo_ops->iface.enabled(hard_iface);
848 bat_priv->algo_ops->iface.disable(hard_iface);
1001 bat_priv->algo_ops->iface
[all...]
/linux-master/include/linux/
H A Dphylink.h184 phy_interface_t iface);
188 phy_interface_t iface);
230 * @iface: interface mode to switch to
249 phy_interface_t iface);
331 * @iface: interface mode to switch to
335 * for the @mode and @iface. E.g. a MAC driver may wish to re-enable the
342 phy_interface_t iface);
/linux-master/sound/usb/
H A Dcard.c103 MODULE_PARM_DESC(delayed_register, "Quirk for delayed registration, given by id:iface, e.g. 0123abcd:4.");
145 struct usb_interface *iface = usb_ifnum_to_if(dev, interface); local
147 if (!iface) {
153 alts = &iface->altsetting[0];
166 iface = usb_ifnum_to_if(dev, interface);
167 if (!iface)
169 alts = &iface->altsetting[0];
173 if (usb_interface_claimed(iface)) {
182 int err = snd_usb_midi_v2_create(chip, iface, NULL,
190 return usb_driver_claim_interface(&usb_audio_driver, iface,
298 struct usb_interface *iface = local
[all...]
H A Dmixer_us16x08.c764 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
774 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
784 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
794 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
804 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
814 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
824 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
834 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
845 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
856 .iface
[all...]
/linux-master/drivers/usb/core/
H A Ddevices.c193 const struct usb_interface *iface,
203 if (iface) {
204 driver_name = (iface->dev.driver
205 ? iface->dev.driver->name
207 active = (desc == &iface->cur_altsetting->desc);
224 const struct usb_interface *iface, int setno)
229 start = usb_dump_interface_descriptor(start, end, intfc, iface, setno);
191 usb_dump_interface_descriptor(char *start, char *end, const struct usb_interface_cache *intfc, const struct usb_interface *iface, int setno) argument
222 usb_dump_interface(int speed, char *start, char *end, const struct usb_interface_cache *intfc, const struct usb_interface *iface, int setno) argument
/linux-master/sound/usb/6fire/
H A Dcontrol.c402 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
414 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
426 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
442 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
452 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
462 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
476 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
485 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
494 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
503 .iface
[all...]
/linux-master/drivers/media/platform/amphion/
H A Dvpu_dbg.c237 struct vpu_shared_addr *iface = core->iface; local
285 iface->cmd_desc->start,
286 iface->cmd_desc->end,
287 iface->cmd_desc->wptr,
288 iface->cmd_desc->rptr);
293 iface->msg_desc->start,
294 iface->msg_desc->end,
295 iface->msg_desc->wptr,
296 iface
[all...]
/linux-master/drivers/net/mdio/
H A Dof_mdio.c310 * @iface: PHY data interface type
319 phy_interface_t iface)
329 ret = phy_connect_direct(dev, phy, hndlr, iface);
353 phy_interface_t iface; local
358 ret = of_get_phy_mode(np, &iface);
374 phy = of_phy_connect(dev, phy_np, hndlr, 0, iface);
316 of_phy_connect(struct net_device *dev, struct device_node *phy_np, void (*hndlr)(struct net_device *), u32 flags, phy_interface_t iface) argument
/linux-master/tools/testing/selftests/drivers/net/hw/
H A Dethtool_mm.sh165 local iface=$1
168 rx_min_frag_size=$(ethtool --json --show-mm $iface | \
180 echo "$iface: RX min frag size $rx_min_frag_size cannot be advertised over LLDP"
187 local iface=$1
189 local min=$(smallest_supported_add_frag_size $iface)
/linux-master/sound/pci/ice1712/
H A Dmaya44.c430 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
442 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
454 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
466 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
476 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
486 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
493 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
501 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
508 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
H A Dprodigy192.c351 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
360 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
371 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
379 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
390 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
399 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
410 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
583 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
/linux-master/drivers/mtd/nand/raw/
H A Dnand_timings.c649 * @iface: The interface configuration to fill
653 struct nand_interface_config *iface,
661 *iface = onfi_sdr_timings[timing_mode];
669 struct nand_sdr_timings *timings = &iface->timings.sdr;
685 * @iface: The interface configuration to fill
689 struct nand_interface_config *iface,
697 *iface = onfi_nvddr_timings[timing_mode];
705 struct nand_nvddr_timings *timings = &iface->timings.nvddr;
724 * @iface: The interface configuration to fill
729 struct nand_interface_config *iface,
652 onfi_fill_sdr_interface_config(struct nand_chip *chip, struct nand_interface_config *iface, unsigned int timing_mode) argument
688 onfi_fill_nvddr_interface_config(struct nand_chip *chip, struct nand_interface_config *iface, unsigned int timing_mode) argument
728 onfi_fill_interface_config(struct nand_chip *chip, struct nand_interface_config *iface, enum nand_interface_type type, unsigned int timing_mode) argument
[all...]
/linux-master/drivers/input/mouse/
H A Dbcm5974.c865 static int bcm5974_suspend(struct usb_interface *iface, pm_message_t message) argument
867 struct bcm5974 *dev = usb_get_intfdata(iface);
879 static int bcm5974_resume(struct usb_interface *iface) argument
881 struct bcm5974 *dev = usb_get_intfdata(iface);
894 static int bcm5974_probe(struct usb_interface *iface, argument
897 struct usb_device *udev = interface_to_usbdev(iface);
910 dev_err(&iface->dev, "out of memory\n");
915 dev->intf = iface;
970 input_dev->dev.parent = &iface->dev;
984 usb_set_intfdata(iface, de
1006 bcm5974_disconnect(struct usb_interface *iface) argument
[all...]
/linux-master/sound/pci/oxygen/
H A Dxonar_dg_mixer.c358 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
372 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
379 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
389 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
401 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
408 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
/linux-master/drivers/net/wan/
H A Dpc300too.c81 unsigned int iface; member in struct:port_s
148 if (port->iface == IF_IFACE_V35)
198 ifs->type = port->iface;
241 port->iface = new_type;
446 port->iface = IF_IFACE_X21;
448 port->iface = IF_IFACE_V35;
/linux-master/arch/mips/cavium-octeon/
H A Docteon-platform.c618 static void __init octeon_rx_tx_delay(int eth, int iface, int port) argument
622 if (iface == 0) {
639 if (iface == 0 && port <= 2) {
649 static void __init octeon_fdt_pip_port(int iface, int i, int p, int max) argument
658 eth = fdt_subnode_offset(initial_boot_params, iface, name_buffer);
685 int iface; local
690 iface = fdt_subnode_offset(initial_boot_params, pip, name_buffer);
691 if (iface < 0)
698 octeon_fdt_pip_port(iface, idx, p, count - 1);
745 int iface; local
[all...]
/linux-master/drivers/cdx/controller/
H A Dmcdi.h175 * @iface: Interface/protocol state
179 struct cdx_mcdi_iface iface; member in struct:cdx_mcdi_data
185 return cdx->mcdi ? &cdx->mcdi->iface : NULL;
/linux-master/drivers/staging/greybus/
H A Daudio_helper.c159 id.iface = control->iface;
/linux-master/samples/bpf/
H A Dxdp_router_ipv4_user.c101 int dst_len, iface, metric; member in struct:route_table
151 route.iface = atoi(ifs);
153 assert(get_mac_addr(route.iface, &route.mac) == 0);
155 &route.iface, &route.iface, 0) == 0);
171 direct_entry.ifindex = route.iface;
196 prefix_value->ifindex = route.iface;
231 prefix_value->ifindex = route.iface;
/linux-master/drivers/hwmon/
H A Dibmpex.c53 static void ibmpex_register_bmc(int iface, struct device *dev);
54 static void ibmpex_bmc_gone(int iface);
248 static struct ibmpex_bmc_data *get_bmc_data(int iface) argument
253 if (p->interface == iface)
436 static void ibmpex_register_bmc(int iface, struct device *dev) argument
448 data->interface = iface;
531 static void ibmpex_bmc_gone(int iface) argument
533 struct ibmpex_bmc_data *data = get_bmc_data(iface);

Completed in 511 milliseconds

1234567891011>>