Home
last modified time | relevance | path

Searched refs:info (Results 7426 - 7450 of 13662) sorted by relevance

1...<<291292293294295296297298299300>>...547

/kernel/linux/linux-5.10/block/partitions/
H A Dmsdos.c111 struct partition_meta_info *info = &state->parts[slot].info; in set_info() local
113 snprintf(info->uuid, sizeof(info->uuid), "%08x-%02x", disksig, in set_info()
115 info->volname[0] = 0; in set_info()
233 unsigned int v_bootinfo[3]; /* info needed by mboot */
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dkgdb.c195 struct arch_hw_breakpoint *info; in kgdb_correct_hw_break() local
209 info = counter_arch_bp(bp); in kgdb_correct_hw_break()
215 info->address = breakinfo[breakno].addr; in kgdb_correct_hw_break()
216 info->len = breakinfo[breakno].len; in kgdb_correct_hw_break()
217 info->type = breakinfo[breakno].type; in kgdb_correct_hw_break()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H A Di40e_client.c60 qs_handle = le16_to_cpu(vsi->info.qs_handle[tc]); in i40e_client_get_params()
710 ctxt.info.valid_sections = in i40e_client_update_vsi_ctxt()
712 ctxt.info.queueing_opt_flags |= I40E_AQ_VSI_QUE_OPT_TCP_ENA; in i40e_client_update_vsi_ctxt()
715 ctxt.info.valid_sections = in i40e_client_update_vsi_ctxt()
717 ctxt.info.queueing_opt_flags &= ~I40E_AQ_VSI_QUE_OPT_TCP_ENA; in i40e_client_update_vsi_ctxt()
/kernel/linux/linux-5.10/drivers/iio/dac/
H A Dad5758.c521 int *val, int *val2, long info) in ad5758_read_raw()
526 switch (info) { in ad5758_read_raw()
554 int val, int val2, long info) in ad5758_write_raw()
559 switch (info) { in ad5758_write_raw()
858 indio_dev->info = &ad5758_info; in ad5758_probe()
519 ad5758_read_raw(struct iio_dev *indio_dev, struct iio_chan_spec const *chan, int *val, int *val2, long info) ad5758_read_raw() argument
552 ad5758_write_raw(struct iio_dev *indio_dev, struct iio_chan_spec const *chan, int val, int val2, long info) ad5758_write_raw() argument
H A Dad5770r.c314 int *val, int *val2, long info) in ad5770r_read_raw()
320 switch (info) { in ad5770r_read_raw()
357 int val, int val2, long info) in ad5770r_write_raw()
361 switch (info) { in ad5770r_write_raw()
661 indio_dev->info = &ad5770r_info; in ad5770r_probe()
312 ad5770r_read_raw(struct iio_dev *indio_dev, struct iio_chan_spec const *chan, int *val, int *val2, long info) ad5770r_read_raw() argument
355 ad5770r_write_raw(struct iio_dev *indio_dev, struct iio_chan_spec const *chan, int val, int val2, long info) ad5770r_write_raw() argument
/kernel/linux/linux-5.10/drivers/mtd/maps/
H A Dpcmciamtd.c24 #define info(format, arg...) printk(KERN_INFO "pcmciamtd: " format "\n" , ## arg) macro
359 t->id[i].mfr, t->id[i].info); in pcmciamtd_cistpl_jedec()
731 info("bad bankwidth (%d), using default", bankwidth); in init_pcmciamtd()
735 info("bad force_size (%d), using default", force_size); in init_pcmciamtd()
739 info("bad mem_type (%d), using default", mem_type); in init_pcmciamtd()
/kernel/linux/linux-5.10/drivers/net/ethernet/microchip/
H A Dlan743x_ethtool.c267 struct ethtool_drvinfo *info) in lan743x_ethtool_get_drvinfo()
271 strlcpy(info->driver, DRIVER_NAME, sizeof(info->driver)); in lan743x_ethtool_get_drvinfo()
272 strlcpy(info->bus_info, in lan743x_ethtool_get_drvinfo()
273 pci_name(adapter->pdev), sizeof(info->bus_info)); in lan743x_ethtool_get_drvinfo()
266 lan743x_ethtool_get_drvinfo(struct net_device *netdev, struct ethtool_drvinfo *info) lan743x_ethtool_get_drvinfo() argument
/kernel/linux/linux-5.10/drivers/iio/adc/
H A Dti-ads7950.c536 const struct ti_ads7950_chip_info *info; in ti_ads7950_probe() local
557 info = &ti_ads7950_chip_info[spi_get_device_id(spi)->driver_data]; in ti_ads7950_probe()
561 indio_dev->channels = info->channels; in ti_ads7950_probe()
562 indio_dev->num_channels = info->num_channels; in ti_ads7950_probe()
563 indio_dev->info = &ti_ads7950_info; in ti_ads7950_probe()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wcn36xx/
H A Dtxrx.c405 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb); in wcn36xx_set_tx_data() local
447 if (info->flags & IEEE80211_TX_INTFL_DONT_ENCRYPT || in wcn36xx_set_tx_data()
532 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb); in wcn36xx_start_tx() local
536 bool ack_ind = (info->flags & IEEE80211_TX_CTL_REQ_TX_STATUS) && in wcn36xx_start_tx()
537 !(info->flags & IEEE80211_TX_CTL_NO_ACK); in wcn36xx_start_tx()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw.h644 /* 802.11h info */
776 /* Association info */
977 int libipw_wx_get_scan(struct libipw_device *ieee, struct iw_request_info *info,
980 struct iw_request_info *info, union iwreq_data *wrqu,
983 struct iw_request_info *info, union iwreq_data *wrqu,
986 struct iw_request_info *info,
989 struct iw_request_info *info,
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
H A Dtrx.c314 u8 *pbd_desc_tx, struct ieee80211_tx_info *info, in rtl92se_tx_fill_desc()
350 rtl_get_tcb_desc(hw, info, sta, skb, ptcb_desc); in rtl92se_tx_fill_desc()
387 if (info->flags & IEEE80211_TX_CTL_AMPDU) in rtl92se_tx_fill_desc()
438 if (info->control.hw_key) { in rtl92se_tx_fill_desc()
441 keyconf = info->control.hw_key; in rtl92se_tx_fill_desc()
312 rtl92se_tx_fill_desc(struct ieee80211_hw *hw, struct ieee80211_hdr *hdr, u8 *pdesc8, u8 *pbd_desc_tx, struct ieee80211_tx_info *info, struct ieee80211_sta *sta, struct sk_buff *skb, u8 hw_queue, struct rtl_tcb_desc *ptcb_desc) rtl92se_tx_fill_desc() argument
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dtrx.c406 u8 *txbd, struct ieee80211_tx_info *info, in rtl8723be_tx_fill_desc()
438 rtl_get_tcb_desc(hw, info, sta, skb, ptcb_desc); in rtl8723be_tx_fill_desc()
482 if (info->flags & IEEE80211_TX_CTL_AMPDU) { in rtl8723be_tx_fill_desc()
524 if (info->control.hw_key) { in rtl8723be_tx_fill_desc()
526 info->control.hw_key; in rtl8723be_tx_fill_desc()
404 rtl8723be_tx_fill_desc(struct ieee80211_hw *hw, struct ieee80211_hdr *hdr, u8 *pdesc8, u8 *txbd, struct ieee80211_tx_info *info, struct ieee80211_sta *sta, struct sk_buff *skb, u8 hw_queue, struct rtl_tcb_desc *ptcb_desc) rtl8723be_tx_fill_desc() argument
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/p54/
H A Dp54spi.c424 struct ieee80211_tx_info *info; in p54spi_wq_tx() local
444 info = container_of((void *) minfo, struct ieee80211_tx_info, in p54spi_wq_tx()
446 skb = container_of((void *) info, struct sk_buff, cb); in p54spi_wq_tx()
464 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb); in p54spi_op_tx() local
465 struct p54_tx_info *mi = (struct p54_tx_info *) info->rate_driver_data; in p54spi_op_tx()
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/prism54/
H A Dislpci_dev.c781 struct ethtool_drvinfo *info) in islpci_ethtool_get_drvinfo()
783 strlcpy(info->driver, DRV_NAME, sizeof(info->driver)); in islpci_ethtool_get_drvinfo()
784 strlcpy(info->version, DRV_VERSION, sizeof(info->version)); in islpci_ethtool_get_drvinfo()
780 islpci_ethtool_get_drvinfo(struct net_device *dev, struct ethtool_drvinfo *info) islpci_ethtool_get_drvinfo() argument
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Dtrx.c344 u8 *pbd_desc_tx, struct ieee80211_tx_info *info, in rtl92ce_tx_fill_desc()
387 rtl_get_tcb_desc(hw, info, sta, skb, tcb_desc); in rtl92ce_tx_fill_desc()
403 if (info->flags & IEEE80211_TX_CTL_AMPDU) { in rtl92ce_tx_fill_desc()
449 if (info->control.hw_key) { in rtl92ce_tx_fill_desc()
451 info->control.hw_key; in rtl92ce_tx_fill_desc()
342 rtl92ce_tx_fill_desc(struct ieee80211_hw *hw, struct ieee80211_hdr *hdr, u8 *pdesc8, u8 *pbd_desc_tx, struct ieee80211_tx_info *info, struct ieee80211_sta *sta, struct sk_buff *skb, u8 hw_queue, struct rtl_tcb_desc *tcb_desc) rtl92ce_tx_fill_desc() argument
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dtrx.c51 /* CCK Driver info Structure is not the same as OFDM packet. */ in _rtl8723e_query_rxphystatus()
343 u8 *txbd, struct ieee80211_tx_info *info, in rtl8723e_tx_fill_desc()
385 rtl_get_tcb_desc(hw, info, sta, skb, ptcb_desc); in rtl8723e_tx_fill_desc()
402 if (info->flags & IEEE80211_TX_CTL_AMPDU) { in rtl8723e_tx_fill_desc()
449 if (info->control.hw_key) { in rtl8723e_tx_fill_desc()
451 info->control.hw_key; in rtl8723e_tx_fill_desc()
341 rtl8723e_tx_fill_desc(struct ieee80211_hw *hw, struct ieee80211_hdr *hdr, u8 *pdesc_tx, u8 *txbd, struct ieee80211_tx_info *info, struct ieee80211_sta *sta, struct sk_buff *skb, u8 hw_queue, struct rtl_tcb_desc *ptcb_desc) rtl8723e_tx_fill_desc() argument
/kernel/linux/linux-5.10/include/net/
H A Dpkt_cls.h37 struct tcf_block_ext_info info; member
453 * @info: packet information examined by classifier
464 struct tcf_pkt_info *info) in tcf_em_tree_match()
467 return __tcf_em_tree_match(skb, tree, info); in tcf_em_tree_match()
482 #define tcf_em_tree_match(skb, t, info) ((void)(info), 1)
462 tcf_em_tree_match(struct sk_buff *skb, struct tcf_ematch_tree *tree, struct tcf_pkt_info *info) tcf_em_tree_match() argument
H A Ddsa.h497 * ethtool timestamp info
833 struct dsa_notifier_info info; /* must be first */ member
840 dsa_notifier_info_to_dev(const struct dsa_notifier_info *info) in dsa_notifier_info_to_dev() argument
842 return info->dev; in dsa_notifier_info_to_dev()
849 struct dsa_notifier_info *info);
862 struct dsa_notifier_info *info) in call_dsa_notifiers()
861 call_dsa_notifiers(unsigned long val, struct net_device *dev, struct dsa_notifier_info *info) call_dsa_notifiers() argument
/kernel/linux/linux-5.10/sound/pci/
H A Dak4531_codec.c48 .info = snd_ak4531_info_single, \
55 .info = snd_ak4531_info_single, \
115 .info = snd_ak4531_info_double, \
122 .info = snd_ak4531_info_double, \
200 .info = snd_ak4531_info_input_sw, \
/kernel/linux/linux-5.10/drivers/watchdog/
H A Dorion_wdt.c191 if (dev->wdt.info->options & WDIOF_PRETIMEOUT) in orion_wdt_ping()
206 if (dev->wdt.info->options & WDIOF_PRETIMEOUT) in armada375_start()
215 if (dev->wdt.info->options & WDIOF_PRETIMEOUT) in armada375_start()
305 if (wdt_dev->info->options & WDIOF_PRETIMEOUT) in armada375_stop()
568 dev->wdt.info = &orion_wdt_info; in orion_wdt_probe()
/kernel/linux/linux-5.10/kernel/bpf/
H A Dbpf_iter.c410 struct bpf_link_info *info) in bpf_iter_link_fill_link_info()
414 char __user *ubuf = u64_to_user_ptr(info->iter.target_name); in bpf_iter_link_fill_link_info()
416 u32 ulen = info->iter.target_name_len; in bpf_iter_link_fill_link_info()
425 info->iter.target_name_len = target_len + 1; in bpf_iter_link_fill_link_info()
444 return fill_link_info(&iter_link->aux, info); in bpf_iter_link_fill_link_info()
409 bpf_iter_link_fill_link_info(const struct bpf_link *link, struct bpf_link_info *info) bpf_iter_link_fill_link_info() argument
/kernel/linux/linux-5.10/net/mac80211/
H A Dvht.c228 /* Copy peer MCS info, the driver might need them. */ in ieee80211_vht_cap_ie_to_sta_vht_cap()
340 u8 info = he_cap->he_cap_elem.phy_cap_info[0]; in ieee80211_sta_cap_rx_bw() local
344 if (info & IEEE80211_HE_PHY_CAP0_CHANNEL_WIDTH_SET_40MHZ_IN_2G) in ieee80211_sta_cap_rx_bw()
350 if (info & IEEE80211_HE_PHY_CAP0_CHANNEL_WIDTH_SET_160MHZ_IN_5G || in ieee80211_sta_cap_rx_bw()
351 info & IEEE80211_HE_PHY_CAP0_CHANNEL_WIDTH_SET_80PLUS80_MHZ_IN_5G) in ieee80211_sta_cap_rx_bw()
353 else if (info & IEEE80211_HE_PHY_CAP0_CHANNEL_WIDTH_SET_40MHZ_80MHZ_IN_5G) in ieee80211_sta_cap_rx_bw()
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/runtime/pipeline/src/
H A Dpipeline.c427 s->firmware->info.isp.sp.enable.output) in ia_css_pipeline_get_output_stage()
449 HIVE_ADDR_sp_group = fw->info.sp.group; in ia_css_pipeline_has_stopped()
604 (struct ia_css_binary_info *)&firmware->info.isp; in pipeline_stage_create()
609 (struct ia_css_binary_info *)binary->info; in pipeline_stage_create()
639 (firmware && firmware->info.isp.sp.enable.vf_veceven) in pipeline_stage_create()
/kernel/linux/linux-6.6/drivers/mtd/maps/
H A Dpcmciamtd.c24 #define info(format, arg...) printk(KERN_INFO "pcmciamtd: " format "\n" , ## arg) macro
359 t->id[i].mfr, t->id[i].info); in pcmciamtd_cistpl_jedec()
731 info("bad bankwidth (%d), using default", bankwidth); in init_pcmciamtd()
735 info("bad force_size (%d), using default", force_size); in init_pcmciamtd()
739 info("bad mem_type (%d), using default", mem_type); in init_pcmciamtd()
/kernel/linux/linux-6.6/drivers/net/can/peak_canfd/
H A Dpeak_canfd.c780 struct ethtool_ts_info *info) in peak_get_ts_info()
782 info->so_timestamping = in peak_get_ts_info()
788 info->phc_index = -1; in peak_get_ts_info()
789 info->tx_types = BIT(HWTSTAMP_TX_OFF); in peak_get_ts_info()
790 info->rx_filters = BIT(HWTSTAMP_FILTER_ALL); in peak_get_ts_info()
779 peak_get_ts_info(struct net_device *dev, struct ethtool_ts_info *info) peak_get_ts_info() argument

Completed in 33 milliseconds

1...<<291292293294295296297298299300>>...547