Home
last modified time | relevance | path

Searched refs:iface (Results 1126 - 1150 of 1635) sorted by relevance

1...<<41424344454647484950>>...66

/kernel/linux/linux-5.10/include/scsi/
H A Dscsi_transport_iscsi.h132 int (*get_iface_param) (struct iscsi_iface *iface,
316 uint32_t iface_num; /* iface number, 0 - n */
472 extern void iscsi_destroy_iface(struct iscsi_iface *iface);
/kernel/linux/linux-6.6/include/scsi/
H A Dscsi_transport_iscsi.h132 int (*get_iface_param) (struct iscsi_iface *iface,
317 uint32_t iface_num; /* iface number, 0 - n */
474 extern void iscsi_destroy_iface(struct iscsi_iface *iface);
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/
H A Dmcdi.h115 * @iface: Interface/protocol state
120 struct efx_mcdi_iface iface; member
130 return &efx->mcdi->iface; in efx_mcdi()
/kernel/linux/linux-6.6/sound/core/
H A Dhwdep.c182 info.iface = hw->iface; in snd_hwdep_info()
/kernel/linux/linux-6.6/sound/isa/
H A Dcmi8328.c156 id1.iface = id2.iface = SNDRV_CTL_ELEM_IFACE_MIXER; in snd_cmi8328_mixer()
H A Dsc6000.c462 id1.iface = SNDRV_CTL_ELEM_IFACE_MIXER; in snd_sc6000_mixer()
463 id2.iface = SNDRV_CTL_ELEM_IFACE_MIXER; in snd_sc6000_mixer()
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Darizona.h244 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \
251 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \
H A Dtda7419.c264 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
278 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
/kernel/linux/linux-6.6/sound/sh/
H A Daica.c493 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
502 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
/kernel/linux/linux-6.6/sound/pci/oxygen/
H A Dxonar_cs43xx.c275 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
332 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
/kernel/linux/linux-6.6/sound/soc/img/
H A Dimg-spdif-out.c189 .iface = SNDRV_CTL_ELEM_IFACE_PCM,
195 .iface = SNDRV_CTL_ELEM_IFACE_PCM,
/kernel/linux/linux-6.6/sound/usb/line6/
H A Dtoneport.c246 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
257 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
/third_party/ffmpeg/libavcodec/
H A Dlibvpxdec.c89 const struct vpx_codec_iface *iface) in vpx_init()
98 if (vpx_codec_dec_init(decoder, iface, &deccfg, 0) != VPX_CODEC_OK) { in vpx_init()
87 vpx_init(AVCodecContext *avctx, struct vpx_codec_ctx* decoder, const struct vpx_codec_iface *iface) vpx_init() argument
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_struct-json/
H A Dmain.c63 const char *iface; member
100 LSM_STRING_PTR (sai_jig_t, iface, "iface"),
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_eglimage.c173 (struct st_manager *) st->iface.st_context_private; in st_get_egl_image()
455 (struct st_manager *) st->iface.st_context_private; in st_validate_egl_image()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.h251 LLVMValueRef (*interp_fn)(const struct lp_build_fs_iface *iface,
257 void (*fb_fetch)(const struct lp_build_fs_iface *iface,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwpa_auth_kay.c297 wpa_printf(MSG_DEBUG, "%s: if_name=%s", __func__, hapd->conf->iface); in ieee802_1x_alloc_kay_sm_hapd()
332 hapd->conf->mka_priority, hapd->conf->iface, in ieee802_1x_alloc_kay_sm_hapd()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dap_drv_ops.h126 int hostapd_start_dfs_cac(struct hostapd_iface *iface,
146 void hostapd_get_ext_capa(struct hostapd_iface *iface);
H A Dwpa_auth_kay.c297 wpa_printf(MSG_DEBUG, "%s: if_name=%s", __func__, hapd->conf->iface); in ieee802_1x_alloc_kay_sm_hapd()
332 hapd->conf->mka_priority, hapd->conf->iface, in ieee802_1x_alloc_kay_sm_hapd()
/third_party/libabigail/src/
H A Dabg-reader.cc36 #include "abg-fe-iface.h"
1600 read_translation_unit(fe_iface& iface, translation_unit& tu, xmlNodePtr node) in read_translation_unit() argument
1602 abixml::reader& rdr = dynamic_cast<abixml::reader&>(iface); in read_translation_unit()
1709 read_translation_unit_from_input(fe_iface& iface) in read_translation_unit_from_input() argument
1713 abixml::reader& rdr = dynamic_cast<abixml::reader&>(iface); in read_translation_unit_from_input()
1991 consider_types_not_reachable_from_public_interfaces(fe_iface& iface, in consider_types_not_reachable_from_public_interfaces() argument
1994 abixml::reader& rdr = dynamic_cast<abixml::reader&>(iface); in consider_types_not_reachable_from_public_interfaces()
2008 get_types_from_type_id(fe_iface& iface, const string& type_id) in get_types_from_type_id() argument
2010 xml_reader::reader& rdr = dynamic_cast<xml_reader::reader&>(iface); in get_types_from_type_id()
2024 get_artifact_used_by_relation_map(fe_iface& iface) in get_artifact_used_by_relation_map() argument
2071 read_corpus_group_from_input(fe_iface& iface) read_corpus_group_from_input() argument
2217 read_translation_unit(fe_iface& iface) read_translation_unit() argument
6215 load_canonical_type_ids(fe_iface& iface, const string &file_path) load_canonical_type_ids() argument
[all...]
/third_party/cups-filters/utils/
H A Dcups-browsed.c9224 netif_t *iface, *iface2; in update_netifs() local
9237 while ((iface = cupsArrayFirst (netifs)) != NULL) { in update_netifs()
9238 cupsArrayRemove (netifs, iface); in update_netifs()
9239 free (iface->address); in update_netifs()
9240 free (iface); in update_netifs()
9255 netif_t *iface; in update_netifs() local
9331 iface = malloc (sizeof (netif_t)); in update_netifs()
9332 if (iface == NULL) { in update_netifs()
9337 iface->address = malloc (HTTP_MAX_HOST); in update_netifs()
9338 if (iface in update_netifs()
10680 netif_t *iface; found_cups_printer() local
[all...]
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp2170 int32_t NetConnService::GetNetInterfaceConfiguration(const std::string &iface, NetInterfaceConfiguration &config) in GetNetInterfaceConfiguration() argument
2174 configParcel.ifName = iface; in GetNetInterfaceConfiguration()
2275 int32_t NetConnService::NetInterfaceStateCallback::OnInterfaceAdded(const std::string &iface) in OnInterfaceAdded() argument
2283 callback->OnInterfaceAdded(iface); in OnInterfaceAdded()
2288 int32_t NetConnService::NetInterfaceStateCallback::OnInterfaceRemoved(const std::string &iface) in OnInterfaceRemoved() argument
2296 callback->OnInterfaceRemoved(iface); in OnInterfaceRemoved()
2301 int32_t NetConnService::NetInterfaceStateCallback::OnInterfaceChanged(const std::string &iface, bool up) in OnInterfaceChanged() argument
2309 callback->OnInterfaceChanged(iface, up); in OnInterfaceChanged()
2314 int32_t NetConnService::NetInterfaceStateCallback::OnInterfaceLinkStateChanged(const std::string &iface, bool up) in OnInterfaceLinkStateChanged() argument
2322 callback->OnInterfaceLinkStateChanged(iface, u in OnInterfaceLinkStateChanged()
2338 OnBandwidthReachedLimit(const std::string &limitName, const std::string &iface) OnBandwidthReachedLimit() argument
[all...]
/kernel/linux/linux-5.10/sound/pci/hda/
H A Dhda_codec.c1607 id.iface = SNDRV_CTL_ELEM_IFACE_MIXER; in find_mixer_ctl()
1829 if (!sctl || sctl->id.iface != SNDRV_CTL_ELEM_IFACE_MIXER) in map_followers()
2037 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2414 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2421 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2427 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2434 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2599 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2681 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2689 .iface
[all...]
/kernel/linux/linux-5.10/sound/pci/trident/
H A Dtrident_main.c2309 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2372 .iface = SNDRV_CTL_ELEM_IFACE_PCM,
2406 .iface = SNDRV_CTL_ELEM_IFACE_PCM,
2468 .iface = SNDRV_CTL_ELEM_IFACE_PCM,
2517 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2575 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2586 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2653 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2717 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2774 .iface
[all...]
/kernel/linux/linux-6.6/sound/pci/trident/
H A Dtrident_main.c2312 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2375 .iface = SNDRV_CTL_ELEM_IFACE_PCM,
2409 .iface = SNDRV_CTL_ELEM_IFACE_PCM,
2471 .iface = SNDRV_CTL_ELEM_IFACE_PCM,
2520 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2578 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2589 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2656 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2720 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2777 .iface
[all...]

Completed in 51 milliseconds

1...<<41424344454647484950>>...66