Searched refs:interface (Results 1 - 25 of 536) sorted by last modified time

1234567891011>>

/linux-master/arch/x86/xen/
H A Dsmp_pv.c35 #include <xen/interface/xen.h>
36 #include <xen/interface/vcpu.h>
37 #include <xen/interface/xenpmu.h>
40 #include <asm/xen/interface.h>
H A Denlighten_pv.c40 #include <xen/interface/xen.h>
41 #include <xen/interface/version.h>
42 #include <xen/interface/physdev.h>
43 #include <xen/interface/vcpu.h>
44 #include <xen/interface/memory.h>
45 #include <xen/interface/nmi.h>
46 #include <xen/interface/xen-mca.h>
84 #include <xen/interface/platform.h>
/linux-master/drivers/net/dsa/mv88e6xxx/
H A Dchip.c417 int port, phy_interface_t interface)
423 interface);
430 interface);
554 /* higher interface modes are not needed here, since ports supporting
843 phy_interface_t interface)
850 interface);
856 unsigned int mode, phy_interface_t interface)
863 * interface mode.
866 chip->ports[port].interface != interface
416 mv88e6xxx_port_config_interface(struct mv88e6xxx_chip *chip, int port, phy_interface_t interface) argument
841 mv88e6xxx_mac_select_pcs(struct dsa_switch *ds, int port, phy_interface_t interface) argument
855 mv88e6xxx_mac_prepare(struct dsa_switch *ds, int port, unsigned int mode, phy_interface_t interface) argument
900 mv88e6xxx_mac_finish(struct dsa_switch *ds, int port, unsigned int mode, phy_interface_t interface) argument
927 mv88e6xxx_mac_link_down(struct dsa_switch *ds, int port, unsigned int mode, phy_interface_t interface) argument
955 mv88e6xxx_mac_link_up(struct dsa_switch *ds, int port, unsigned int mode, phy_interface_t interface, struct phy_device *phydev, int speed, int duplex, bool tx_pause, bool rx_pause) argument
[all...]
/linux-master/drivers/gpu/drm/panel/
H A Dpanel-ilitek-ili9341.c6 * - 16-bit parallel RGB interface
7 * - 18-bit parallel RGB interface
8 * - 4-line serial spi interface
160 /* interface: Interface Control (F6h) */
161 u8 interface[ILI9341_INTERFACE_LEN]; member in struct:ili9341_config
279 * Interface for RAM Access: RGB interface
280 * 16- bit RGB interface (1 transfer/pixel)
282 .interface = {ILI9341_IF_WE_MODE, 0x00,
345 mipi_dbi_command_stackbuf(dbi, ILI9341_INTERFACE, cfg->interface,
362 dev_info(dev, "Initialized display rgb interface\
[all...]
/linux-master/drivers/net/phy/
H A Ddp83869.c696 if (phydev->interface == PHY_INTERFACE_MODE_MII) {
836 if (phydev->interface == PHY_INTERFACE_MODE_RGMII_ID)
840 if (phydev->interface == PHY_INTERFACE_MODE_RGMII_TXID)
843 if (phydev->interface == PHY_INTERFACE_MODE_RGMII_RXID)
H A Dmicrel.c1014 switch (phydev->interface) {
1232 switch (phydev->interface) {
4621 phydev->interface = PHY_INTERFACE_MODE_RGMII_RXID;
/linux-master/drivers/net/ethernet/wangxun/txgbe/
H A Dtxgbe_phy.c160 phy_interface_t interface)
165 if (interface == PHY_INTERFACE_MODE_10GBASER)
177 unsigned int mode, phy_interface_t interface)
186 unsigned int mode, phy_interface_t interface,
221 phy_interface_t interface)
232 phy_interface_t interface)
762 wx_err(wx, "failed to init i2c interface: %d\n", ret);
159 txgbe_phylink_mac_select(struct phylink_config *config, phy_interface_t interface) argument
176 txgbe_mac_link_down(struct phylink_config *config, unsigned int mode, phy_interface_t interface) argument
184 txgbe_mac_link_up(struct phylink_config *config, struct phy_device *phy, unsigned int mode, phy_interface_t interface, int speed, int duplex, bool tx_pause, bool rx_pause) argument
220 txgbe_mac_prepare(struct phylink_config *config, unsigned int mode, phy_interface_t interface) argument
231 txgbe_mac_finish(struct phylink_config *config, unsigned int mode, phy_interface_t interface) argument
/linux-master/drivers/usb/serial/
H A Doption.c20 used for is a PC-Card (with an internal OHCI-USB interface, behind
21 which the GSM interface sits), made by Option Inc.
627 /* Highest interface number which can be used with NCTRL() and RSVD() */
2385 &serial->interface->cur_altsetting->desc;
2388 /* Never bind to the CD-Rom emulation interface */
2395 * the Windows driver .INF files for reserved interface numbers.
2401 * Allow matching on bNumEndpoints for devices whose interface numbers
2434 iface_desc = &serial->interface->cur_altsetting->desc;
/linux-master/drivers/usb/gadget/function/
H A Df_fs.c2527 pr_vdebug("interface descriptor\n");
2572 pr_vdebug("interface association descriptor\n");
2666 * encountered interface "n" then there are at least
2856 if (len < sizeof(*d) || h->interface >= ffs->interfaces_count)
3427 t = &func->function.os_desc_table[h->interface];
3428 t->if_id = func->interfaces_nums[h->interface];
3643 * Now handle interface numbers allocation and interface and
3716 unsigned interface, unsigned alt)
3723 intf = ffs_func_revmap_intf(func, interface);
3710 ffs_func_set_alt(struct usb_function *f, unsigned interface, unsigned alt) argument
[all...]
/linux-master/drivers/net/ethernet/ti/
H A Dam65-cpsw-nuss.c729 /* mac_sl should be configured via phy-link interface */
1577 if (common->pdata.extra_modes & BIT(state->interface)) {
1578 if (state->interface == PHY_INTERFACE_MODE_SGMII) {
1586 if (state->interface == PHY_INTERFACE_MODE_USXGMII) {
1600 phy_interface_t interface)
1622 /* If interface mode is RGMII, CPSW_SL_CTL_EXT_EN might have been set for 10 Mbps */
1623 if (phy_interface_mode_is_rgmii(interface))
1633 unsigned int mode, phy_interface_t interface, int speed,
1649 if (speed == SPEED_10 && phy_interface_mode_is_rgmii(interface))
1652 if (speed == SPEED_100 && interface
1599 am65_cpsw_nuss_mac_link_down(struct phylink_config *config, unsigned int mode, phy_interface_t interface) argument
1632 am65_cpsw_nuss_mac_link_up(struct phylink_config *config, struct phy_device *phy, unsigned int mode, phy_interface_t interface, int speed, int duplex, bool tx_pause, bool rx_pause) argument
[all...]
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c54 /* As long as the interface is active, we keep the timestamping counter enabled
831 * This is valid as long as the interface is open and not suspended.
940 phy_interface_t interface)
976 unsigned int mode, phy_interface_t interface)
992 unsigned int mode, phy_interface_t interface,
1006 if (interface == PHY_INTERFACE_MODE_USXGMII) {
1020 } else if (interface == PHY_INTERFACE_MODE_XLGMII) {
1118 * Physical Coding Sublayer (PCS) interface that can be used when the MAC is
1119 * configured for the TBI, RTBI, or SGMII PHY interface.
1123 int interface local
939 stmmac_mac_select_pcs(struct phylink_config *config, phy_interface_t interface) argument
975 stmmac_mac_link_down(struct phylink_config *config, unsigned int mode, phy_interface_t interface) argument
990 stmmac_mac_link_up(struct phylink_config *config, struct phy_device *phy, unsigned int mode, phy_interface_t interface, int speed, int duplex, bool tx_pause, bool rx_pause) argument
[all...]
H A Ddwmac-sun8i.c1013 /* Clear interface mode bits */
1032 dev_err(dev, "Unsupported interface mode: %s",
1160 phy_interface_t interface; local
1204 * interface if possible.
1224 ret = of_get_phy_mode(dev->of_node, &interface);
1235 plat_dat->mac_interface = interface;
/linux-master/drivers/net/dsa/
H A Dmt7530.h705 /* Port 5 interface select definitions */
751 phy_interface_t interface,
755 phy_interface_t interface);
773 * @p5_intf_sel: Holding the current port 5 interface select
H A Dmt7530.c416 /* Setup port 6 interface mode and TRGMII TX circuit */
418 mt7530_setup_port6(struct dsa_switch *ds, phy_interface_t interface) argument
426 if (interface == PHY_INTERFACE_MODE_RGMII) {
890 static void mt7530_setup_port5(struct dsa_switch *ds, phy_interface_t interface) argument
924 if (phy_interface_mode_is_rgmii(interface)) {
932 (interface == PHY_INTERFACE_MODE_RGMII_TXID ||
933 interface == PHY_INTERFACE_MODE_RGMII_ID))
948 val, p5_intf_modes(priv->p5_intf_sel), phy_modes(interface));
2351 phy_interface_t interface; local
2515 ret = of_get_phy_mode(mac_np, &interface);
2794 mt7530_mac_config(struct dsa_switch *ds, int port, unsigned int mode, phy_interface_t interface) argument
2805 mt7531_rgmii_setup(struct mt7530_priv *priv, u32 port, phy_interface_t interface, struct phy_device *phydev) argument
2846 mt7531_mac_config(struct dsa_switch *ds, int port, unsigned int mode, phy_interface_t interface) argument
2861 mt753x_phylink_mac_select_pcs(struct dsa_switch *ds, int port, phy_interface_t interface) argument
2892 mt753x_phylink_mac_link_down(struct dsa_switch *ds, int port, unsigned int mode, phy_interface_t interface) argument
2901 mt753x_phylink_mac_link_up(struct dsa_switch *ds, int port, unsigned int mode, phy_interface_t interface, struct phy_device *phydev, int speed, int duplex, bool tx_pause, bool rx_pause) argument
3005 mt753x_pcs_config(struct phylink_pcs *pcs, unsigned int neg_mode, phy_interface_t interface, const unsigned long *advertising, bool permit_pause_to_mac) argument
[all...]
/linux-master/tools/hv/
H A Dhv_kvp_daemon.c98 * The location of the interface configuration file.
559 * Retrieve an interface name corresponding to the specified guid.
561 * to the interface name and if not, a NULL is returned.
599 * Found the guid match; return the interface
615 * Retrieve the MAC address given the interface name.
739 * The parameter to the script is the interface name.
858 * We want info about a specific interface;
1340 * Set the configuration for the specified interface with
1342 * way to configure an interface, we will have an external
1343 * script that does the job of configuring the interface an
[all...]
/linux-master/drivers/platform/x86/
H A Dacer-wmi.c48 * Bit masks for the AMW0 interface
55 * Method IDs for WMID interface
316 /* Each low-level interface must define at least some of the following */
321 /* The capabilities this interface provides */
324 /* Private data for the current interface */
327 /* debugfs entries associated with this interface */
331 /* The static interface pointer, points to the currently detected interface */
332 static struct wmi_interface *interface; variable in typeref:struct:wmi_interface
356 interface
[all...]
/linux-master/sound/usb/line6/
H A Ddriver.c35 Code to request version of POD, Variax interface
734 int line6_probe(struct usb_interface *interface, argument
741 struct usb_device *usbdev = interface_to_usbdev(interface);
754 ret = snd_card_new(&interface->dev,
765 line6->ifcdev = &interface->dev;
775 usb_set_intfdata(interface, line6);
781 dev_info(&interface->dev, "Line 6 %s found\n", properties->name);
783 /* query interface number */
784 interface_number = interface->cur_altsetting->desc.bInterfaceNumber;
790 dev_err(&interface
826 line6_disconnect(struct usb_interface *interface) argument
863 line6_suspend(struct usb_interface *interface, pm_message_t message) argument
883 line6_resume(struct usb_interface *interface) argument
[all...]
/linux-master/drivers/net/
H A Dxen-netfront.c58 #include <xen/interface/io/netif.h>
59 #include <xen/interface/memory.h>
60 #include <xen/interface/grant_table.h>
67 "Maximum number of queues per virtual interface");
91 /* Queue name is interface name with "-qNNN" appended */
/linux-master/drivers/net/ethernet/freescale/
H A Dfec_main.c1139 * The phy interface and speed need to get configured
2485 * second interface is added primarily for Switch mode.
2488 * mdio interface in board design, and need to be configured by
3523 /* Probe and connect to PHY when open the interface */
4313 phy_interface_t interface; local
4395 ret = of_get_phy_mode(pdev->dev.of_node, &interface);
4403 fep->phy_interface = interface;
/linux-master/drivers/net/ethernet/renesas/
H A Dsh_eth.c433 "PHY interface mode was not setup. Set to MII.\n");
3206 phy_interface_t interface; local
3213 ret = of_get_phy_mode(np, &interface);
3216 pdata->phy_interface = interface;
/linux-master/drivers/usb/misc/
H A Dusb-ljca.c110 * @intf: the usb interface for this ljca adapter
112 * @dev: the specific device info of the usb interface
742 static int ljca_probe(struct usb_interface *interface, argument
745 struct usb_device *usb_dev = interface_to_usbdev(interface);
746 struct usb_host_interface *alt = interface->cur_altsetting;
748 struct device *dev = &interface->dev;
767 adap->intf = usb_get_intf(interface);
800 usb_set_intfdata(interface, adap);
828 static void ljca_disconnect(struct usb_interface *interface) argument
830 struct ljca_adapter *adap = usb_get_intfdata(interface);
852 ljca_suspend(struct usb_interface *interface, pm_message_t message) argument
861 ljca_resume(struct usb_interface *interface) argument
[all...]
/linux-master/drivers/usb/dwc3/
H A Dcore.h30 #include <linux/ulpi/interface.h>
1037 * @usb_psy: pointer to power supply interface.
1043 * @ulpi: pointer to ulpi interface
1652 /* power management interface */
/linux-master/drivers/usb/core/
H A Dsysfs.c1154 static DEVICE_ATTR_RO(interface);
1192 /* Devices will be autosuspended even when an interface isn't claimed */
1201 * interface_authorized_show - show authorization status of an USB interface
1213 * interface_authorized_store - authorize or deauthorize an USB interface
1354 dev_dbg(&intf->dev, "interface string descriptor file not created\n");
H A Dhub.c157 return usb_get_intfdata(hdev->actconfig->interface[0]);
717 * work for this hub. Therefore put the interface either when
2595 * interface was registered with the driver core; else a negative errno
2739 * with the driver core and lets interface drivers bind to them.
3355 * enable remote wake for the first interface. FIXME if the interface
3381 * disable remote wake for the first interface. FIXME if the interface
4250 intf = udev->actconfig->interface[i];
6182 struct usb_interface *intf = config->interface[
[all...]
/linux-master/drivers/scsi/bnx2fc/
H A Dbnx2fc_tgt.c85 struct bnx2fc_interface *interface = port->priv; local
86 struct bnx2fc_hba *hba = interface->hba;
294 struct bnx2fc_interface *interface = port->priv; local
295 struct bnx2fc_hba *hba = interface->hba;
356 struct bnx2fc_interface *interface = port->priv; local
357 struct bnx2fc_hba *hba = interface->hba;
444 struct bnx2fc_interface *interface = port->priv; local
445 struct bnx2fc_hba *hba = interface->hba;
581 struct bnx2fc_interface *interface = port->priv; local
582 struct bnx2fc_hba *hba = interface
[all...]

Completed in 385 milliseconds

1234567891011>>