/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/ |
H A D | wrapper_distributor.cpp | 97 const std::string &iface = message->GetMessage(NetsysEventMessage::Type::INTERFACE); in HandleSubSysNet() local 101 NotifyInterfaceAdd(iface); in HandleSubSysNet() 104 NotifyInterfaceRemove(iface); in HandleSubSysNet() 107 NotifyInterfaceChange(iface, true); in HandleSubSysNet() 110 NotifyInterfaceLinkStateChange(iface, true); in HandleSubSysNet() 113 NotifyInterfaceLinkStateChange(iface, false); in HandleSubSysNet() 131 const std::string &iface = message->GetMessage(NetsysEventMessage::Type::INTERFACE); in HandleAddressChange() local 137 if (!iface.empty() && iface[0] && !address.empty() && !flags.empty() && !scope.empty()) { in HandleAddressChange() 139 NotifyInterfaceAddressUpdate(address, iface, ConvertToInt6 in HandleAddressChange() 151 const std::string &iface = message->GetMessage(NetsysEventMessage::Type::INTERFACE); HandleRouteChange() local 160 const std::string &iface = message->GetMessage(NetsysEventMessage::Type::INTERFACE); HandleSubSysQlog() local [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/amphion/ |
H A D | vpu_malone.c | 348 struct malone_iface *iface; in vpu_malone_init_rpc() local 358 iface = rpc->virt; in vpu_malone_init_rpc() 362 shared->iface = iface; in vpu_malone_init_rpc() 365 iface->exec_base_addr = base_phy_addr; in vpu_malone_init_rpc() 366 iface->exec_area_size = rpc->length; in vpu_malone_init_rpc() 371 shared->cmd_desc = &iface->cmd_buffer_desc.buffer; in vpu_malone_init_rpc() 373 iface->cmd_buffer_desc.buffer.start = in vpu_malone_init_rpc() 374 iface->cmd_buffer_desc.buffer.rptr = in vpu_malone_init_rpc() 375 iface in vpu_malone_init_rpc() 447 struct malone_iface *iface = shared->iface; vpu_malone_set_log_buf() local 463 struct malone_iface *iface = shared->iface; vpu_malone_set_system_cfg() local 479 struct malone_iface *iface = shared->iface; vpu_malone_get_version() local 496 struct malone_iface *iface = shared->iface; vpu_malone_config_stream_buffer() local 617 struct malone_iface *iface = shared->iface; vpu_malone_set_stream_cfg() local 643 struct malone_iface *iface = shared->iface; vpu_malone_set_params() local 680 struct malone_iface *iface = shared->iface; vpu_malone_is_non_frame_mode() local 692 struct malone_iface *iface = shared->iface; vpu_malone_update_params() local 1655 struct malone_iface *iface = shared->iface; vpu_malone_check_ready() local 1695 struct malone_iface *iface = shared->iface; vpu_malone_post_cmd() local 1707 struct malone_iface *iface = shared->iface; vpu_malone_init_instance() local 1719 struct malone_iface *iface = shared->iface; vpu_malone_get_max_instance_count() local [all...] |
H A D | vpu_rpc.h | 20 void *iface; member 205 core->iface = shared; in vpu_iface_init() 221 ops->set_log_buf(core->iface, log); in vpu_iface_set_log_buf() 233 ops->set_system_cfg(core->iface, regs_base, regs, core->id); in vpu_iface_config_system() 245 return ops->get_stream_buffer_size(core->iface); in vpu_iface_get_stream_buffer_size() 255 ops->set_stream_cfg(inst->core->iface, inst->id); in vpu_iface_config_stream() 266 return ops->send_cmd_buf(core->iface, cmd); in vpu_iface_send_cmd() 276 return ops->receive_msg_buf(core->iface, msg); in vpu_iface_receive_msg() 320 ret = ops->input_frame(inst->core->iface, inst, vb); in vpu_iface_input_frame() 337 return ops->config_memory_resource(inst->core->iface, in vpu_iface_config_memory_resource() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | drv_callbacks.c | 205 if (hapd->iface->drv_max_acl_mac_addrs == 0 && in hostapd_notif_assoc() 226 (hapd->iface->conf->ht_capab & in hostapd_notif_assoc() 234 ht40_intolerant_add(hapd->iface, sta); in hostapd_notif_assoc() 265 if (hapd->iface->fst) in hostapd_notif_assoc() 322 hapd->iface->freq, in hostapd_notif_assoc() 805 if (!hapd->iface->current_mode) { in hostapd_event_ch_switch() 812 hapd->iface->freq = freq; in hostapd_event_ch_switch() 840 switch (hapd->iface->current_mode->mode) { in hostapd_event_ch_switch() 873 is_dfs = ieee80211_is_dfs(freq, hapd->iface->hw_features, in hostapd_event_ch_switch() 874 hapd->iface in hostapd_event_ch_switch() 1223 get_hapd_bssid(struct hostapd_iface *iface, const u8 *bssid) get_hapd_bssid() argument 1257 struct hostapd_iface *iface = hapd->iface; hostapd_mgmt_rx() local 1381 struct hostapd_iface *iface = hapd->iface; hostapd_event_eapol_rx() local 1399 hostapd_get_mode_channel( struct hostapd_iface *iface, unsigned int freq) hostapd_get_mode_channel() argument 1415 hostapd_update_nf(struct hostapd_iface *iface, struct hostapd_channel_data *chan, struct freq_survey *survey) hostapd_update_nf() argument 1433 hostapd_single_channel_get_survey(struct hostapd_iface *iface, struct survey_results *survey_res) hostapd_single_channel_get_survey() argument 1470 hostapd_event_get_survey(struct hostapd_iface *iface, struct survey_results *survey_results) hostapd_event_get_survey() argument [all...] |
H A D | hostapd.h | 23 (hapd->iface->drv_flags & WPA_DRIVER_FLAGS_OCE_STA_CFON)) 26 (hapd->iface->drv_flags & WPA_DRIVER_FLAGS_OCE_AP)) 44 int (*reload_config)(struct hostapd_iface *iface); 49 int (*cb)(struct hostapd_iface *iface, 51 int (*driver_init)(struct hostapd_iface *iface); 61 struct hostapd_iface **iface; member 145 struct hostapd_iface *iface; member 556 void (*scan_cb)(struct hostapd_iface *iface); 573 int (*cb)(struct hostapd_iface *iface, 575 int hostapd_reload_config(struct hostapd_iface *iface); [all...] |
H A D | ctrl_iface_ap.c | 652 struct hostapd_iface *iface = hapd->iface; in hostapd_ctrl_iface_status() local 653 struct hostapd_hw_modes *mode = iface->current_mode; in hostapd_ctrl_iface_status() 671 hostapd_state_text(iface->state), in hostapd_ctrl_iface_status() 672 iface->phy, in hostapd_ctrl_iface_status() 673 iface->freq, in hostapd_ctrl_iface_status() 674 iface->num_sta_non_erp, in hostapd_ctrl_iface_status() 675 iface->num_sta_no_short_slot_time, in hostapd_ctrl_iface_status() 676 iface->num_sta_no_short_preamble, in hostapd_ctrl_iface_status() 677 iface in hostapd_ctrl_iface_status() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ctrl_iface_ap.c | 687 struct hostapd_iface *iface = hapd->iface; in hostapd_ctrl_iface_status() local 688 struct hostapd_hw_modes *mode = iface->current_mode; in hostapd_ctrl_iface_status() 706 hostapd_state_text(iface->state), in hostapd_ctrl_iface_status() 707 iface->phy, in hostapd_ctrl_iface_status() 708 iface->freq, in hostapd_ctrl_iface_status() 709 iface->num_sta_non_erp, in hostapd_ctrl_iface_status() 710 iface->num_sta_no_short_slot_time, in hostapd_ctrl_iface_status() 711 iface->num_sta_no_short_preamble, in hostapd_ctrl_iface_status() 712 iface in hostapd_ctrl_iface_status() [all...] |
H A D | sta_info.c | 219 if (!hapd->iface->driver_ap_teardown && in ap_free_sta() 235 hapd->iface->num_sta_non_erp--; in ap_free_sta() 236 if (hapd->iface->num_sta_non_erp == 0) in ap_free_sta() 242 hapd->iface->num_sta_no_short_slot_time--; in ap_free_sta() 243 if (hapd->iface->current_mode && in ap_free_sta() 244 hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G in ap_free_sta() 245 && hapd->iface->num_sta_no_short_slot_time == 0) in ap_free_sta() 251 hapd->iface->num_sta_no_short_preamble--; in ap_free_sta() 252 if (hapd->iface->current_mode && in ap_free_sta() 253 hapd->iface in ap_free_sta() 813 struct hostapd_iface *iface = hapd->iface; ap_sta_remove_in_other_bss() local 1080 const char *iface; ap_sta_bind_vlan() local [all...] |
/third_party/libwebsockets/lib/system/dhcpclient/ |
H A D | dhcpclient.c | 78 lws_dhcpc_find(struct lws_context *context, const char *iface, int af) in lws_dhcpc_find() argument 82 /* see if we are already looking after this af / iface combination */ in lws_dhcpc_find() 87 if (!strcmp((const char *)&r[1], iface) && af == r->af) in lws_dhcpc_find() 96 * Create a persistent dhcp client entry for network interface "iface" and AF 101 lws_dhcpc_request(struct lws_context *context, const char *iface, int af, in lws_dhcpc_request() argument 104 lws_dhcpc_req_t *r = lws_dhcpc_find(context, iface, af); in lws_dhcpc_request() 107 /* see if we are already looking after this af / iface combination */ in lws_dhcpc_request() 114 n = (int)strlen(iface); in lws_dhcpc_request() 119 memcpy(&r[1], iface, (unsigned int)n + 1); in lws_dhcpc_request() 126 lws_strncpy(r->is.ifname, iface, sizeo in lws_dhcpc_request() 151 lws_dhcpc_remove(struct lws_context *context, const char *iface) lws_dhcpc_remove() argument [all...] |
/foundation/communication/netmanager_ext/frameworks/native/ethernetclient/src/proxy/ |
H A D | ethernet_service_proxy.cpp | 86 int32_t EthernetServiceProxy::SetIfaceConfig(const std::string &iface, sptr<InterfaceConfiguration> &ic) in SetIfaceConfig() argument 92 if (!data.WriteString(iface)) { in SetIfaceConfig() 114 int32_t EthernetServiceProxy::GetIfaceConfig(const std::string &iface, sptr<InterfaceConfiguration> &ifaceConfig) in GetIfaceConfig() argument 118 int32_t ret = SendRequest(data, iface, reply, in GetIfaceConfig() 137 int32_t EthernetServiceProxy::IsIfaceActive(const std::string &iface, int32_t &activeStatus) in IsIfaceActive() argument 141 int32_t ret = SendRequest(data, iface, reply, in IsIfaceActive() 264 int32_t EthernetServiceProxy::SetInterfaceUp(const std::string &iface) in SetInterfaceUp() argument 268 int32_t ret = SendRequest(data, iface, reply, in SetInterfaceUp() 276 int32_t EthernetServiceProxy::SetInterfaceDown(const std::string &iface) in SetInterfaceDown() argument 280 int32_t ret = SendRequest(data, iface, repl in SetInterfaceDown() 288 GetInterfaceConfig(const std::string &iface, OHOS::nmd::InterfaceConfigurationParcel &cfg) GetInterfaceConfig() argument 316 SetInterfaceConfig(const std::string &iface, OHOS::nmd::InterfaceConfigurationParcel &cfg) SetInterfaceConfig() argument 363 SendRequest(MessageParcel &data, const std::string &iface, MessageParcel &reply, uint32_t code) SendRequest() argument [all...] |
/device/soc/rockchip/rk2206/hdf_driver/i2c/ |
H A D | i2c_driver.c | 131 struct DeviceResourceIface *iface = NULL;
in i2cdrv_readdrs() local 142 iface = DeviceResourceGetIfaceInstance(HDF_CONFIG_SOURCE);
in i2cdrv_readdrs() 143 if (iface == NULL) {
in i2cdrv_readdrs() 144 PRINT_ERR("%s: iface is null\n", __func__);
in i2cdrv_readdrs() 147 if (iface->GetUint32 == NULL) {
in i2cdrv_readdrs() 154 ret = iface->GetUint32(node, "bus", &bus->bus, 0);
in i2cdrv_readdrs() 160 ret = iface->GetUint32(node, "id", &bus->id, 0);
in i2cdrv_readdrs() 166 ret = iface->GetUint32(node, "mode", &bus->mode, 0);
in i2cdrv_readdrs() 172 ret = iface->GetUint32(node, "freq", &bus->freq, 0);
in i2cdrv_readdrs() 178 ret = iface in i2cdrv_readdrs() [all...] |
/foundation/communication/netmanager_base/test/netmanagernative/unittest/bandwidth_manager_test/ |
H A D | bandwidth_manager_class_test.cpp | 189 std::string iface = "wlan0"; in HWTEST_F() local 191 int32_t ret = g_BandwidthManager->SetCostlyAlert(BandwidthManager::Operate::OP_SET, iface, bytes); in HWTEST_F() 202 std::string iface = "wlan0"; in HWTEST_F() local 204 int32_t ret = g_BandwidthManager->SetCostlyAlert(BandwidthManager::Operate::OP_SET, iface, bytes); in HWTEST_F() 206 ret = g_BandwidthManager->SetCostlyAlert(BandwidthManager::Operate::OP_UNSET, iface, bytes); in HWTEST_F() 217 std::string iface = "wlan0"; in HWTEST_F() local 219 int32_t ret = g_BandwidthManager->SetCostlyAlert(BandwidthManager::Operate::OP_SET, iface, bytes); in HWTEST_F() 222 ret = g_BandwidthManager->SetCostlyAlert(BandwidthManager::Operate::OP_UNSET, iface, bytes); in HWTEST_F() 257 std::string iface = "wlan0"; in HWTEST_F() local 259 int32_t ret = g_BandwidthManager->SetIfaceQuota(iface, byte in HWTEST_F() 270 std::string iface = "// /."; HWTEST_F() local 283 std::string iface = "wlan0"; HWTEST_F() local 299 std::string iface = "// /."; HWTEST_F() local 311 std::string iface = "wlan0"; HWTEST_F() local 323 std::string iface = "wlan0"; HWTEST_F() local [all...] |
/kernel/linux/linux-5.10/net/netfilter/ipset/ |
H A D | ip_set_hash_netiface.c | 4 /* Kernel module implementing an IP set type: the hash:net,iface type */ 33 IP_SET_MODULE_DESC("hash:net,iface", IPSET_TYPE_REV_MIN, IPSET_TYPE_REV_MAX); 34 MODULE_ALIAS("ip_set_hash:net,iface"); 62 char iface[IFNAMSIZ]; member 77 strncmp(ip1->iface, ip2->iface, strlen(ip1->iface)) == 0 : in hash_netiface4_data_equal() 78 strcmp(ip1->iface, ip2->iface) == 0); in hash_netiface4_data_equal() 117 nla_put_string(skb, IPSET_ATTR_IFACE, data->iface) || in hash_netiface4_data_list() 296 char iface[IFNAMSIZ]; global() member [all...] |
/kernel/linux/linux-6.6/net/netfilter/ipset/ |
H A D | ip_set_hash_netiface.c | 4 /* Kernel module implementing an IP set type: the hash:net,iface type */ 34 IP_SET_MODULE_DESC("hash:net,iface", IPSET_TYPE_REV_MIN, IPSET_TYPE_REV_MAX); 35 MODULE_ALIAS("ip_set_hash:net,iface"); 63 char iface[IFNAMSIZ]; member 78 strncmp(ip1->iface, ip2->iface, strlen(ip1->iface)) == 0 : in hash_netiface4_data_equal() 79 strcmp(ip1->iface, ip2->iface) == 0); in hash_netiface4_data_equal() 118 nla_put_string(skb, IPSET_ATTR_IFACE, data->iface) || in hash_netiface4_data_list() 297 char iface[IFNAMSIZ]; global() member [all...] |
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_device.c | 631 struct usb_interface *iface; in usb_config_parse() local 694 iface = udev->ifaces + ips.iface_index; in usb_config_parse() 722 iface->idesc = id; in usb_config_parse() 724 iface->alt_index = alt_index; in usb_config_parse() 727 iface->parent_iface_index = in usb_config_parse() 774 udev->ifaces = bsd_malloc(sizeof(*iface) * udev->ifaces_max, in usb_config_parse() 844 struct usb_interface *iface = usbd_get_iface(udev, iface_index); in usbd_set_alt_interface_index() local 851 if (iface == NULL) { in usbd_set_alt_interface_index() 855 if (iface->alt_index == alt_index) { in usbd_set_alt_interface_index() 875 if (iface in usbd_set_alt_interface_index() 1075 struct usb_interface *iface; usb_detach_device() local 1124 struct usb_interface *iface; usb_probe_and_attach_sub() local 1206 struct usb_interface *iface; usbd_set_parent_iface() local 1256 struct usb_interface *iface; usb_probe_and_attach() local 1394 struct usb_interface *iface; usb_suspend_resume() local 2117 struct usb_interface *iface = udev->ifaces + iface_index; usbd_get_iface() local 2146 struct usb_interface *iface; usbd_find_descriptor() local 2389 usbd_get_interface_descriptor(struct usb_interface *iface) usbd_get_interface_descriptor() argument 2397 usbd_get_interface_altindex(struct usb_interface *iface) usbd_get_interface_altindex() argument 2418 struct usb_interface *iface; usb_notify_addq() local 2739 struct usb_interface *iface; usbd_set_pnpinfo() local [all...] |
/foundation/communication/netmanager_ext/interfaces/innerkits/ethernetclient/include/ |
H A D | ethernet_client.h | 45 * @param iface interface name 51 int32_t SetIfaceConfig(const std::string &iface, sptr<InterfaceConfiguration> &ic); 56 * @param iface interface name 62 int32_t GetIfaceConfig(const std::string &iface, sptr<InterfaceConfiguration> &ifaceConfig); 67 * @param iface interface name 73 int32_t IsIfaceActive(const std::string &iface, int32_t &activeStatus); 117 * @param iface interface name 122 int32_t SetInterfaceUp(const std::string &iface); 127 * @param iface interface name 132 int32_t SetInterfaceDown(const std::string &iface); [all...] |
/foundation/communication/netmanager_ext/services/networksharemanager/include/ |
H A D | networkshare_tracker.h | 60 int32_t OnInterfaceAdded(const std::string &iface) override; 61 int32_t OnInterfaceRemoved(const std::string &iface) override; 66 int32_t OnBandwidthReachedLimit(const std::string &limitName, const std::string &iface) override; 221 int32_t Sharing(const std::string &iface, int32_t reqState); 223 void SendIfaceSharingStateChange(const SharingIfaceType &type, const std::string &iface, 226 int32_t CreateSubStateMachine(const std::string &iface, const SharingIfaceType &interfaceType, bool isNcm); 227 void StopSubStateMachine(const std::string &iface, const SharingIfaceType &interfaceType); 228 bool IsInterfaceMatchType(const std::string &iface, const SharingIfaceType &type); 229 bool InterfaceNameToType(const std::string &iface, SharingIfaceType &type); 231 bool FindSubStateMachine(const std::string &iface, cons [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps_upnp.c | 541 struct upnp_wps_device_interface *iface; in subscription_destroy() local 545 dl_list_for_each(iface, &s->sm->interfaces, in subscription_destroy() 547 upnp_er_remove_notification(iface->wps->registrar, s); in subscription_destroy() 1067 struct upnp_wps_device_interface *iface; in upnp_wps_get_iface() local 1068 dl_list_for_each(iface, &sm->interfaces, in upnp_wps_get_iface() 1070 if (iface->priv == priv) in upnp_wps_get_iface() 1071 return iface; in upnp_wps_get_iface() 1084 struct upnp_wps_device_interface *iface; in upnp_wps_device_deinit() local 1090 iface = upnp_wps_get_iface(sm, priv); in upnp_wps_device_deinit() 1091 if (iface in upnp_wps_device_deinit() 1139 struct upnp_wps_device_interface *iface; upnp_wps_device_init() local 1203 struct upnp_wps_device_interface *iface; upnp_wps_set_ap_pin() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | wps_upnp.c | 563 struct upnp_wps_device_interface *iface; in subscription_destroy() local 567 dl_list_for_each(iface, &s->sm->interfaces, in subscription_destroy() 569 upnp_er_remove_notification(iface->wps->registrar, s); in subscription_destroy() 1107 struct upnp_wps_device_interface *iface; in upnp_wps_get_iface() local 1108 dl_list_for_each(iface, &sm->interfaces, in upnp_wps_get_iface() 1110 if (iface->priv == priv) in upnp_wps_get_iface() 1111 return iface; in upnp_wps_get_iface() 1124 struct upnp_wps_device_interface *iface; in upnp_wps_device_deinit() local 1130 iface = upnp_wps_get_iface(sm, priv); in upnp_wps_device_deinit() 1131 if (iface in upnp_wps_device_deinit() 1179 struct upnp_wps_device_interface *iface; upnp_wps_device_init() local 1243 struct upnp_wps_device_interface *iface; upnp_wps_set_ap_pin() local [all...] |
/kernel/linux/linux-5.10/drivers/staging/most/sound/ |
H A D | sound.c | 30 * @iface: interface for which the channel belongs to 45 struct most_interface *iface; member 60 struct most_interface *iface; member 161 * @iface: interface structure 169 static struct channel *get_channel(struct most_interface *iface, in get_channel() argument 172 struct sound_adapter *adpt = iface->priv; in get_channel() 176 if ((channel->iface == iface) && (channel->id == channel_id)) in get_channel() 247 (mbo = most_get_mbo(channel->iface, channel->id, in playback_thread() 291 ret = most_start_channel(channel->iface, channe in pcm_open() 521 audio_probe_channel(struct most_interface *iface, int channel_id, struct most_channel_config *cfg, char *device_name, char *arg_list) audio_probe_channel() argument 648 audio_disconnect_channel(struct most_interface *iface, int channel_id) audio_disconnect_channel() argument 701 audio_tx_completion(struct most_interface *iface, int channel_id) audio_tx_completion() argument [all...] |
/kernel/linux/linux-6.6/sound/usb/ |
H A D | quirks.c | 34 struct usb_interface *iface, in create_composite_quirk() 38 int probed_ifnum = get_iface_desc(iface->altsetting)->bInterfaceNumber; in create_composite_quirk() 43 iface = usb_ifnum_to_if(chip->dev, quirk->ifnum); in create_composite_quirk() 44 if (!iface) in create_composite_quirk() 47 usb_interface_claimed(iface)) in create_composite_quirk() 49 err = snd_usb_create_quirk(chip, iface, driver, quirk); in create_composite_quirk() 55 iface = usb_ifnum_to_if(chip->dev, quirk->ifnum); in create_composite_quirk() 56 if (!iface) in create_composite_quirk() 59 !usb_interface_claimed(iface)) { in create_composite_quirk() 60 err = usb_driver_claim_interface(driver, iface, in create_composite_quirk() 33 create_composite_quirk(struct snd_usb_audio *chip, struct usb_interface *iface, struct usb_driver *driver, const struct snd_usb_audio_quirk *quirk_comp) create_composite_quirk() argument 70 ignore_interface_quirk(struct snd_usb_audio *chip, struct usb_interface *iface, struct usb_driver *driver, const struct snd_usb_audio_quirk *quirk) ignore_interface_quirk() argument 90 create_standard_audio_quirk(struct snd_usb_audio *chip, struct usb_interface *iface, struct usb_driver *driver, const struct snd_usb_audio_quirk *quirk) create_standard_audio_quirk() argument 149 create_fixed_stream_quirk(struct snd_usb_audio *chip, struct usb_interface *iface, struct usb_driver *driver, const struct snd_usb_audio_quirk *quirk) create_fixed_stream_quirk() argument 216 create_auto_pcm_quirk(struct snd_usb_audio *chip, struct usb_interface *iface, struct usb_driver *driver) create_auto_pcm_quirk() argument 258 create_yamaha_midi_quirk(struct snd_usb_audio *chip, struct usb_interface *iface, struct usb_driver *driver, struct usb_host_interface *alts) create_yamaha_midi_quirk() argument 290 create_roland_midi_quirk(struct snd_usb_audio *chip, struct usb_interface *iface, struct usb_driver *driver, struct usb_host_interface *alts) create_roland_midi_quirk() argument 314 create_std_midi_quirk(struct snd_usb_audio *chip, struct usb_interface *iface, struct usb_driver *driver, struct usb_host_interface *alts) create_std_midi_quirk() argument 342 create_auto_midi_quirk(struct snd_usb_audio *chip, struct usb_interface *iface, struct usb_driver *driver) create_auto_midi_quirk() argument 378 create_autodetect_quirk(struct snd_usb_audio *chip, struct usb_interface *iface, struct usb_driver *driver, const struct snd_usb_audio_quirk *quirk) create_autodetect_quirk() argument 395 create_uaxx_quirk(struct snd_usb_audio *chip, struct usb_interface *iface, struct usb_driver *driver, const struct snd_usb_audio_quirk *quirk) create_uaxx_quirk() argument 490 create_standard_mixer_quirk(struct snd_usb_audio *chip, struct usb_interface *iface, struct usb_driver *driver, const struct snd_usb_audio_quirk *quirk) create_standard_mixer_quirk() argument 509 snd_usb_create_quirk(struct snd_usb_audio *chip, struct usb_interface *iface, struct usb_driver *driver, const struct snd_usb_audio_quirk *quirk) snd_usb_create_quirk() argument 1410 quattro_skip_setting_quirk(struct snd_usb_audio *chip, int iface, int altno) quattro_skip_setting_quirk() argument 1442 audiophile_skip_setting_quirk(struct snd_usb_audio *chip, int iface, int altno) audiophile_skip_setting_quirk() argument 1471 fasttrackpro_skip_setting_quirk(struct snd_usb_audio *chip, int iface, int altno) fasttrackpro_skip_setting_quirk() argument 1509 s1810c_skip_setting_quirk(struct snd_usb_audio *chip, int iface, int altno) s1810c_skip_setting_quirk() argument 1541 snd_usb_apply_interface_quirk(struct snd_usb_audio *chip, int iface, int altno) snd_usb_apply_interface_quirk() argument 1859 struct usb_interface *iface; snd_usb_interface_dsd_format_quirks() local [all...] |
/third_party/vk-gl-cts/scripts/egl/ |
H A D | __init__.py | 35 iface = getDefaultInterface() 37 str_util.gen(iface) 38 call_log_wrapper.gen(iface) 40 enums.gen(iface) 41 func_ptrs.gen(iface)
|
/device/soc/rockchip/common/sdk_linux/ipc/ |
H A D | util.c | 141 struct ipc_proc_iface *iface;
in ipc_init_proc_interface() local 143 iface = kmalloc(sizeof(*iface), GFP_KERNEL);
in ipc_init_proc_interface() 144 if (!iface) {
in ipc_init_proc_interface() 147 iface->path = path;
in ipc_init_proc_interface() 148 iface->header = header;
in ipc_init_proc_interface() 149 iface->ids = ids;
in ipc_init_proc_interface() 150 iface->show = show;
in ipc_init_proc_interface() 154 &sysvipc_proc_ops, iface);
in ipc_init_proc_interface() 156 kfree(iface);
in ipc_init_proc_interface() 747 struct ipc_proc_iface *iface; global() member 793 struct ipc_proc_iface *iface = iter->iface; sysvipc_proc_next() local 811 struct ipc_proc_iface *iface = iter->iface; sysvipc_proc_start() local 840 struct ipc_proc_iface *iface = iter->iface; sysvipc_proc_stop() local 856 struct ipc_proc_iface *iface = iter->iface; sysvipc_proc_show() local [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_plx.c | 111 struct hostap_interface *iface; in hfa384x_outb_debug() local 115 iface = netdev_priv(dev); in hfa384x_outb_debug() 116 local = iface->local; in hfa384x_outb_debug() 126 struct hostap_interface *iface; in hfa384x_inb_debug() local 131 iface = netdev_priv(dev); in hfa384x_inb_debug() 132 local = iface->local; in hfa384x_inb_debug() 143 struct hostap_interface *iface; in hfa384x_outw_debug() local 147 iface = netdev_priv(dev); in hfa384x_outw_debug() 148 local = iface->local; in hfa384x_outw_debug() 158 struct hostap_interface *iface; in hfa384x_inw_debug() local 176 struct hostap_interface *iface; hfa384x_outsw_debug() local 192 struct hostap_interface *iface; hfa384x_insw_debug() local 442 struct hostap_interface *iface; prism2_plx_probe() local 587 struct hostap_interface *iface; prism2_plx_remove() local [all...] |
/kernel/linux/linux-5.10/ipc/ |
H A D | util.c | 141 struct ipc_proc_iface *iface; in ipc_init_proc_interface() local 143 iface = kmalloc(sizeof(*iface), GFP_KERNEL); in ipc_init_proc_interface() 144 if (!iface) in ipc_init_proc_interface() 146 iface->path = path; in ipc_init_proc_interface() 147 iface->header = header; in ipc_init_proc_interface() 148 iface->ids = ids; in ipc_init_proc_interface() 149 iface->show = show; in ipc_init_proc_interface() 155 iface); in ipc_init_proc_interface() 157 kfree(iface); in ipc_init_proc_interface() 742 struct ipc_proc_iface *iface; global() member 779 struct ipc_proc_iface *iface = iter->iface; sysvipc_proc_next() local 796 struct ipc_proc_iface *iface = iter->iface; sysvipc_proc_start() local 823 struct ipc_proc_iface *iface = iter->iface; sysvipc_proc_stop() local 838 struct ipc_proc_iface *iface = iter->iface; sysvipc_proc_show() local [all...] |