Searched refs:report (Results 201 - 225 of 314) sorted by relevance

1234567891011>>

/linux-master/drivers/hid/
H A Dhid-appleir.c32 * James McKenzie has two devices both of which report the following
182 static int appleir_raw_event(struct hid_device *hid, struct hid_report *report, argument
247 /* let hidraw and hiddev handle the report */
H A Dhid-cmedia.c26 /* Fixed report descriptor of HS-100B audio chip
97 static int cmhid_raw_event(struct hid_device *hid, struct hid_report *report, argument
206 hid_info(hid, "Fixing CMedia HS-100B report descriptor\n");
H A Dhid-cougar.c112 "usage count exceeds max: fixing up report descriptor\n");
257 static int cougar_raw_event(struct hid_device *hdev, struct hid_report *report, argument
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,
165 letsketch_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *raw_data, int size) argument
H A Dhid-roccat-ryos.c183 struct hid_report *report, u8 *data, int size)
182 ryos_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *data, int size) argument
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drx.c76 struct iwl_spectrum_notification *report = (void *)pkt->data; local
78 if (!report->state) {
84 memcpy(&priv->measure_report, report, sizeof(*report));
/linux-master/crypto/
H A Drng.c122 .report = crypto_rng_report,
H A Dacompress.c129 .report = crypto_acomp_report,
H A Dakcipher.c105 .report = crypto_akcipher_report,
/linux-master/sound/soc/fsl/
H A Dimx-es8328.c33 .report = SND_JACK_HEADSET,
/linux-master/include/crypto/
H A Dalgapi.h62 int (*report)(struct sk_buff *skb, struct crypto_alg *alg); member in struct:crypto_type
/linux-master/sound/soc/rockchip/
H A Drk3288_hdmi_analog.c112 .report = SND_JACK_HEADPHONE,
/linux-master/sound/soc/ti/
H A Domap-twl4030.c131 .report = SND_JACK_HEADSET,
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_aca.h161 struct aca_bank_report *report, void *data);
/linux-master/fs/notify/fanotify/
H A Dfanotify.c315 /* Do we have a directory inode to report? */
343 * the child entry name information, we report FAN_ONDIR for mkdir/rmdir
346 * For backward compatibility and consistency, do not report FAN_ONDIR
347 * to user in legacy fanotify mode (reporting fd) and report FAN_ONDIR
350 * We never report FAN_EVENT_ON_CHILD to user, but we do pass it in to
355 /* Do not report event flags without any event */
491 * With the group flag FAN_REPORT_TARGET_FID, always report the child fid.
493 * Without the group flag FAN_REPORT_TARGET_FID, report the modified directory
518 * Otherwise, do not report dir fid.
674 struct fs_error_report *report local
[all...]
/linux-master/drivers/staging/rtl8192e/rtl8192e/
H A Dr8192E_dev.c1201 u8 report; local
1204 report = pcck_buf->cck_agc_rpt & 0xc0;
1205 report >>= 6;
1206 switch (report) {
1224 report = pcck_buf->cck_agc_rpt & 0x60;
1225 report >>= 5;
1226 switch (report) {
/linux-master/sound/soc/codecs/
H A Drt5670.c518 int val, btn_type, report = jack->status; local
530 report = rt5670_headset_detect(rt5670->component, 1);
538 report = SND_JACK_HEADSET;
542 report |= SND_JACK_BTN_1;
545 report |= SND_JACK_BTN_0;
548 report |= SND_JACK_BTN_2;
558 report = rt5670->jack_type;
565 report = 0;
574 return report;
586 rt5670->hp_gpio.report
[all...]
H A Drt5645.c3308 int val, btn_type, gpio_state = 0, report = 0; local
3323 report = rt5645_jack_detect(rt5645->component, gpio_state);
3326 report, SND_JACK_HEADPHONE);
3328 report, SND_JACK_MICROPHONE);
3341 report = rt5645_jack_detect(rt5645->component, 1);
3347 report = SND_JACK_HEADSET;
3349 /* rt5650 can report three kinds of button behavior,
3351 currently we will report button pressed/released
3358 report |= SND_JACK_BTN_0;
3363 report |
[all...]
H A Drt5663.c1905 int btn_type, report = 0; local
1913 /* jack was out, report jack type */
1916 report = rt5663_v2_jack_detect(
1920 report = rt5663_jack_detect(rt5663->component, 1);
1928 /* Delay the jack insert report to avoid pop noise */
1931 /* jack is already in, report button event */
1932 report = SND_JACK_HEADSET;
1935 * rt5663 can report three kinds of button behavior,
1937 * currently we will report button pressed/released
1945 report |
[all...]
H A Darizona-jack.c401 /* If we go out of range report top of range */
430 /* Skip up a range, or report? */
498 /* Take the headphone impedance for the main report */
534 int ret, reading, state, report; local
574 report = SND_JACK_LINEOUT;
576 report = SND_JACK_HEADPHONE;
578 snd_soc_jack_report(info->jack, report, SND_JACK_LINEOUT | SND_JACK_HEADPHONE);
652 /* Just report headphone */
703 /* Just report headphone */
816 /* If we got a high impedence we should have a headset, report i
[all...]
/linux-master/include/sound/
H A Dpcm.h318 * kernel-provided audio timestamp report to user-space
336 const struct snd_pcm_audio_tstamp_report *report)
340 tmp = report->accuracy_report;
342 tmp |= report->actual_type;
344 tmp |= report->valid;
348 *accuracy = report->accuracy;
1595 __u32 audio_tstamp_data; /* needed for 64-bit alignment, used for configs/report to/from userspace */
1620 u32 audio_tstamp_data; /* needed for 64-bit alignment, used for configs/report to/from userspace */
335 snd_pcm_pack_audio_tstamp_report(__u32 *data, __u32 *accuracy, const struct snd_pcm_audio_tstamp_report *report) argument
/linux-master/sound/soc/intel/boards/
H A Dbytcr_rt5640.c473 .report = SND_JACK_HEADSET,
480 .report = SND_JACK_HEADSET,
515 int jack_status, report; local
522 report = rt5640_detect_headset(component, rt5640_jack2_gpio.desc);
525 return report;
/linux-master/drivers/input/mouse/
H A Delan_i2c_i2c.c171 dev_err(dev, "fetching report descriptor failed.: %d\n", error);
729 u8 *report, unsigned int report_len)
733 len = i2c_master_recv(client, report, report_len);
735 dev_err(&client->dev, "failed to read report data: %d\n", len);
741 "wrong report length (%d vs %d expected)\n",
728 elan_i2c_get_report(struct i2c_client *client, u8 *report, unsigned int report_len) argument
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dxmit.h362 struct ieee80211_tx_info *report,
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dhtc_pipe.c854 struct htc_credit_report *report; local
889 report = (struct htc_credit_report *) record_buf;
890 htc_process_credit_report(target, report,
891 record->len / sizeof(*report),

Completed in 328 milliseconds

1234567891011>>