Home
last modified time | relevance | path

Searched defs:report (Results 426 - 450 of 514) sorted by relevance

1...<<1112131415161718192021

/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-multitouch.c155 struct hid_report *report; member
448 static void mt_get_feature(struct hid_device *hdev, struct hid_report *report) in mt_get_feature() argument
555 mt_allocate_application(struct mt_device *td, struct hid_report *report) mt_allocate_application() argument
590 mt_find_application(struct mt_device *td, struct hid_report *report) mt_find_application() argument
612 mt_allocate_report_data(struct mt_device *td, struct hid_report *report) mt_allocate_report_data() argument
652 mt_find_report_data(struct mt_device *td, struct hid_report *report) mt_find_report_data() argument
1199 struct hid_report *report = rdata->report; mt_touch_report() local
1445 mt_report(struct hid_device *hid, struct hid_report *report) mt_report() argument
1472 struct hid_report *report = field->report; mt_need_to_apply_feature() local
1600 struct hid_report *report; mt_input_configured() local
1666 struct hid_report *report; mt_fix_const_fields() local
[all...]
H A Dwacom_sys.c153 static int wacom_raw_event(struct hid_device *hdev, struct hid_report *report, in wacom_raw_event() argument
85 wacom_wac_pen_serial_enforce(struct hid_device *hdev, struct hid_report *report, u8 *raw_data, int report_size) wacom_wac_pen_serial_enforce() argument
2210 struct hid_report *report; wacom_compute_pktlen() local
[all...]
H A Dhid-sony.c918 static int sony_raw_event(struct hid_device *hdev, struct hid_report *report, in sony_raw_event() argument
1184 static const u8 report[] = { 0xf4, 0x42, 0x03, 0x00, 0x00 }; sixaxis_set_operational_bt() local
1231 struct hid_report *report = list_entry(report_list->next, buzz_set_leds() local
1478 struct sixaxis_output_report *report = sixaxis_send_output_report() local
1528 struct motion_output_report_02 *report = motion_send_output_report() local
[all...]
/kernel/linux/linux-6.6/drivers/hid/usbhid/
H A Dhid-pidff.c758 pidff_find_fields(struct pidff_usage *usage, const u8 *table, struct hid_report *report, int count, int strict) pidff_find_fields() argument
815 struct hid_report *report; pidff_find_reports() local
871 pidff_find_special_field(struct hid_report *report, int usage, int enforce_min) pidff_find_special_field() argument
[all...]
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-report.c74 struct report { struct
232 setup_forced_leader(struct report *report, struct evlist *evlist) setup_forced_leader() argument
1204 struct report report = { cmd_report() local
[all...]
/kernel/linux/linux-6.6/tools/mm/
H A Dslabinfo.c554 static void report(struct slabinfo *s) in report() function
/kernel/linux/linux-6.6/sound/soc/codecs/
H A D88pm860x-codec.c1206 int status, shrt, report = 0, mic_report = 0; in pm860x_component_handler() local
[all...]
H A Dwm8996.c2290 int val, reg, report; in wm8996_hpdet_irq() local
[all...]
H A Drt5659.c1356 int val, btn_type, report = 0; in rt5659_jack_detect_work() local
[all...]
H A Drt5663.c1904 int btn_type, report = 0; in rt5663_jack_detect_work() local
[all...]
H A Dda7218.c2237 int report; in da7218_hpldet_irq() local
H A Drt5670.c518 int val, btn_type, report = jack->status; in rt5670_irq_detection() local
[all...]
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_conntrack_netlink.c1561 ctnetlink_flush_conntrack(struct net *net, const struct nlattr * const cda[], u32 portid, int report, u8 family) ctnetlink_flush_conntrack() argument
2858 ctnetlink_glue_attach_expect(const struct nlattr *attr, struct nf_conn *ct, u32 portid, u32 report) ctnetlink_glue_attach_expect() argument
3565 ctnetlink_create_expect(struct net *net, const struct nf_conntrack_zone *zone, const struct nlattr * const cda[], u_int8_t u3, u32 portid, int report) ctnetlink_create_expect() argument
[all...]
H A Dnf_conntrack_core.c644 bool nf_ct_delete(struct nf_conn *ct, u32 portid, int report) in nf_ct_delete() argument
/kernel/linux/linux-6.6/sound/soc/intel/boards/
H A Dbytcr_rt5640.c515 int jack_status, report; in byt_rt5640_hp_elitepad_1000g2_jack2_check() local
/test/testfwk/xdevice/src/xdevice/_core/
H A Dconstants.py210 report = "Report" variable in ListenerType
/test/testfwk/xdevice/src/xdevice/_core/report/
H A Dreporter_helper.py87 report = "report" variable in ReportConstant
364 report = "" variable in Suite
408 report = "" variable in Case
[all...]
/third_party/ffmpeg/libavcodec/
H A Dcinepakenc.c258 calculate_mode_score(CinepakEncContext *s, int h, strip_info *info, int report, int *training_set_v1_shrunk, int *training_set_v4_shrunk) calculate_mode_score() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureFilteringExplicitLodTests.cpp670 std::string report; in verify() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineVerifier.cpp475 void MachineVerifier::report(const char *msg, const MachineFunction *MF) { report() function in MachineVerifier
490 void MachineVerifier::report(const char *msg, const MachineBasicBlock *MBB) { report() function in MachineVerifier
501 void MachineVerifier::report(const char *msg, const MachineInstr *MI) { report() function in MachineVerifier
510 void MachineVerifier::report(const char *msg, const MachineOperand *MO, report() function in MachineVerifier
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureFilteringExplicitLodTests.cpp670 std::string report; in verify() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Dwpa_hal.c1897 static int32_t WifiProbeReqReport(void *priv, int32_t report) in WifiProbeReqReport() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Ddriver_i.h453 wpa_drv_probe_req_report(struct wpa_supplicant *wpa_s, int report) wpa_drv_probe_req_report() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Dwpa_hal.c1903 static int32_t WifiProbeReqReport(void *priv, int32_t report) in WifiProbeReqReport() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Ddriver_i.h519 wpa_drv_probe_req_report(struct wpa_supplicant *wpa_s, int report) wpa_drv_probe_req_report() argument

Completed in 57 milliseconds

1...<<1112131415161718192021