Home
last modified time | relevance | path

Searched refs:report (Results 701 - 725 of 942) sorted by relevance

1...<<21222324252627282930>>...38

/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/
H A Dtx.c58 SET_TX_DESC_SPE_RPT(txdesc, pkt_info->report); in rtw_tx_fill_tx_desc()
145 * [7:2], tx report sequence number in rtw_tx_report_enable()
149 pkt_info->report = true; in rtw_tx_report_enable()
174 /* pass sn to tx report handler through driver data */ in rtw_tx_report_enqueue()
/kernel/linux/linux-6.6/drivers/firmware/arm_scmi/
H A Dclock.c518 void *report, u32 *src_id) in scmi_clk_fill_custom_report()
521 struct scmi_clock_rate_notif_report *r = report; in scmi_clk_fill_custom_report()
515 scmi_clk_fill_custom_report(const struct scmi_protocol_handle *ph, u8 evt_id, ktime_t timestamp, const void *payld, size_t payld_sz, void *report, u32 *src_id) scmi_clk_fill_custom_report() argument
/kernel/linux/linux-6.6/drivers/input/mouse/
H A Delan_i2c_i2c.c171 dev_err(dev, "fetching report descriptor failed.: %d\n", error); in elan_i2c_initialize()
729 u8 *report, unsigned int report_len) in elan_i2c_get_report()
733 len = i2c_master_recv(client, report, report_len); in elan_i2c_get_report()
735 dev_err(&client->dev, "failed to read report data: %d\n", len); in elan_i2c_get_report()
741 "wrong report length (%d vs %d expected)\n", in elan_i2c_get_report()
728 elan_i2c_get_report(struct i2c_client *client, u8 *report, unsigned int report_len) elan_i2c_get_report() argument
/third_party/ltp/testcases/network/nfsv4/locks/
H A Dlocktests.c280 /* Final test report */
281 int report(int clnt) in report() function
743 return report(clnt); in master()
/third_party/python/Lib/
H A Dmodulefinder.py491 def report(self): member in ModuleFinder
492 """Print a report to stdout, listing the found modules with their
658 mf.report()
/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_tables_api.c149 ctx->report = nlmsg_report(nlh); in nft_ctx_init()
888 bool report; member
892 static void nft_notify_enqueue(struct sk_buff *skb, bool report, in nft_notify_enqueue() argument
895 NFT_CB(skb).report = report; in nft_notify_enqueue()
905 if (!ctx->report && in nf_tables_table_notify()
921 nft_notify_enqueue(skb, ctx->report, &nft_net->notify_list); in nf_tables_table_notify()
1706 if (!ctx->report && in nf_tables_chain_notify()
1723 nft_notify_enqueue(skb, ctx->report, &nft_net->notify_list); in nf_tables_chain_notify()
3075 if (!ctx->report in nf_tables_rule_notify()
6664 nft_obj_notify(struct net *net, const struct nft_table *table, struct nft_object *obj, u32 portid, u32 seq, int event, int family, int report, gfp_t gfp) nft_obj_notify() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/pcie/
H A Drx.c1774 bool hw_rfkill, prev, report; in iwl_pcie_handle_rfkill_irq() local
1784 report = hw_rfkill; in iwl_pcie_handle_rfkill_irq()
1786 report = test_bit(STATUS_RFKILL_OPMODE, &trans->status); in iwl_pcie_handle_rfkill_irq()
1793 if (prev != report) in iwl_pcie_handle_rfkill_irq()
1794 iwl_trans_pcie_rf_kill(trans, report); in iwl_pcie_handle_rfkill_irq()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/pcie/
H A Drx.c1792 bool hw_rfkill, prev, report; in iwl_pcie_handle_rfkill_irq() local
1802 report = hw_rfkill; in iwl_pcie_handle_rfkill_irq()
1804 report = test_bit(STATUS_RFKILL_OPMODE, &trans->status); in iwl_pcie_handle_rfkill_irq()
1811 if (prev != report) in iwl_pcie_handle_rfkill_irq()
1812 iwl_trans_pcie_rf_kill(trans, report, from_irq); in iwl_pcie_handle_rfkill_irq()
2300 /* during FW reset flow report errors from there */ in iwl_pcie_irq_msix_handler()
/third_party/libinput/tools/
H A Dlibinput-record.c1234 unsigned char report[4096]; in handle_hidraw() local
1240 int rc = read(hidraw->fd, report, sizeof(report)); in handle_hidraw()
1267 iprintf(d->fp, I_NONE, "0x%02x", report[byte]); in handle_hidraw()
1269 iprintf(d->fp, I_NONE, "%s0x%02x", sep, report[byte]); in handle_hidraw()
2563 " The recorded data is in recording.yml and can be attached to a bug report.\n" in usage()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dwl_cfgvendor.c1624 rtt_result->report_len, &rtt_result->report); in wl_cfgvendor_rtt_evt()
5098 rtt_report_t *report = NULL; in wl_cfgvendor_send_as_rtt_legacy_event() local
5105 report = MALLOCZ(cfg->osh, sizeof(*report)); in wl_cfgvendor_send_as_rtt_legacy_event()
5106 if (!report) { in wl_cfgvendor_send_as_rtt_legacy_event()
5112 report->distance = range_res->dist_mm/10; in wl_cfgvendor_send_as_rtt_legacy_event()
5113 ret = memcpy_s(&report->addr, ETHER_ADDR_LEN, in wl_cfgvendor_send_as_rtt_legacy_event()
5120 report->status = (rtt_reason_t)status; in wl_cfgvendor_send_as_rtt_legacy_event()
5121 report->type = RTT_TWO_WAY; in wl_cfgvendor_send_as_rtt_legacy_event()
5148 ret = nla_put(msg, RTT_ATTRIBUTE_TARGET_MAC, ETHER_ADDR_LEN, &report in wl_cfgvendor_send_as_rtt_legacy_event()
[all...]
H A Ddhd_rtt.h293 RTT_SCHED_RNG_RPT_DIRECTED = 6, /* On Ranging report for directed RTT */
296 RTT_SCHED_RNG_RPT_GEOFENCE = 9, /* On Ranging report for geofence RTT */
389 struct rtt_report report; member
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dwm8996.c2290 int val, reg, report; in wm8996_hpdet_irq() local
2292 /* Assume headphone in error conditions; we need to report in wm8996_hpdet_irq()
2295 report = SND_JACK_HEADPHONE; in wm8996_hpdet_irq()
2312 /* If we've got high enough impedence then report as line, in wm8996_hpdet_irq()
2316 report = SND_JACK_LINEOUT; in wm8996_hpdet_irq()
2318 report = SND_JACK_HEADPHONE; in wm8996_hpdet_irq()
2322 report |= SND_JACK_MICROPHONE; in wm8996_hpdet_irq()
2324 snd_soc_jack_report(wm8996->jack, report, in wm8996_hpdet_irq()
2398 /* No accessory, reset everything and report removal */ in wm8996_micd()
2444 * plain headphones. If both polarities report in wm8996_micd()
[all...]
/kernel/linux/linux-5.10/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c657 bool report; in nfs4_ff_layout_stat_io_start_read() local
660 report = nfs4_ff_layoutstat_start_io(mirror, &mirror->read_stat, now); in nfs4_ff_layout_stat_io_start_read()
665 if (report) in nfs4_ff_layout_stat_io_start_read()
688 bool report; in nfs4_ff_layout_stat_io_start_write() local
691 report = nfs4_ff_layoutstat_start_io(mirror , &mirror->write_stat, now); in nfs4_ff_layout_stat_io_start_write()
696 if (report) in nfs4_ff_layout_stat_io_start_write()
2059 /* report nothing for now */
/kernel/linux/linux-6.6/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c663 bool report; in nfs4_ff_layout_stat_io_start_read() local
666 report = nfs4_ff_layoutstat_start_io(mirror, &mirror->read_stat, now); in nfs4_ff_layout_stat_io_start_read()
671 if (report) in nfs4_ff_layout_stat_io_start_read()
694 bool report; in nfs4_ff_layout_stat_io_start_write() local
697 report = nfs4_ff_layoutstat_start_io(mirror , &mirror->write_stat, now); in nfs4_ff_layout_stat_io_start_write()
702 if (report) in nfs4_ff_layout_stat_io_start_write()
2132 /* report nothing for now */
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dwm8996.c2290 int val, reg, report; in wm8996_hpdet_irq() local
2292 /* Assume headphone in error conditions; we need to report in wm8996_hpdet_irq()
2295 report = SND_JACK_HEADPHONE; in wm8996_hpdet_irq()
2312 /* If we've got high enough impedence then report as line, in wm8996_hpdet_irq()
2316 report = SND_JACK_LINEOUT; in wm8996_hpdet_irq()
2318 report = SND_JACK_HEADPHONE; in wm8996_hpdet_irq()
2322 report |= SND_JACK_MICROPHONE; in wm8996_hpdet_irq()
2324 snd_soc_jack_report(wm8996->jack, report, in wm8996_hpdet_irq()
2398 /* No accessory, reset everything and report removal */ in wm8996_micd()
2444 * plain headphones. If both polarities report in wm8996_micd()
[all...]
/kernel/linux/linux-5.10/crypto/
H A Daead.c197 .report = crypto_aead_report,
H A Dscompress.c256 .report = crypto_scomp_report,
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
H A Dxmit.h362 struct ieee80211_tx_info *report,
/kernel/linux/linux-5.10/sound/soc/tegra/
H A Dtegra_wm8903.c100 .report = SND_JACK_HEADPHONE,
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/
H A Dxmit.h362 struct ieee80211_tx_info *report,
/kernel/linux/linux-6.6/crypto/
H A Dscompress.c250 .report = crypto_scomp_report,
H A Daead.c246 .report = crypto_aead_report,
H A Dakcipher.c105 .report = crypto_akcipher_report,
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-letsketch.c17 * Interface 0 EP 0x81 bootclass mouse, rdesc len 18, report id 0x08,
23 * Interface 1 EP 0x82 bootclass mouse, rdesc len 83, report id 0x0a, Tablet
30 * Interface 2 EP 0x83 bootclass keybd, rdesc len 64, report id none, Std Kbd
34 * Interface 3 EP 0x84 bootclass mouse, rdesc len 75, report id 0x01, Std Mouse
166 struct hid_report *report, in letsketch_raw_event()
165 letsketch_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *raw_data, int size) letsketch_raw_event() argument
/kernel/linux/linux-6.6/tools/testing/selftests/nolibc/
H A DMakefile219 # report with existing test log
220 report:

Completed in 48 milliseconds

1...<<21222324252627282930>>...38