Searched refs:interface (Results 176 - 200 of 536) sorted by relevance

1234567891011>>

/linux-master/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_cpp.h146 /* NFP Interface types - logical interface for this CPP connection
147 * 4 bits are reserved for interface type.
158 * @unit: Unit identifier for the interface type
159 * @channel: Channel identifier for the interface unit
161 * Interface IDs consists of 4 bits of interface type,
177 * NFP_CPP_INTERFACE_TYPE_of() - Get the interface type
178 * @interface: NFP Interface ID
181 #define NFP_CPP_INTERFACE_TYPE_of(interface) (((interface) >> 12) & 0xf)
184 * NFP_CPP_INTERFACE_UNIT_of() - Get the interface uni
[all...]
/linux-master/arch/mips/cavium-octeon/executive/
H A Dcvmx-pko.c42 static int __cvmx_pko_int(int interface, int index) argument
44 switch (interface) {
122 int interface, index; local
140 interface = cvmx_helper_get_interface_num(port);
142 mode = cvmx_helper_interface_get_mode(interface);
150 config.s.intr = __cvmx_pko_int(interface, index);
/linux-master/drivers/usb/serial/
H A Df81534.c216 struct usb_interface *interface = serial->interface; local
245 dev_err(&interface->dev, "%s: reg: %x data: %x failed: %d\n",
255 struct usb_interface *interface = serial->interface; local
284 dev_err(&interface->dev, "%s: reg: %x failed: %d\n", __func__,
369 dev_err(&serial->interface->dev,
741 dev_err(&serial->interface->dev, "%s: read failed: %d\n",
841 struct device *dev = &serial->interface->dev;
855 serial_priv = devm_kzalloc(&serial->interface
[all...]
/linux-master/drivers/usb/gadget/
H A Dcomposite.c304 * method to allocate resources such as interface and string identifiers
453 * usb_interface_id() - allocate an unused interface ID
454 * @config: configuration associated with the interface
455 * @function: function handling the interface
459 * allocate new interface IDs. The function driver will then store that
460 * ID in interface, association, CDC union, and other descriptors. It
461 * will also handle any control requests targeted at that interface,
465 * All interface identifier should be allocated using this routine, to
467 * different meanings to the same identifier. Note that since interface
472 * Returns the interface I
1679 count_ext_prop(struct usb_configuration *c, int interface) argument
1697 len_ext_prop(struct usb_configuration *c, int interface) argument
1715 fill_ext_prop(struct usb_configuration *c, int interface, u8 *buf) argument
2102 int interface; local
[all...]
/linux-master/drivers/xen/
H A Dtime.c18 #include <xen/interface/xen.h>
19 #include <xen/interface/vcpu.h>
H A Dmem-reservation.c15 #include <xen/interface/memory.h>
/linux-master/sound/usb/line6/
H A Dvariax.c105 /* ALSA audio interface: */
219 static int variax_probe(struct usb_interface *interface, argument
222 return line6_probe(interface, id, "Line6-Variax",
/linux-master/tools/testing/selftests/net/forwarding/
H A Dtsn_lib.sh53 # Replace space separators from interface list with underscores
156 --interface ${if_name} \
228 --interface ${sender_if_name} \
/linux-master/include/xen/
H A Dxen-ops.h10 #include <asm/xen/interface.h>
11 #include <xen/interface/vcpu.h>
/linux-master/drivers/platform/x86/dell/
H A Dalienware-wmi.c232 static u8 interface; variable
288 if (interface == WMAX) {
375 if (interface == WMAX)
416 else if (interface == LEGACY)
434 if (interface == WMAX) {
436 } else if (interface == LEGACY) {
768 interface = LEGACY;
770 interface = WMAX;
/linux-master/drivers/net/ethernet/wangxun/ngbe/
H A Dngbe_mdio.c65 unsigned int mode, phy_interface_t interface)
71 unsigned int mode, phy_interface_t interface,
64 ngbe_mac_link_down(struct phylink_config *config, unsigned int mode, phy_interface_t interface) argument
69 ngbe_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
/linux-master/drivers/net/dsa/mv88e6xxx/
H A Dpcs-6185.c99 phy_interface_t interface,
182 phy_interface_t interface)
98 mv88e6185_pcs_config(struct phylink_pcs *pcs, unsigned int neg_mode, phy_interface_t interface, const unsigned long *advertising, bool permit_pause_to_mac) argument
180 mv88e6185_pcs_select(struct mv88e6xxx_chip *chip, int port, phy_interface_t interface) argument
H A Dpcs-6352.c186 phy_interface_t interface,
194 adv = phylink_mii_c22_pcs_encode_advertisement(interface, advertising);
234 phy_interface_t interface, int speed,
381 phy_interface_t interface)
184 marvell_c22_pcs_config(struct phylink_pcs *pcs, unsigned int neg_mode, phy_interface_t interface, const unsigned long *advertising, bool permit_pause_to_mac) argument
233 marvell_c22_pcs_link_up(struct phylink_pcs *pcs, unsigned int mode, phy_interface_t interface, int speed, int duplex) argument
379 mv88e6352_pcs_select(struct mv88e6xxx_chip *chip, int port, phy_interface_t interface) argument
/linux-master/arch/x86/kvm/
H A Dxen.h168 #include <asm/xen/interface.h>
169 #include <xen/interface/vcpu.h>
/linux-master/arch/x86/xen/
H A Denlighten_pvh.c14 #include <asm/xen/interface.h>
17 #include <xen/interface/memory.h>
/linux-master/drivers/media/usb/au0828/
H A Dau0828.h324 extern int au0828_v4l2_device_register(struct usb_interface *interface,
328 struct usb_interface *interface);
334 static inline int au0828_v4l2_device_register(struct usb_interface *interface, argument
338 struct usb_interface *interface)
337 au0828_analog_register(struct au0828_dev *dev, struct usb_interface *interface) argument
/linux-master/include/xen/arm/
H A Dpage.h13 #include <xen/interface/grant_table.h>
/linux-master/drivers/char/tpm/
H A DMakefile9 tpm-y += tpm-interface.o
/linux-master/drivers/media/platform/ti/omap3isp/
H A Dispcsiphy.c177 if (buscfg->interface == ISP_INTERFACE_CCP2B_PHY1
178 || buscfg->interface == ISP_INTERFACE_CCP2B_PHY2) {
211 csiphy_routing_cfg(phy, buscfg->interface, true,
321 csiphy_routing_cfg(phy, buscfg->interface, false,
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dhif_usb.h117 struct usb_interface *interface; member in struct:hif_device_usb
/linux-master/include/uapi/xen/
H A Dprivcmd.h39 #include <xen/interface/xen.h>
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dusb.h98 struct usb_interface *interface; member in struct:ath10k_usb
/linux-master/arch/x86/include/asm/
H A Defi.h261 #define __efi64_argmap_handle_protocol(handle, protocol, interface) \
262 ((handle), (protocol), efi64_zero_upper(interface))
264 #define __efi64_argmap_locate_protocol(protocol, reg, interface) \
265 ((protocol), (reg), efi64_zero_upper(interface))
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dscheduler.h154 unsigned int interface);
/linux-master/include/uapi/linux/usb/
H A Dfunctionfs.h60 __u8 interface; member in struct:usb_os_desc_header
156 * | 0 | inteface | U8 | related interface number |
166 * | 0 | inteface | U8 | related interface number |
178 * | 0 | bFirstInterfaceNumber | U8 | index of the interface or of the 1st|
179 * | | | | interface in an IAD group |
290 * Returns reverse mapping of an interface. Called on EP0. If there
291 * is no such interface returns -EDOM. If function is not active

Completed in 261 milliseconds

1234567891011>>