Searched refs:report (Results 251 - 275 of 314) sorted by relevance

<<111213

/linux-master/drivers/hid/
H A Dhid-roccat-arvo.c407 struct hid_report *report, u8 *data, int size)
406 arvo_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *data, int size) argument
H A Dhid-roccat-isku.c402 struct hid_report *report, u8 *data, int size)
401 isku_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *data, int size) argument
H A Dhid-lg.c52 /* Fixed report descriptors for Logitech Driving Force (and Pro)
58 * These descriptors remove the combined Y axis and instead report
426 * Certain Logitech keyboards send in report #3 keys which are far
438 "fixing up Logitech keyboard report descriptor\n");
446 "fixing up rel/abs in Logitech report descriptor\n");
455 "fixing up Logitech Wingman Formula GP report descriptor\n");
468 "fixing up Logitech Wingman Formula Force GP report descriptor\n");
474 /* Several wheels report as this id when operating in emulation mode. */
478 "fixing up Logitech Driving Force report descriptor\n");
487 "fixing up Logitech Momo Force (Red) report descripto
739 lg_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *rd, int size) argument
[all...]
H A Dhid-roccat-kone.c844 static int kone_raw_event(struct hid_device *hdev, struct hid_report *report, argument
H A Dhid-roccat-kovaplus.c605 struct hid_report *report, u8 *data, int size)
604 kovaplus_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *data, int size) argument
H A Dhid-roccat-pyra.c547 static int pyra_raw_event(struct hid_device *hdev, struct hid_report *report, argument
H A Dhid-roccat-koneplus.c514 struct hid_report *report, u8 *data, int size)
513 koneplus_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *data, int size) argument
/linux-master/sound/soc/ti/
H A Dams-delta.c217 .report = SND_JACK_HEADSET,
/linux-master/crypto/
H A Dshash.c282 .report = crypto_shash_report,
/linux-master/tools/testing/selftests/nolibc/
H A DMakefile263 # report with existing test log
264 report:
/linux-master/drivers/hwmon/
H A Dcorsair-cpro.c7 * still being used. The device does not use report ids. When using hidraw and this driver
133 static int ccp_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *data, int size) argument
H A Dasus_rog_ryujin.c24 /* Cooler status report offsets */
30 /* Cooler duty report offsets */
34 /* Controller status (speeds) report offsets */
40 /* Controller duty report offsets */
153 /* Writes the command to the device with the rest of the report filled with zeroes */
415 static int rog_ryujin_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *data, argument
442 /* Received report for pump and internal fan duties (in %) */
445 * We received a report with zeroes for duty in both places.
455 * or that we received a success report caused by userspace.
456 * We're expecting a report, s
[all...]
/linux-master/include/linux/
H A Dnetfilter.h489 u32 portid, u32 report);
/linux-master/sound/soc/codecs/
H A Drt5651.c1786 int report; local
1804 report = rt5651_detect_headset(component);
1805 dev_dbg(component->dev, "detect report %#02x\n", report);
1806 snd_soc_jack_report(rt5651->hp_jack, report, SND_JACK_HEADSET);
H A Dda7218.c2237 int report; local
2242 report = SND_JACK_HEADPHONE;
2244 report = 0;
2246 snd_soc_jack_report(da7218->jack, report, SND_JACK_HEADPHONE);
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dtx.c56 le32_encode_bits(pkt_info->report, RTW_TX_DESC_W2_SPE_RPT) |
167 * [7:2], tx report sequence number
171 pkt_info->report = true;
183 rtw_warn(rtwdev, "failed to get tx report from firmware\n");
196 /* pass sn to tx report handler through driver data */
/linux-master/arch/s390/pci/
H A Dpci.c962 struct zpci_report_error_header *report)
966 return sclp_pci_report(report, zdev->fh, zdev->fid);
961 zpci_report_error(struct pci_dev *pdev, struct zpci_report_error_header *report) argument
/linux-master/drivers/firmware/arm_scmi/
H A Dclock.c1005 void *report, u32 *src_id)
1008 struct scmi_clock_rate_notif_report *r = report;
1002 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) argument
/linux-master/tools/testing/selftests/net/forwarding/
H A Dlib.sh1638 local report=$1; shift
1648 check_err $? "Wrong *,G entry source list after $report report"
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drxmq.c305 /* key mismatch - will also report !MIC_OK but we shouldn't count it */
307 goto report;
324 goto report;
328 goto report;
342 goto report;
350 report:
1630 /* report the AMPDU-EOF bit on single frames */
1772 /* report the AMPDU-EOF bit on single frames */
/linux-master/net/sctp/
H A Dsm_make_chunk.c303 /* If we have any extensions to report, account for that */
700 /* Make an ECNE chunk. This is a congestion experienced report. */
1284 * invalid parameter codes in which we may not want to report all the
1928 struct __sctp_missing report; local
1931 len = SCTP_PAD4(sizeof(report));
1940 report.num_missing = htonl(1);
1941 report.type = paramtype;
1943 sizeof(report));
1944 sctp_addto_chunk(*errp, sizeof(report), &report);
[all...]
/linux-master/drivers/net/fddi/skfp/
H A Dsmt.c99 static void update_dac(struct s_smc *smc, int report);
806 static void update_dac(struct s_smc *smc, int report) argument
812 if (report && (cond != smc->mib.m[MAC0].fddiMACDuplicateAddressCond))
/linux-master/net/ncsi/
H A Dncsi-manage.c61 goto report;
78 goto report;
85 report:
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dsdma_v4_4_2.c2185 struct aca_bank_report *report, void *data)
2196 ret = aca_bank_info_decode(bank, &report->info);
2201 report->count[type] = ACA_REG__MISC0__ERRCNT(misc0);
2183 sdma_v4_4_2_aca_bank_generate_report(struct aca_handle *handle, struct aca_bank *bank, enum aca_error_type type, struct aca_bank_report *report, void *data) argument
/linux-master/net/netfilter/
H A Dnf_tables_api.c146 ctx->report = nlmsg_report(nlh);
1007 bool report; member in struct:nftnl_skb_parms
1011 static void nft_notify_enqueue(struct sk_buff *skb, bool report, argument
1014 NFT_CB(skb).report = report;
1025 if (!ctx->report &&
1044 nft_notify_enqueue(skb, ctx->report, &nft_net->notify_list);
1892 if (!ctx->report &&
1912 nft_notify_enqueue(skb, ctx->report, &nft_net->notify_list);
3471 if (!ctx->report
8139 __nft_obj_notify(struct net *net, const struct nft_table *table, struct nft_object *obj, u32 portid, u32 seq, int event, u16 flags, int family, int report, gfp_t gfp) argument
8169 nft_obj_notify(struct net *net, const struct nft_table *table, struct nft_object *obj, u32 portid, u32 seq, int event, u16 flags, int family, int report, gfp_t gfp) argument
[all...]

Completed in 267 milliseconds

<<111213