Searched refs:iface (Results 1 – 13 of 13) sorted by relevance
/include/linux/ |
D | of_mdio.h | 20 u32 flags, phy_interface_t iface); 23 phy_interface_t iface);
|
D | usb.h | 536 const struct usb_interface *iface); 603 struct usb_interface *iface, void *priv); 615 static inline int usb_interface_claimed(struct usb_interface *iface) in usb_interface_claimed() argument 617 return (iface->dev.driver != NULL); in usb_interface_claimed() 621 struct usb_interface *iface);
|
/include/sound/ |
D | soc.h | 46 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ 51 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ 59 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = (xname),\ 65 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = (xname), \ 71 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = (xname),\ 80 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = (xname),\ 89 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = (xname), \ 111 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname,\ 116 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname,\ 123 { .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 | 254 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ 259 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ 266 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ 272 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ 278 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ 284 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ 290 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname " Switch", \
|
D | control.h | 40 snd_ctl_elem_iface_t iface; /* interface identifier */ member
|
D | asound.h | 108 int iface; /* hwdep interface */ member 769 snd_ctl_elem_iface_t iface; /* interface identifier */ member
|
/include/media/ |
D | soc_camera.h | 39 unsigned char iface; /* Host number */ member 285 return (icd->iface << 8) | (icd->devnum + 1); in soc_camera_grp_id()
|
/include/linux/amba/ |
D | pl022.h | 286 enum ssp_interface iface; member
|
/include/linux/usb/ |
D | serial.h | 301 extern int usb_serial_probe(struct usb_interface *iface, 303 extern void usb_serial_disconnect(struct usb_interface *iface);
|
/include/scsi/ |
D | scsi_transport_iscsi.h | 142 int (*get_iface_param) (struct iscsi_iface *iface, 327 extern void iscsi_destroy_iface(struct iscsi_iface *iface);
|
/include/net/ |
D | ipv6.h | 335 static inline __u32 ipv6_iface_scope_id(const struct in6_addr *addr, int iface) in ipv6_iface_scope_id() argument 337 return __ipv6_addr_needs_scope_id(__ipv6_addr_type(addr)) ? iface : 0; in ipv6_iface_scope_id()
|