Searched refs:iface (Results 51 - 75 of 510) sorted by relevance

1234567891011>>

/linux-master/net/appletalk/
H A Dddp.c217 struct atalk_iface **iface = &atalk_interfaces; local
221 while ((tmp = *iface) != NULL) {
223 *iface = tmp->next;
228 iface = &tmp->next;
236 struct atalk_iface *iface = kzalloc(sizeof(*iface), GFP_KERNEL); local
238 if (!iface)
242 iface->dev = dev;
243 dev->atalk_ptr = iface;
244 iface
350 struct atalk_iface *iface = dev->atalk_ptr; local
358 struct atalk_iface *iface; local
391 struct atalk_iface *iface = dev->atalk_ptr; local
410 struct atalk_iface *iface; local
514 struct atalk_iface *iface, *riface; local
[all...]
/linux-master/sound/soc/codecs/
H A Dalc5623.c642 u16 iface = 0; local
647 iface = ALC5623_DAI_SDP_MASTER_MODE;
650 iface = ALC5623_DAI_SDP_SLAVE_MODE;
659 iface |= ALC5623_DAI_I2S_DF_I2S;
662 iface |= ALC5623_DAI_I2S_DF_RIGHT;
665 iface |= ALC5623_DAI_I2S_DF_LEFT;
668 iface |= ALC5623_DAI_I2S_DF_PCM;
671 iface |= ALC5623_DAI_I2S_DF_PCM | ALC5623_DAI_I2S_PCM_MODE;
682 iface |= ALC5623_DAI_MAIN_I2S_BCLK_POL_CTRL;
685 iface |
702 u16 iface; local
[all...]
H A Dalc5632.c816 u16 iface = 0; local
821 iface = ALC5632_DAI_SDP_MASTER_MODE;
824 iface = ALC5632_DAI_SDP_SLAVE_MODE;
833 iface |= ALC5632_DAI_I2S_DF_I2S;
836 iface |= ALC5632_DAI_I2S_DF_LEFT;
839 iface |= ALC5632_DAI_I2S_DF_PCM_A;
842 iface |= ALC5632_DAI_I2S_DF_PCM_B;
853 iface |= ALC5632_DAI_MAIN_I2S_BCLK_POL_CTRL;
856 iface |= ALC5632_DAI_MAIN_I2S_BCLK_POL_CTRL;
864 return snd_soc_component_write(component, ALC5632_DAI_CONTROL, iface);
872 u16 iface; local
[all...]
H A Dwm8741.c195 unsigned int iface, mode; local
222 iface = 0x0;
225 iface = 0x1;
228 iface = 0x2;
231 iface = 0x3;
251 iface);
307 unsigned int iface; local
320 iface = 0x08;
323 iface = 0x00;
326 iface
[all...]
H A Dwm8750.c521 u16 iface = 0; local
526 iface = 0x0040;
537 iface |= 0x0002;
542 iface |= 0x0001;
545 iface |= 0x0003;
548 iface |= 0x0013;
559 iface |= 0x0090;
562 iface |= 0x0080;
565 iface |= 0x0010;
571 snd_soc_component_write(component, WM8750_IFACE, iface);
581 u16 iface = snd_soc_component_read(component, WM8750_IFACE) & 0x1f3; local
[all...]
H A Dwm8940.c342 u16 iface = snd_soc_component_read(component, WM8940_IFACE) & 0xFE67; local
358 iface |= (2 << 3);
361 iface |= (1 << 3);
366 iface |= (3 << 3);
369 iface |= (3 << 3) | (1 << 7);
377 iface |= (1 << 7);
380 iface |= (1 << 8);
383 iface |= (1 << 8) | (1 << 7);
387 snd_soc_component_write(component, WM8940_IFACE, iface);
399 u16 iface local
[all...]
H A Dwm8988.c588 u16 iface = 0; local
593 iface = 0x0040;
604 iface |= 0x0002;
609 iface |= 0x0001;
612 iface |= 0x0003;
615 iface |= 0x0013;
626 iface |= 0x0090;
629 iface |= 0x0080;
632 iface |= 0x0010;
638 snd_soc_component_write(component, WM8988_IFACE, iface);
670 u16 iface = snd_soc_component_read(component, WM8988_IFACE) & 0x1f3; local
[all...]
/linux-master/drivers/media/platform/amphion/
H A Dvpu_windsor.c559 struct windsor_iface *iface; local
568 iface = rpc->virt;
569 shared->iface = iface;
573 iface->exec_base_addr = base_phy_addr;
574 iface->exec_area_size = rpc->length;
578 shared->cmd_desc = &iface->cmd_buffer_desc;
580 iface->cmd_buffer_desc.start =
581 iface->cmd_buffer_desc.rptr =
582 iface
636 struct windsor_iface *iface = shared->iface; local
647 struct windsor_iface *iface = shared->iface; local
910 struct windsor_iface *iface = shared->iface; local
1175 struct windsor_iface *iface = shared->iface; local
[all...]
/linux-master/drivers/media/platform/ti/omap3isp/
H A Dispcsiphy.c24 enum isp_interface_type iface,
32 switch (iface) {
55 if (iface == ISP_INTERFACE_CCP2B_PHY1 ||
56 iface == ISP_INTERFACE_CCP2B_PHY2) {
69 static void csiphy_routing_cfg_3430(struct isp_csiphy *phy, u32 iface, bool on, argument
76 if (iface != ISP_INTERFACE_CCP2B_PHY1)
93 * @iface: ISP_INTERFACE_*
103 enum isp_interface_type iface, bool on,
107 return csiphy_routing_cfg_3630(phy, iface, ccp2_strobe);
109 return csiphy_routing_cfg_3430(phy, iface, o
23 csiphy_routing_cfg_3630(struct isp_csiphy *phy, enum isp_interface_type iface, bool ccp2_strobe) argument
102 csiphy_routing_cfg(struct isp_csiphy *phy, enum isp_interface_type iface, bool on, bool ccp2_strobe) argument
[all...]
/linux-master/tools/usb/ffs-aio-example/multibuff/host_app/
H A Dtest.c158 struct libusb_interface_descriptor const *iface; local
165 iface = &conf->interface[0].altsetting[0];
166 addr = iface->endpoint[0].bEndpointAddress;
/linux-master/drivers/most/
H A Dmost_cdev.c36 struct most_interface *iface; member in struct:comp_channel
52 return channel_has_mbo(c->iface, c->channel_id, &comp.cc) > 0;
58 *mbo = most_get_mbo(c->iface, c->channel_id, &comp.cc);
65 static struct comp_channel *get_channel(struct most_interface *iface, int id) argument
72 if ((c->iface == iface) && (c->channel_id == id)) {
87 most_stop_channel(c->iface, c->channel_id, &comp.cc);
143 ret = most_start_channel(c->iface, c->channel_id, &comp.cc);
314 * @iface: pointer to interface instance
320 static int comp_disconnect_channel(struct most_interface *iface, in argument
384 comp_tx_completion(struct most_interface *iface, int channel_id) argument
413 comp_probe(struct most_interface *iface, int channel_id, struct most_channel_config *cfg, char *name, char *args) argument
[all...]
/linux-master/sound/usb/
H A Dquirks-table.h58 .iface = 1,
105 .iface = 3,
463 .iface = 0,
480 .iface = 1,
951 .iface = 1,
968 .iface = 2,
1572 .iface = 0,
1590 .iface = 1,
1639 .iface = 0,
1657 .iface
[all...]
/linux-master/arch/um/drivers/
H A Dvector_user.c131 static int create_tap_fd(char *iface) argument
144 strscpy(ifr.ifr_name, iface);
161 static int create_raw_fd(char *iface, int flags, int proto) argument
174 strscpy(ifr.ifr_name, iface);
201 char *iface; local
207 iface = uml_vector_fetch_arg(ifspec, TOKEN_IFNAME);
208 if (iface == NULL) {
210 iface = dynamic_ifname;
227 strcpy(iface, template);
228 for (i = 0; i < strlen(iface);
258 char *iface; local
441 char *iface; local
[all...]
/linux-master/tools/testing/selftests/tc-testing/plugin-lib/
H A DscapyPlugin.py37 scapy_keys = ['iface', 'count', 'packet']
50 if '$' in scapyinfo['iface']:
51 tpl = Template(scapyinfo['iface'])
52 scapyinfo['iface'] = tpl.safe_substitute(NAMES)
54 sendp(pkt, iface=scapyinfo['iface'])
/linux-master/sound/pci/cs5535audio/
H A Dcs5535audio_olpc.c116 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
124 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
160 elem.iface = SNDRV_CTL_ELEM_IFACE_MIXER;
166 elem.iface = SNDRV_CTL_ELEM_IFACE_MIXER;
/linux-master/sound/drivers/opl4/
H A Dopl4_mixer.c52 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
60 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
/linux-master/sound/core/
H A Dctljack.c24 .iface = SNDRV_CTL_ELEM_IFACE_CARD,
37 sid.iface = SNDRV_CTL_ELEM_IFACE_CARD;
/linux-master/drivers/crypto/qce/
H A Dcore.c216 qce->iface = devm_clk_get_optional(qce->dev, "iface");
217 if (IS_ERR(qce->iface))
218 return PTR_ERR(qce->iface);
236 ret = clk_prepare_enable(qce->iface);
271 clk_disable_unprepare(qce->iface);
288 clk_disable_unprepare(qce->iface);
/linux-master/drivers/net/can/c_can/
H A Dc_can_main.c48 #define C_CAN_IFACE(reg, iface) (C_CAN_IF1_##reg + (iface) * IF_ENUM_REG_LEN)
235 static void c_can_obj_update(struct net_device *dev, int iface, u32 cmd, u32 obj) argument
238 int cnt, reg = C_CAN_IFACE(COMREQ_REG, iface);
250 static inline void c_can_object_get(struct net_device *dev, int iface, argument
253 c_can_obj_update(dev, iface, cmd, obj);
256 static inline void c_can_object_put(struct net_device *dev, int iface, argument
259 c_can_obj_update(dev, iface, cmd | IF_COMM_WR, obj);
266 static void c_can_inval_tx_object(struct net_device *dev, int iface, int obj) argument
270 priv->write_reg(priv, C_CAN_IFACE(MSGCTRL_REG, iface),
274 c_can_inval_msg_object(struct net_device *dev, int iface, int obj) argument
282 c_can_setup_tx_object(struct net_device *dev, int iface, struct can_frame *frame, int idx) argument
335 c_can_handle_lost_msg_obj(struct net_device *dev, int iface, int objno, u32 ctrl) argument
362 c_can_read_msg_object(struct net_device *dev, int iface, u32 ctrl) argument
414 c_can_setup_receive_object(struct net_device *dev, int iface, u32 obj, u32 mask, u32 id, u32 mcont) argument
[all...]
/linux-master/sound/i2c/other/
H A Dak4114.c324 .iface = SNDRV_CTL_ELEM_IFACE_PCM,
332 .iface = SNDRV_CTL_ELEM_IFACE_PCM,
340 .iface = SNDRV_CTL_ELEM_IFACE_PCM,
348 .iface = SNDRV_CTL_ELEM_IFACE_PCM,
356 .iface = SNDRV_CTL_ELEM_IFACE_PCM,
363 .iface = SNDRV_CTL_ELEM_IFACE_PCM,
370 .iface = SNDRV_CTL_ELEM_IFACE_PCM,
378 .iface = SNDRV_CTL_ELEM_IFACE_PCM,
385 .iface = SNDRV_CTL_ELEM_IFACE_PCM,
392 .iface
[all...]
H A Dak4113.c354 .iface = SNDRV_CTL_ELEM_IFACE_PCM,
363 .iface = SNDRV_CTL_ELEM_IFACE_PCM,
372 .iface = SNDRV_CTL_ELEM_IFACE_PCM,
381 .iface = SNDRV_CTL_ELEM_IFACE_PCM,
390 .iface = SNDRV_CTL_ELEM_IFACE_PCM,
398 .iface = SNDRV_CTL_ELEM_IFACE_PCM,
405 .iface = SNDRV_CTL_ELEM_IFACE_PCM,
413 .iface = SNDRV_CTL_ELEM_IFACE_PCM,
421 .iface = SNDRV_CTL_ELEM_IFACE_PCM,
429 .iface
[all...]
H A Dak4117.c311 .iface = SNDRV_CTL_ELEM_IFACE_PCM,
319 .iface = SNDRV_CTL_ELEM_IFACE_PCM,
327 .iface = SNDRV_CTL_ELEM_IFACE_PCM,
335 .iface = SNDRV_CTL_ELEM_IFACE_PCM,
343 .iface = SNDRV_CTL_ELEM_IFACE_PCM,
350 .iface = SNDRV_CTL_ELEM_IFACE_PCM,
357 .iface = SNDRV_CTL_ELEM_IFACE_PCM,
364 .iface = SNDRV_CTL_ELEM_IFACE_PCM,
371 .iface = SNDRV_CTL_ELEM_IFACE_PCM,
378 .iface
[all...]
/linux-master/sound/usb/usx2y/
H A Dus122l.c57 struct usb_interface *iface = usb_ifnum_to_if(dev, 1); local
59 return snd_usbmidi_create(card, iface,
79 struct usb_interface *iface = usb_ifnum_to_if(dev, 0); local
81 return snd_usbmidi_create(card, iface,
156 struct usb_interface *iface; local
166 iface = usb_ifnum_to_if(us122l->dev, 0);
167 usb_autopm_get_interface(iface);
169 iface = usb_ifnum_to_if(us122l->dev, 1);
170 usb_autopm_get_interface(iface);
177 struct usb_interface *iface; local
[all...]
/linux-master/drivers/acpi/
H A Dacpi_ipmi.c96 static void ipmi_register_bmc(int iface, struct device *dev);
97 static void ipmi_bmc_gone(int iface);
114 ipmi_dev_alloc(int iface, struct device *dev, acpi_handle handle) argument
130 ipmi_device->ipmi_ifnum = iface;
132 err = ipmi_create_user(iface, &driver_data.ipmi_hndlrs,
437 static void ipmi_register_bmc(int iface, struct device *dev) argument
444 err = ipmi_get_smi_info(iface, &smi_data);
454 ipmi_device = ipmi_dev_alloc(iface, smi_data.dev, handle);
486 static void ipmi_bmc_gone(int iface) argument
493 if (iter->ipmi_ifnum != iface) {
[all...]
/linux-master/drivers/staging/most/video/
H A Dvideo.c30 struct most_interface *iface; member in struct:most_video_dev
98 ret = most_start_channel(mdev->iface, mdev->ch_idx, &comp);
140 most_stop_channel(mdev->iface, mdev->ch_idx, &comp);
251 "%s", mdev->iface->description);
368 static struct most_video_dev *get_comp_dev(struct most_interface *iface, int channel_idx) argument
375 if (mdev->iface == iface && mdev->ch_idx == channel_idx) {
449 static int comp_probe_channel(struct most_interface *iface, int channel_idx, argument
454 struct most_video_dev *mdev = get_comp_dev(iface, channel_idx);
480 mdev->iface
508 comp_disconnect_channel(struct most_interface *iface, int channel_idx) argument
[all...]

Completed in 537 milliseconds

1234567891011>>