Home
last modified time | relevance | path

Searched refs:info (Results 5551 - 5575 of 17423) sorted by relevance

1...<<221222223224225226227228229230>>...697

/kernel/linux/linux-6.6/tools/testing/selftests/watchdog/
H A Dwatchdog-test.c44 {"info", no_argument, NULL, 'i'},
85 printf(" -i, --info\t\tShow watchdog_info\n"); in usage()
179 struct watchdog_info info; in main() local
205 ret = ioctl(fd, WDIOC_GETSUPPORT, &info); in main()
320 printf(" identity:\t\t%s\n", info.identity); in main()
322 info.firmware_version); in main()
323 print_status(info.options); in main()
/kernel/linux/linux-6.6/drivers/s390/char/
H A Dsclp_ftp.c245 unsigned long info; in sclp_ftp_startup() local
254 info = get_zeroed_page(GFP_KERNEL); in sclp_ftp_startup()
256 if (info != 0) { in sclp_ftp_startup()
257 struct sysinfo_2_2_2 *info222 = (struct sysinfo_2_2_2 *)info; in sclp_ftp_startup()
266 free_page(info); in sclp_ftp_startup()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_westwood.c261 /* Extract info for Tcp socket info provided via netlink. */
263 union tcp_cc_info *info) in tcp_westwood_info()
268 info->vegas.tcpv_enabled = 1; in tcp_westwood_info()
269 info->vegas.tcpv_rttcnt = 0; in tcp_westwood_info()
270 info->vegas.tcpv_rtt = jiffies_to_usecs(ca->rtt); in tcp_westwood_info()
271 info->vegas.tcpv_minrtt = jiffies_to_usecs(ca->rtt_min); in tcp_westwood_info()
262 tcp_westwood_info(struct sock *sk, u32 ext, int *attr, union tcp_cc_info *info) tcp_westwood_info() argument
H A Dtcp_vegas.c65 * stale info -- both the saved cwnd and congestion feedback are
290 /* Extract info for Tcp socket info provided via netlink. */
292 union tcp_cc_info *info) in tcp_vegas_get_info()
297 info->vegas.tcpv_enabled = ca->doing_vegas_now; in tcp_vegas_get_info()
298 info->vegas.tcpv_rttcnt = ca->cntRTT; in tcp_vegas_get_info()
299 info->vegas.tcpv_rtt = ca->baseRTT; in tcp_vegas_get_info()
300 info->vegas.tcpv_minrtt = ca->minRTT; in tcp_vegas_get_info()
291 tcp_vegas_get_info(struct sock *sk, u32 ext, int *attr, union tcp_cc_info *info) tcp_vegas_get_info() argument
H A Dudp_tunnel_core.c189 struct ip_tunnel_info *info; in udp_tun_rx_dst() local
198 info = &tun_dst->u.tun_info; in udp_tun_rx_dst()
199 info->key.tp_src = udp_hdr(skb)->source; in udp_tun_rx_dst()
200 info->key.tp_dst = udp_hdr(skb)->dest; in udp_tun_rx_dst()
202 info->key.tun_flags |= TUNNEL_CSUM; in udp_tun_rx_dst()
/kernel/linux/linux-6.6/net/ethtool/
H A Dplca.c56 const struct genl_info *info) in plca_get_cfg_prepare_data()
142 ethnl_set_plca(struct ethnl_req_info *req_info, struct genl_info *info) in ethnl_set_plca() argument
146 struct nlattr **tb = info->attrs; in ethnl_set_plca()
171 ret = ops->set_plca_cfg(dev->phydev, &plca_cfg, info->extack); in ethnl_set_plca()
199 const struct genl_info *info) in plca_get_status_prepare_data()
54 plca_get_cfg_prepare_data(const struct ethnl_req_info *req_base, struct ethnl_reply_data *reply_base, const struct genl_info *info) plca_get_cfg_prepare_data() argument
197 plca_get_status_prepare_data(const struct ethnl_req_info *req_base, struct ethnl_reply_data *reply_base, const struct genl_info *info) plca_get_status_prepare_data() argument
H A Dpause.c54 const struct genl_info *info) in pause_prepare_data()
76 NL_SET_ERR_MSG_MOD(info->extack, in pause_prepare_data()
175 struct genl_info *info) in ethnl_set_pause_validate()
183 ethnl_set_pause(struct ethnl_req_info *req_info, struct genl_info *info) in ethnl_set_pause() argument
187 struct nlattr **tb = info->attrs; in ethnl_set_pause()
52 pause_prepare_data(const struct ethnl_req_info *req_base, struct ethnl_reply_data *reply_base, const struct genl_info *info) pause_prepare_data() argument
174 ethnl_set_pause_validate(struct ethnl_req_info *req_info, struct genl_info *info) ethnl_set_pause_validate() argument
/third_party/mesa3d/src/compiler/nir/
H A Dnir_gather_ssa_types.c108 const nir_op_info *info = &nir_op_infos[alu->op]; in nir_gather_ssa_types() local
117 for (unsigned i = 0; i < info->num_inputs; i++) { in nir_gather_ssa_types()
134 for (unsigned i = 0; i < info->num_inputs; i++) { in nir_gather_ssa_types()
136 set_type(alu->src[i].src.ssa->index, info->input_types[i], in nir_gather_ssa_types()
139 set_type(alu->dest.dest.ssa.index, info->output_type, in nir_gather_ssa_types()
/third_party/mesa3d/src/vulkan/overlay-layer/
H A Dmesa-overlay-control.py181 if args.info:
182 info = "Protocol Version: {}\n"
183 info += "Device Name: {}\n"
184 info += "Mesa Version: {}"
185 print(info.format(version, name, mesa_version))
194 parser.add_argument('--info', action='store_true', help='Print info from socket')
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_physical_device.c207 VkPhysicalDeviceImageFormatInfo2 info = { in vk_common_GetPhysicalDeviceImageFormatProperties() local
223 &info, &props2); in vk_common_GetPhysicalDeviceImageFormatProperties()
241 VkPhysicalDeviceSparseImageFormatInfo2 info = { in vk_common_GetPhysicalDeviceSparseImageFormatProperties() local
252 &info, in vk_common_GetPhysicalDeviceSparseImageFormatProperties()
266 &info, in vk_common_GetPhysicalDeviceSparseImageFormatProperties()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_screen.h121 const struct shader_info *info,
127 const struct shader_info *info,
131 const struct shader_info *info,
135 const struct shader_info *info,
149 const struct pipe_blit_info *info);
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/
H A DSystemInfo_vulkan.cpp117 bool GetSystemInfoVulkan(SystemInfo *info) in GetSystemInfoVulkan() argument
119 return GetSystemInfoVulkanWithICD(info, vk::ICD::Default); in GetSystemInfoVulkan()
122 bool GetSystemInfoVulkanWithICD(SystemInfo *info, vk::ICD preferredICD) in GetSystemInfoVulkanWithICD() argument
158 info->gpus.resize(physicalDeviceCount); in GetSystemInfoVulkanWithICD()
165 GPUDeviceInfo &gpu = info->gpus[i]; in GetSystemInfoVulkanWithICD()
/third_party/skia/tools/skdiff/
H A Dskdiff_utils.cpp52 SkImageInfo info = codec->getInfo().makeColorType(kN32_SkColorType); in get_bitmap() local
54 info = info.makeColorSpace(SkColorSpace::MakeSRGB()); in get_bitmap()
57 if (!resource.fBitmap.setInfo(info.makeColorType(kN32_SkColorType))) { in get_bitmap()
58 SkDebugf("ERROR: could not set bitmap info for <%s>\n", resource.fFullPath.c_str()); in get_bitmap()
73 if (SkCodec::kSuccess != codec->getPixels(resource.fBitmap.info(), in get_bitmap()
/third_party/pulseaudio/src/tests/
H A Dinterpol-test.c190 const pa_timing_info *info; in START_TEST() local
196 if ((info = pa_stream_get_timing_info(stream))) { in START_TEST()
197 if (memcmp(&last_info, &info->timestamp, sizeof(struct timeval))) { in START_TEST()
199 last_info = info->timestamp; in START_TEST()
201 if (info->playing) in START_TEST()
/third_party/spirv-tools/tools/util/
H A Dflags.cpp141 bool FlagList::parse_flag_info(FlagInfo& info, token_iterator_t* iterator) { in parse_flag_info() argument
148 success = parse_bool_flag(item.get(), info.is_short, **iterator); in parse_flag_info()
150 success = parse_flag(item.get(), info.is_short, iterator); in parse_flag_info()
152 success = parse_flag(item.get(), info.is_short, iterator); in parse_flag_info()
157 info.flag); in parse_flag_info()
/third_party/zlib/contrib/dotzlib/DotZLib/
H A DUnitTests.cs158 Info info = new Info(); in Info_Version()
160 Assert.AreEqual(32, info.SizeOfUInt); in Info_Version()
161 Assert.AreEqual(32, info.SizeOfULong); in Info_Version()
162 Assert.AreEqual(32, info.SizeOfPointer); in Info_Version()
163 Assert.AreEqual(32, info.SizeOfOffset); in Info_Version()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c308 find_output_by_semantic(const struct tgsi_shader_info *info, in find_output_by_semantic() argument
312 for (int i = 0; i < info->num_outputs; i++) in find_output_by_semantic()
313 if (info->output_semantic_name[i] == semantic && in find_output_by_semantic()
314 info->output_semantic_index[i] == index) in find_output_by_semantic()
655 boolean simple_shader = (shader->info.base.file_count[TGSI_FILE_SAMPLER] == 0 && in generate_fs_loop()
656 shader->info.base.num_inputs < 3 && in generate_fs_loop()
657 shader->info.base.num_instructions < 8) && 0; in generate_fs_loop()
660 const bool post_depth_coverage = shader->info.base.properties[TGSI_PROPERTY_FS_POST_DEPTH_COVERAGE]; in generate_fs_loop()
682 if (shader->info.base.properties[TGSI_PROPERTY_FS_EARLY_DEPTH_STENCIL]) in generate_fs_loop()
684 else if (!shader->info in generate_fs_loop()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/
H A Dbase.c89 /* Module info */
324 /* Write channel info, needed for ath5k_channel_ok() */ in ath5k_setup_channels()
696 const struct ieee80211_tx_info *info, in ath5k_get_rate()
707 return &hw->wiphy->bands[info->band]->bitrates[ bf->rates[idx].idx ]; in ath5k_get_rate()
712 const struct ieee80211_tx_info *info, in ath5k_get_rate_hw_value()
719 rate = ath5k_get_rate(hw, info, bf, idx); in ath5k_get_rate_hw_value()
774 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb); in ath5k_txbuf_setup() local
799 if (!ath5k_merge_ratetbl(sta, bf, info)) { in ath5k_txbuf_setup()
800 ieee80211_get_tx_rates(info->control.vif, in ath5k_txbuf_setup()
805 rate = ath5k_get_rate(ah->hw, info, b in ath5k_txbuf_setup()
695 ath5k_get_rate(const struct ieee80211_hw *hw, const struct ieee80211_tx_info *info, struct ath5k_buf *bf, int idx) ath5k_get_rate() argument
711 ath5k_get_rate_hw_value(const struct ieee80211_hw *hw, const struct ieee80211_tx_info *info, struct ath5k_buf *bf, int idx) ath5k_get_rate_hw_value() argument
1715 struct ieee80211_tx_info *info; ath5k_tx_frame_completed() local
1857 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb); ath5k_beacon_setup() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmac.c276 /* store the info from RXD and ethhdr to avoid being overridden */ in mt7615_reverse_frag0_hdr_trans()
724 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb); in mt7615_mac_write_txwi() local
725 struct ieee80211_tx_rate *rate = &info->control.rates[0]; in mt7615_mac_write_txwi()
726 u8 phy_idx = (info->hw_queue & MT_TX_HW_QUEUE_PHY) >> 2; in mt7615_mac_write_txwi()
728 struct ieee80211_vif *vif = info->control.vif; in mt7615_mac_write_txwi()
799 if (!(info->flags & IEEE80211_TX_CTL_AMPDU)) in mt7615_mac_write_txwi()
806 !(info->flags & IEEE80211_TX_CTL_RATE_CTRL_PROBE)) { in mt7615_mac_write_txwi()
807 bool stbc = info->flags & IEEE80211_TX_CTL_STBC; in mt7615_mac_write_txwi()
822 if (info->flags & IEEE80211_TX_CTL_LDPC) in mt7615_mac_write_txwi()
846 if (info in mt7615_mac_write_txwi()
1315 mt7615_fill_txs(struct mt7615_dev *dev, struct mt7615_sta *sta, struct ieee80211_tx_info *info, __le32 *txs_data) mt7615_fill_txs() argument
1475 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb); mt7615_mac_add_txs_skb() local
1491 struct ieee80211_tx_info info = {}; mt7615_mac_add_txs() local
1642 mt7615_queue_rx_skb(struct mt76_dev *mdev, enum mt76_rxq_id q, struct sk_buff *skb, u32 *info) mt7615_queue_rx_skb() argument
[all...]
/kernel/linux/linux-5.10/drivers/scsi/
H A Dmyrs.c585 struct myrs_ctlr_info *info = cs->ctlr_info; in myrs_get_config() local
603 model_len = sizeof(info->ctlr_name); in myrs_get_config()
606 memcpy(model, info->ctlr_name, model_len); in myrs_get_config()
615 info->fw_major_version, info->fw_minor_version, in myrs_get_config()
616 info->fw_turn_number); in myrs_get_config()
617 if (info->fw_major_version == 6 && in myrs_get_config()
618 info->fw_minor_version == 0 && in myrs_get_config()
619 info->fw_turn_number < 1) { in myrs_get_config()
628 shost->max_channel = info in myrs_get_config()
1343 struct myrs_ctlr_info *info = cs->ctlr_info; processor_show() local
2112 struct myrs_ctlr_info *info = cs->ctlr_info; myrs_monitor() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Dmyrs.c582 struct myrs_ctlr_info *info = cs->ctlr_info; in myrs_get_config() local
600 model_len = sizeof(info->ctlr_name); in myrs_get_config()
603 memcpy(model, info->ctlr_name, model_len); in myrs_get_config()
612 info->fw_major_version, info->fw_minor_version, in myrs_get_config()
613 info->fw_turn_number); in myrs_get_config()
614 if (info->fw_major_version == 6 && in myrs_get_config()
615 info->fw_minor_version == 0 && in myrs_get_config()
616 info->fw_turn_number < 1) { in myrs_get_config()
625 shost->max_channel = info in myrs_get_config()
1341 struct myrs_ctlr_info *info = cs->ctlr_info; processor_show() local
2107 struct myrs_ctlr_info *info = cs->ctlr_info; myrs_monitor() local
[all...]
/kernel/linux/linux-6.6/net/wireless/
H A Dscan.c697 /* TBTT info must include bss param + BSSID + in cfg80211_parse_colocated_ap()
700 * next AP info in cfg80211_parse_colocated_ap()
956 * info from the first part of the scan in cfg80211_scan_6ghz()
959 rdev->int_scan_req->info = old->info; in cfg80211_scan_6ghz()
1038 !rdev_req->scan_6ghz && !request->info.aborted && in ___cfg80211_scan_done()
1050 if (!request->info.aborted && in ___cfg80211_scan_done()
1058 msg = nl80211_build_scan_msg(rdev, wdev, request->info.aborted); in ___cfg80211_scan_done()
1061 if (wdev->netdev && !request->info.aborted) { in ___cfg80211_scan_done()
1088 struct cfg80211_scan_info *info) in cfg80211_scan_done()
1087 cfg80211_scan_done(struct cfg80211_scan_request *request, struct cfg80211_scan_info *info) cfg80211_scan_done() argument
2511 const struct ieee80211_neighbor_ap_info *info; cfg80211_tbtt_info_for_mld_ap() local
3138 cfg80211_wext_siwscan(struct net_device *dev, struct iw_request_info *info, union iwreq_data *wrqu, char *extra) cfg80211_wext_siwscan() argument
3273 ieee80211_scan_add_ies(struct iw_request_info *info, const struct cfg80211_bss_ies *ies, char *current_ev, char *end_buf) ieee80211_scan_add_ies() argument
3321 ieee80211_bss(struct wiphy *wiphy, struct iw_request_info *info, struct cfg80211_internal_bss *bss, char *current_ev, char *end_buf) ieee80211_bss() argument
3580 ieee80211_scan_results(struct cfg80211_registered_device *rdev, struct iw_request_info *info, char *buf, size_t len) ieee80211_scan_results() argument
3612 cfg80211_wext_giwscan(struct net_device *dev, struct iw_request_info *info, union iwreq_data *wrqu, char *extra) cfg80211_wext_giwscan() argument
[all...]
/build/ohos/common/
H A Dbinary_install_info.py31 print("dist subsystem info file [{}] no exist.".format(
37 raise Exception("read install parts info file failed.")
47 for info in dist_parts_info:
48 part_name = info.get('part_name')
50 required_subsystem += [info]
60 parser.add_argument('--dist-parts-info-file', required=True)
61 parser.add_argument('--parts-src-installed-info-file', required=True)
62 parser.add_argument('--binary-installed-info-file', required=True)
/drivers/hdf_core/framework/core/shared/test/unittest/common/
H A Dhdf_core_shared_test.cpp58 HdfDeviceInfo *info = HdfDeviceInfoNewInstance(); in HWTEST_F() local
59 ASSERT_NE(info, nullptr); in HWTEST_F()
60 HdfDeviceInfoFreeInstance(info); in HWTEST_F()
/drivers/hdf_core/framework/tools/hdi-gen/preprocessor/
H A Dpreprocessor.h52 static bool ParseFileDetail(const std::string &sourceFile, FileDetail &info);
54 static bool ParsePackage(Lexer &lexer, FileDetail &info);
56 static bool ParseImports(Lexer &lexer, FileDetail &info);

Completed in 27 milliseconds

1...<<221222223224225226227228229230>>...697