/third_party/rust/crates/clap/tests/builder/ |
H A D | require.rs | 248 -i --iface <INTERFACE> "Ethernet interface for fetching NTP packets" in issue_753() 255 .conflicts_with("iface") in issue_753()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | wpa_supplicant_i.h | 1676 struct wpa_interface *iface,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/emulex/benet/ |
H A D | be_cmds.c | 4677 int be_cmd_manage_iface(struct be_adapter *adapter, u32 iface, u8 op) in be_cmd_manage_iface() argument 4683 if (iface == 0xFFFFFFFF) in be_cmd_manage_iface() 4699 req->target_iface_id = cpu_to_le32(iface); in be_cmd_manage_iface()
|
H A D | be_cmds.h | 2507 int be_cmd_manage_iface(struct be_adapter *adapter, u32 iface, u8 op);
|
/kernel/linux/linux-5.10/drivers/usb/core/ |
H A D | hub.c | 6258 * @iface: USB interface belonging to the device to reset 6284 void usb_queue_reset_device(struct usb_interface *iface) in usb_queue_reset_device() argument 6286 if (schedule_work(&iface->reset_ws)) in usb_queue_reset_device() 6287 usb_get_intf(iface); in usb_queue_reset_device()
|
/kernel/linux/linux-6.6/drivers/usb/core/ |
H A D | hub.c | 6298 * @iface: USB interface belonging to the device to reset 6324 void usb_queue_reset_device(struct usb_interface *iface) in usb_queue_reset_device() argument 6326 if (schedule_work(&iface->reset_ws)) in usb_queue_reset_device() 6327 usb_get_intf(iface); in usb_queue_reset_device()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/emulex/benet/ |
H A D | be_cmds.c | 4678 int be_cmd_manage_iface(struct be_adapter *adapter, u32 iface, u8 op) in be_cmd_manage_iface() argument 4684 if (iface == 0xFFFFFFFF) in be_cmd_manage_iface() 4700 req->target_iface_id = cpu_to_le32(iface); in be_cmd_manage_iface()
|
/kernel/linux/linux-5.10/drivers/media/usb/gspca/ |
H A D | xirlink_cit.c | 1438 intf = usb_ifnum_to_if(gspca_dev->dev, gspca_dev->iface); in cit_get_packet_size() 2694 ret = usb_set_interface(gspca_dev->dev, gspca_dev->iface, 1); in sd_isoc_nego()
|
/kernel/linux/linux-6.6/drivers/media/usb/gspca/ |
H A D | xirlink_cit.c | 1438 intf = usb_ifnum_to_if(gspca_dev->dev, gspca_dev->iface); in cit_get_packet_size() 2694 ret = usb_set_interface(gspca_dev->dev, gspca_dev->iface, 1); in sd_isoc_nego()
|
/third_party/eudev/ |
H A D | ltmain.sh | 8975 iface=$func_arith_result 8978 verstring=$verstring_prefix$major.$iface:$verstring 9002 iface=$func_arith_result 9005 verstring=$verstring:$iface.0
|
/third_party/curl/ |
H A D | ltmain.sh | 9209 iface=$func_arith_result 9212 verstring=$verstring_prefix$major.$iface:$verstring 9236 iface=$func_arith_result 9239 verstring=$verstring:$iface.0
|
/third_party/lame/ |
H A D | ltmain.sh | 8923 iface=$func_arith_result 8926 verstring=$verstring_prefix$major.$iface:$verstring 8950 iface=$func_arith_result 8953 verstring=$verstring:$iface.0
|
/third_party/node/deps/cares/ |
H A D | ltmain.sh | 9209 iface=$func_arith_result 9212 verstring=$verstring_prefix$major.$iface:$verstring 9236 iface=$func_arith_result 9239 verstring=$verstring:$iface.0
|
/third_party/node/deps/cares/config/ |
H A D | ltmain.sh | 9209 iface=$func_arith_result 9212 verstring=$verstring_prefix$major.$iface:$verstring 9236 iface=$func_arith_result 9239 verstring=$verstring:$iface.0
|
/third_party/libevdev/build-aux/ |
H A D | ltmain.sh | 9202 iface=$func_arith_result 9205 verstring=$verstring_prefix$major.$iface:$verstring 9229 iface=$func_arith_result 9232 verstring=$verstring:$iface.0
|
/third_party/skia/third_party/externals/libpng/ |
H A D | ltmain.sh | 8923 iface=$func_arith_result 8926 verstring=$verstring_prefix$major.$iface:$verstring 8950 iface=$func_arith_result 8953 verstring=$verstring:$iface.0
|
/kernel/linux/linux-5.10/sound/pci/ali5451/ |
H A D | ali5451.c | 1685 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex,\
|
/kernel/linux/linux-5.10/sound/isa/wss/ |
H A D | wss_lib.c | 304 " 0x09: iface (CFIG 1) = 0x%02x " 2179 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
|
/kernel/linux/linux-5.10/sound/pci/emu10k1/ |
H A D | emupcm.c | 1522 .iface = SNDRV_CTL_ELEM_IFACE_PCM,
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | ab8500-codec.c | 66 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = (xname), \
|
H A D | mt6359.h | 2387 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .device = id,\
|
/kernel/linux/linux-5.10/sound/core/oss/ |
H A D | mixer_oss.c | 524 id.iface = SNDRV_CTL_ELEM_IFACE_MIXER; in snd_mixer_oss_test_id()
|
/kernel/linux/linux-5.10/sound/core/ |
H A D | pcm_lib.c | 2438 .iface = SNDRV_CTL_ELEM_IFACE_PCM, in snd_pcm_add_chmap_ctls()
|
/kernel/linux/linux-5.10/sound/soc/sh/rcar/ |
H A D | core.c | 1672 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, in rsnd_kctrl_new()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/ |
H A D | vc4_hdmi.c | 1136 .iface = SNDRV_CTL_ELEM_IFACE_PCM,
|