Searched refs:iface (Results 1 – 13 of 13) sorted by relevance
/include/linux/ |
D | of_mdio.h | 21 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
|
D | usb.h | 642 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/ |
D | soc.h | 58 { .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 …]
|
D | wss.h | 178 { .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, \
|
D | hwdep.h | 60 int iface; member
|
D | soc-dapm.h | 266 { .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", \
|
D | control.h | 45 snd_ctl_elem_iface_t iface; /* interface identifier */ member
|
/include/linux/platform_data/ |
D | shmob_drm.h | 93 struct shmob_drm_interface_data iface; member
|
/include/linux/amba/ |
D | pl022.h | 281 enum ssp_interface iface; member
|
/include/media/ |
D | soc_camera.h | 41 unsigned char iface; /* Host number */ member 409 return (icd->iface << 8) | (icd->devnum + 1); in soc_camera_grp_id()
|
/include/scsi/ |
D | scsi_transport_iscsi.h | 144 int (*get_iface_param) (struct iscsi_iface *iface, 451 extern void iscsi_destroy_iface(struct iscsi_iface *iface);
|
/include/uapi/sound/ |
D | asound.h | 109 int iface; /* hwdep interface */ member 833 snd_ctl_elem_iface_t iface; /* interface identifier */ member
|
/include/net/ |
D | ipv6.h | 361 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()
|