Home
last modified time | relevance | path

Searched refs:iface (Results 1 – 13 of 13) sorted by relevance

/include/linux/
Dof_mdio.h21 u32 flags, phy_interface_t iface);
24 phy_interface_t iface);
47 u32 flags, phy_interface_t iface) in of_phy_connect() argument
54 u32 flags, phy_interface_t iface) in of_phy_attach() argument
Dusb.h642 const struct usb_interface *iface);
741 struct usb_interface *iface, void *priv);
756 static inline int usb_interface_claimed(struct usb_interface *iface) in usb_interface_claimed() argument
758 return (iface->dev.driver != NULL); in usb_interface_claimed()
762 struct usb_interface *iface);
/include/sound/
Dsoc.h58 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \
63 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = (xname),\
71 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \
79 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \
91 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = (xname),\
102 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = (xname),\
108 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = (xname), \
115 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = (xname),\
121 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = (xname),\
130 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = (xname),\
[all …]
Dwss.h178 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
194 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
204 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
216 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
Dhwdep.h60 int iface; member
Dsoc-dapm.h266 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \
271 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \
278 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \
285 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \
294 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \
300 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \
306 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname " Switch", \
Dcontrol.h45 snd_ctl_elem_iface_t iface; /* interface identifier */ member
/include/linux/platform_data/
Dshmob_drm.h93 struct shmob_drm_interface_data iface; member
/include/linux/amba/
Dpl022.h281 enum ssp_interface iface; member
/include/media/
Dsoc_camera.h41 unsigned char iface; /* Host number */ member
409 return (icd->iface << 8) | (icd->devnum + 1); in soc_camera_grp_id()
/include/scsi/
Dscsi_transport_iscsi.h144 int (*get_iface_param) (struct iscsi_iface *iface,
451 extern void iscsi_destroy_iface(struct iscsi_iface *iface);
/include/uapi/sound/
Dasound.h109 int iface; /* hwdep interface */ member
833 snd_ctl_elem_iface_t iface; /* interface identifier */ member
/include/net/
Dipv6.h361 static inline __u32 ipv6_iface_scope_id(const struct in6_addr *addr, int iface) in ipv6_iface_scope_id() argument
363 return __ipv6_addr_needs_scope_id(__ipv6_addr_type(addr)) ? iface : 0; in ipv6_iface_scope_id()