Searched refs:interface (Results 201 - 225 of 536) sorted by relevance

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>
/linux-master/drivers/scsi/bnx2fc/
H A Dbnx2fc_hwi.c175 struct bnx2fc_interface *interface = port->priv; local
176 struct fcoe_ctlr *ctlr = bnx2fc_to_ctlr(interface);
177 struct bnx2fc_hba *hba = interface->hba;
239 ofld_req3.vlan_tag = interface->vlan_id <<
302 ofld_req3.flags |= (interface->vlan_enabled <<
360 struct bnx2fc_interface *interface = port->priv; local
361 struct fcoe_ctlr *ctlr = bnx2fc_to_ctlr(interface);
362 struct bnx2fc_hba *hba = interface->hba;
406 enbl_req.vlan_tag = interface->vlan_id <<
409 enbl_req.vlan_flag = interface
429 struct bnx2fc_interface *interface = port->priv; local
554 struct bnx2fc_interface *interface = port->priv; local
636 struct bnx2fc_interface *interface = tgt->port->priv; local
864 struct bnx2fc_interface *interface = port->priv; local
999 struct bnx2fc_interface *interface = port->priv; local
1157 struct bnx2fc_interface *interface; local
1209 struct bnx2fc_interface *interface; local
1449 struct bnx2fc_interface *interface = port->priv; local
[all...]
/linux-master/sound/soc/meson/
H A DMakefile15 snd-soc-meson-axg-tdm-interface-objs := axg-tdm-interface.o
34 obj-$(CONFIG_SND_MESON_AXG_TDM_INTERFACE) += snd-soc-meson-axg-tdm-interface.o
H A Daiu.c178 struct aiu_interface *interface)
194 interface->clks = clks;
195 interface->clk_num = num;
175 aiu_clk_bulk_get(struct device *dev, const char * const *ids, unsigned int num, struct aiu_interface *interface) argument
/linux-master/drivers/input/tablet/
H A Dacecad.c114 struct usb_host_interface *interface = intf->cur_altsetting; local
121 if (interface->desc.bNumEndpoints != 1)
124 endpoint = &interface->endpoint[0].desc;
/linux-master/sound/usb/
H A Dcard.c140 static int snd_usb_create_stream(struct snd_usb_audio *chip, int ctrlif, int interface) argument
145 struct usb_interface *iface = usb_ifnum_to_if(dev, interface);
149 ctrlif, interface);
158 * interface numbers wrong.
162 interface == 0 &&
165 interface = 2;
166 iface = usb_ifnum_to_if(dev, interface);
175 ctrlif, interface);
187 ctrlif, interface);
198 "%u:%d: skipping non-supported interface
[all...]
/linux-master/drivers/acpi/
H A Dosi.c49 static u32 acpi_osi_handler(acpi_string interface, u32 supported) argument
51 if (!strcmp("Linux", interface)) {
58 if (!strcmp("Darwin", interface)) {
452 * Without this EEEpc exports a non working WMI interface, with
453 * this it exports a working "good old" eeepc_laptop interface,
/linux-master/drivers/net/phy/
H A Ddp83867.c516 if (phydev->interface == PHY_INTERFACE_MODE_RGMII) {
533 if ((phydev->interface == PHY_INTERFACE_MODE_RGMII_ID ||
534 phydev->interface == PHY_INTERFACE_MODE_RGMII_RXID) &&
541 if ((phydev->interface == PHY_INTERFACE_MODE_RGMII_ID ||
542 phydev->interface == PHY_INTERFACE_MODE_RGMII_TXID) &&
796 phydev->interface == PHY_INTERFACE_MODE_SGMII) {
805 if (phydev->interface == PHY_INTERFACE_MODE_SGMII) {
849 if (phydev->interface == PHY_INTERFACE_MODE_RGMII_ID)
852 if (phydev->interface == PHY_INTERFACE_MODE_RGMII_TXID)
855 if (phydev->interface
[all...]
H A Dintel-xway.c182 if (phydev->interface == PHY_INTERFACE_MODE_RGMII) {
201 if (phydev->interface == PHY_INTERFACE_MODE_RGMII_ID ||
202 phydev->interface == PHY_INTERFACE_MODE_RGMII_RXID) {
214 if (phydev->interface == PHY_INTERFACE_MODE_RGMII_ID ||
215 phydev->interface == PHY_INTERFACE_MODE_RGMII_TXID) {
H A Dbroadcom.c55 if (phydev->interface == PHY_INTERFACE_MODE_RGMII ||
56 phydev->interface == PHY_INTERFACE_MODE_RGMII_TXID) {
60 if (phydev->interface == PHY_INTERFACE_MODE_RGMII_ID ||
61 phydev->interface == PHY_INTERFACE_MODE_RGMII_RXID) {
72 if (phydev->interface == PHY_INTERFACE_MODE_RGMII ||
73 phydev->interface == PHY_INTERFACE_MODE_RGMII_RXID) {
77 if (phydev->interface == PHY_INTERFACE_MODE_RGMII_ID ||
78 phydev->interface == PHY_INTERFACE_MODE_RGMII_TXID) {
129 if (phydev->interface != PHY_INTERFACE_MODE_SGMII &&
130 phydev->interface !
[all...]
/linux-master/drivers/block/xen-blkback/
H A Dcommon.h43 #include <xen/interface/io/ring.h>
44 #include <xen/interface/io/blkif.h>
45 #include <xen/interface/io/protocols.h>
303 /* Unique identifier for this interface. */
308 /* The VBD attached to this 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...]
H A Dldusb.c154 struct usb_interface *intf; /* save off the usb interface pointer */
304 struct usb_interface *interface; local
309 interface = usb_find_interface(&ld_usb_driver, subminor);
311 if (!interface) {
317 dev = usb_get_intfdata(interface);
338 interface_to_usbdev(interface),
339 usb_rcvintpipe(interface_to_usbdev(interface),
352 dev_err(&interface->dev, "Couldn't submit interrupt_in_urb %d\n", retval);
/linux-master/drivers/char/xillybus/
H A Dxillyusb.c1986 static int xillyusb_discovery(struct usb_interface *interface) argument
1989 struct xillyusb_dev *xdev = usb_get_intfdata(interface);
2000 dev_err(&interface->dev, "Failed to send quiesce request. Aborting.\n");
2030 dev_err(&interface->dev, "Failed to send IDT request. Aborting.\n");
2050 dev_err(&interface->dev, "No response from FPGA. Aborting.\n");
2065 dev_err(&interface->dev, "IDT failed CRC check. Aborting.\n");
2071 dev_err(&interface->dev, "No support for IDT version 0x%02x. Maybe the xillyusb driver needs an upgrade. Aborting.\n",
2084 dev_err(&interface->dev, "IDT too short. This is exceptionally weird, because its CRC is OK\n");
2108 rc = xillybus_init_chrdev(&interface->dev, &xillyusb_fops,
2129 static int xillyusb_probe(struct usb_interface *interface, argument
2181 xillyusb_disconnect(struct usb_interface *interface) argument
[all...]
/linux-master/drivers/net/dsa/qca/
H A Dqca8k-8xxx.c1287 phy_interface_t interface)
1292 switch (interface) {
1323 if (state->interface != PHY_INTERFACE_MODE_RGMII &&
1324 state->interface != PHY_INTERFACE_MODE_RGMII_ID &&
1325 state->interface != PHY_INTERFACE_MODE_RGMII_TXID &&
1326 state->interface != PHY_INTERFACE_MODE_RGMII_RXID &&
1327 state->interface != PHY_INTERFACE_MODE_SGMII)
1341 if (state->interface != PHY_INTERFACE_MODE_RGMII &&
1342 state->interface != PHY_INTERFACE_MODE_RGMII_ID &&
1343 state->interface !
1286 qca8k_phylink_mac_select_pcs(struct dsa_switch *ds, int port, phy_interface_t interface) argument
1429 qca8k_phylink_mac_link_down(struct dsa_switch *ds, int port, unsigned int mode, phy_interface_t interface) argument
1438 qca8k_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
1523 qca8k_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/drivers/usb/core/
H A Dmessage.c649 * configuration or interface alt setting is selected.
825 * Strings may be referenced in device, configuration, interface, or other
1103 * @recip: USB_RECIP_*; for device, interface, or endpoint
1105 * @target: zero (for device), else interface or endpoint number
1110 * Returns device, interface, or endpoint status. Normally only of
1333 * usb_disable_interface -- Disable all endpoints for an interface
1334 * @dev: the device whose interface is being disabled
1335 * @intf: pointer to the interface descriptor
1339 * Disables all the endpoints for the interface's current altsetting.
1406 dev->actconfig->interface[
1409 struct usb_interface *interface; local
1527 usb_set_interface(struct usb_device *dev, int interface, int alternate) argument
[all...]
/linux-master/drivers/usb/gadget/function/
H A Df_printer.c71 s8 interface; member in struct:printer_dev
286 /* software-driven interface shutdown */
354 if (dev->interface < 0) {
452 if (dev->interface < 0) {
589 if (dev->interface < 0) {
701 if (dev->interface < 0) {
730 if (dev->interface < 0) {
769 if (dev->interface < 0) {
850 if (dev->interface < 0)
862 dev->interface
[all...]
/linux-master/sound/usb/line6/
H A Dtoneport.c462 static int toneport_reset_resume(struct usb_interface *interface) argument
466 err = toneport_setup(usb_get_intfdata(interface));
469 return line6_resume(interface);
559 static int toneport_probe(struct usb_interface *interface, argument
562 return line6_probe(interface, id, "Line6-TonePort",
/linux-master/drivers/hid/usbhid/
H A Dusbkbd.c265 struct usb_host_interface *interface; local
272 interface = iface->cur_altsetting;
274 if (interface->desc.bNumEndpoints != 1)
277 endpoint = &interface->endpoint[0].desc;
344 kbd->cr->wIndex = cpu_to_le16(interface->desc.bInterfaceNumber);
/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-mac.c153 phy_interface_t interface)
184 dpmac_eth_if_mode(state->interface));
188 err = phy_set_mode_ext(mac->serdes_phy, PHY_MODE_ETHERNET, state->interface);
195 unsigned int mode, phy_interface_t interface,
231 phy_interface_t interface)
303 /* We support the current interface mode, and if we have a PCS
304 * similar interface modes that do not require the SerDes lane to be
398 * error out if the interface mode requests them and there is no PHY
152 dpaa2_mac_select_pcs(struct phylink_config *config, phy_interface_t interface) argument
193 dpaa2_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
229 dpaa2_mac_link_down(struct phylink_config *config, unsigned int mode, phy_interface_t interface) argument
/linux-master/drivers/input/misc/
H A Dpowermate.c303 struct usb_host_interface *interface; local
310 interface = intf->cur_altsetting;
311 if (interface->desc.bNumEndpoints < 1)
314 endpoint = &interface->endpoint[0].desc;
320 0, interface->desc.bInterfaceNumber, NULL, 0,
/linux-master/arch/arm/xen/
H A Denlighten.c6 #include <xen/interface/vcpu.h>
7 #include <xen/interface/xen.h>
8 #include <xen/interface/memory.h>
9 #include <xen/interface/hvm/params.h>
14 #include <xen/interface/sched.h>
/linux-master/drivers/net/dsa/mv88e6xxx/
H A Dserdes.c72 if (state->interface == PHY_INTERFACE_MODE_2500BASEX)
88 state->interface != PHY_INTERFACE_MODE_SGMII) {
95 if (state->interface == PHY_INTERFACE_MODE_2500BASEX)
103 if (state->interface == PHY_INTERFACE_MODE_2500BASEX)
106 else if (state->interface == PHY_INTERFACE_MODE_1000BASEX)
/linux-master/drivers/usb/serial/
H A Dqcserial.c206 * 3: Modem interface
211 dev_dbg(dev, "Quectel EC20 DM/DIAG interface found\n");
214 dev_dbg(dev, "Quectel EC20 NMEA GPS interface found\n");
221 /* Don't claim the QMI/net interface */
231 struct usb_host_interface *intf = serial->interface->cur_altsetting;
251 if (serial->interface->num_altsetting == 2)
252 intf = usb_altnum_to_altsetting(serial->interface, 1);
253 else if (serial->interface->num_altsetting > 2)
261 if (serial->interface->num_altsetting == 1)
270 /* default to enabling interface */
[all...]
H A Dpl2303.c246 struct device *dev = &serial->interface->dev;
275 struct device *dev = &serial->interface->dev;
335 * Use interrupt endpoint from first interface if available.
342 struct usb_interface *interface = serial->interface; local
344 struct device *ddev = &interface->dev;
349 if (interface == dev->actconfig->interface[0])
352 /* check out the endpoints of the other interface */
353 iface_desc = dev->actconfig->interface[
[all...]

Completed in 305 milliseconds

1234567891011>>