Searched refs:interface (Results 251 - 275 of 536) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/net/wan/
H A Dfarsync.h16 * ioctl interface extend into the cards firmware interface so values in
32 * Finally the device driver needs a short network interface name. Since
37 #define FST_NDEV_NAME "sync" /* For net interface */
87 * firmware shared memory configuration interface and come originally from
102 unsigned short lineInterface; /* Physical interface type */
119 unsigned char interface; /* rj48c or bnc */ member in struct:fstioc_info
/linux-master/drivers/xen/
H A Dxen-acpi-pad.c3 * xen-acpi-pad.c - Xen pad interface
15 #include <xen/interface/version.h>
H A Dpci.c13 #include <xen/interface/physdev.h>
14 #include <xen/interface/xen.h>
H A Dxlate_mmu.c41 #include <xen/interface/xen.h>
42 #include <xen/interface/memory.h>
/linux-master/drivers/net/ethernet/arc/
H A Demac.h222 int arc_emac_probe(struct net_device *ndev, int interface);
/linux-master/drivers/usb/core/
H A Ddevices.c12 * interface, & endpoint data.
254 * 1. marking active interface altsettings (code lists all, but should mark
284 struct usb_interface *interface; local
301 interface = config->interface[i];
304 start, end, intfc, interface, j);
/linux-master/drivers/net/pcs/
H A Dpcs-xpcs.h130 int txgbe_xpcs_switch_mode(struct dw_xpcs *xpcs, phy_interface_t interface);
/linux-master/include/xen/
H A Devents.h11 #include <xen/interface/event_channel.h>
H A Dgrant_table.h42 #include <xen/interface/xen.h>
43 #include <xen/interface/grant_table.h>
/linux-master/drivers/media/platform/qcom/camss/
H A Dcamss.h125 struct camss_camera_interface interface; member in struct:camss_async_subdev
/linux-master/drivers/net/phy/
H A Ddp83tg720.c114 switch (phydev->interface) {
/linux-master/drivers/net/dsa/microchip/
H A Dksz8.h60 unsigned int mode, phy_interface_t interface,
/linux-master/drivers/net/dsa/b53/
H A Db53_priv.h52 phy_interface_t interface);
55 unsigned int mode, phy_interface_t interface,
360 phy_interface_t interface);
363 phy_interface_t interface,
/linux-master/arch/x86/xen/
H A Dvga.c7 #include <xen/interface/xen.h>
H A Dapic.c11 #include <xen/interface/physdev.h>
/linux-master/include/linux/
H A Dgreybus.h31 #include <linux/greybus/interface.h>
/linux-master/drivers/usb/serial/
H A Dcp210x.c191 { USB_DEVICE(0x166A, 0x0303) }, /* Clipsal 5500PCU C-Bus USB interface */
198 { USB_DEVICE(0x16D6, 0x0001) }, /* Jablotron serial interface */
215 { USB_DEVICE(0x1901, 0x0190) }, /* GE B850 CP2105 Recorder interface */
216 { USB_DEVICE(0x1901, 0x0193) }, /* GE B650 CP2104 PMC interface */
218 { USB_DEVICE(0x1901, 0x0195) }, /* GE B850/B650/B450 CP2104 DP UART interface */
219 { USB_DEVICE(0x1901, 0x0196) }, /* GE B850 CP2105 DP UART interface */
220 { USB_DEVICE(0x1901, 0x0197) }, /* GE CS1000 M.2 Key E serial interface */
221 { USB_DEVICE(0x1901, 0x0198) }, /* GE CS1000 Display serial interface */
256 { USB_DEVICE(0x413C, 0x9500) }, /* DW700 GPS USB interface */
628 * Helper to get interface numbe
[all...]
H A Dconsole.c120 retval = usb_autopm_get_interface(serial->interface);
190 usb_autopm_put_interface(serial->interface);
/linux-master/drivers/media/usb/s2255/
H A Ds2255drv.c255 struct usb_interface *interface; member in struct:s2255_dev
1592 ret = v4l2_device_register(&dev->interface->dev, &dev->v4l2_dev);
2200 static int s2255_probe(struct usb_interface *interface, argument
2214 s2255_dev_err(&interface->dev, "out of memory\n");
2220 s2255_dev_err(&interface->dev, "out of memory\n");
2232 dev->udev = usb_get_dev(interface_to_usbdev(interface));
2234 dev_err(&interface->dev, "null usb device\n");
2238 dev_dbg(&interface->dev, "dev: %p, udev %p interface %p\n",
2239 dev, dev->udev, interface);
2340 s2255_disconnect(struct usb_interface *interface) argument
[all...]
/linux-master/drivers/staging/media/omap4iss/
H A Diss_csiphy.c146 if (subdevs->interface == ISS_INTERFACE_CSI2A_PHY1) {
157 if (subdevs->interface == ISS_INTERFACE_CSI2B_PHY2) {
/linux-master/drivers/usb/atm/
H A Dxusbatm.c45 if ((intf = usb_dev->actconfig->interface[i]) && (alt = usb_altnum_to_altsetting(intf, altsetting)))
59 usb_err(usbatm, "%s: failed to claim interface %2d (%d)!\n", __func__, ifnum, ret);
64 usb_err(usbatm, "%s: altsetting %2d for interface %2d failed (%d)!\n", __func__, altsetting, ifnum, ret);
97 usb_dbg(usbatm, "%s: no interface contains endpoint %02x in altsetting %2d\n",
100 usb_dbg(usbatm, "%s: no interface contains endpoint %02x in altsetting %2d\n",
109 usb_err(usbatm, "%s: altsettings clash on interface %2d (%2d vs %2d)!\n", __func__,
139 struct usb_interface *cur_intf = usb_dev->actconfig->interface[i];
/linux-master/drivers/input/misc/
H A Dcm109.c132 * CM109 key interface
339 * CM109 usb communication interface
544 * input event interface
634 * Linux interface and usb initialisation
677 static void cm109_usb_disconnect(struct usb_interface *interface) argument
679 struct cm109_dev *dev = usb_get_intfdata(interface);
681 usb_set_intfdata(interface, NULL);
691 struct usb_host_interface *interface; local
698 interface = intf->cur_altsetting;
700 if (interface
[all...]
/linux-master/arch/arm/xen/
H A Dp2m.c13 #include <xen/interface/memory.h>
20 #include <asm/xen/interface.h>
/linux-master/drivers/gpu/drm/logicvc/
H A Dlogicvc_crtc.c112 if (logicvc->interface) {
114 &logicvc->interface->drm_connector;
/linux-master/arch/x86/include/asm/xen/
H A Dpage.h15 #include <xen/interface/xen.h>
16 #include <xen/interface/grant_table.h>

Completed in 337 milliseconds

<<11121314151617181920>>