Home
last modified time | relevance | path

Searched refs:lec (Results 1 – 8 of 8) sorted by relevance

/linux/sound/soc/intel/avs/
H A Dtrace.h40 #define trace_avs_request(msg, sts, lec) \ argument
42 trace_avs_ipc_request_msg((msg)->header, sts, lec); \
46 #define trace_avs_reply(msg, sts, lec) \ argument
48 trace_avs_ipc_reply_msg((msg)->header, sts, lec); \
52 #define trace_avs_notify(msg, sts, lec) \ argument
54 trace_avs_ipc_notify_msg((msg)->header, sts, lec); \
61 TP_PROTO(u64 header, u32 sts, u32 lec),
63 TP_ARGS(header, sts, lec),
68 __field(u32, lec)
74 __entry->lec = lec;
[all …]
H A Dipc.c189 u32 sts, lec; in avs_dsp_receive_rx() local
192 lec = snd_hdac_adsp_readl(adev, AVS_FW_REG_ERROR(adev)); in avs_dsp_receive_rx()
193 trace_avs_ipc_reply_msg(header, sts, lec); in avs_dsp_receive_rx()
215 u32 sts, lec; in avs_dsp_process_notification() local
218 lec = snd_hdac_adsp_readl(adev, AVS_FW_REG_ERROR(adev)); in avs_dsp_process_notification()
219 trace_avs_ipc_notify_msg(header, sts, lec); in avs_dsp_process_notification()
375 u32 lec = UINT_MAX; in avs_dsp_send_tx() local
380 lec = snd_hdac_adsp_readl(adev, AVS_FW_REG_ERROR(adev)); in avs_dsp_send_tx()
383 trace_avs_request(tx, sts, lec); in avs_dsp_send_tx()
/linux/drivers/net/can/cc770/
H A Dcc770.c506 u8 lec; in cc770_err() local
549 lec = status & STAT_LEC_MASK; in cc770_err()
550 if (lec < 7 && lec > 0) { in cc770_err()
551 if (lec == STAT_LEC_ACK) { in cc770_err()
555 switch (lec) { in cc770_err()
/linux/net/atm/
H A DMakefile14 obj-$(CONFIG_ATM_LANE) += lec.o
/linux/sound/soc/sof/
H A Dipc4-fw-reg.h130 u32 lec; member
/linux/drivers/platform/x86/lenovo/
H A Dthinkpad_acpi.c6485 u8 lec = 0; in tpacpi_brightness_checkpoint_nvram() local
6497 if (unlikely(!acpi_ec_read(TP_EC_BACKLIGHT, &lec))) in tpacpi_brightness_checkpoint_nvram()
6499 lec &= TP_EC_BACKLIGHT_LVLMSK; in tpacpi_brightness_checkpoint_nvram()
6502 if (lec != ((b_nvram & TP_NVRAM_MASK_LEVEL_BRIGHTNESS) in tpacpi_brightness_checkpoint_nvram()
6507 b_nvram |= lec; in tpacpi_brightness_checkpoint_nvram()
6511 (unsigned int) lec, (unsigned int) b_nvram); in tpacpi_brightness_checkpoint_nvram()
6515 (unsigned int) lec, (unsigned int) b_nvram); in tpacpi_brightness_checkpoint_nvram()
6524 u8 lec = 0; in tpacpi_brightness_get_raw() local
6534 if (unlikely(!acpi_ec_read(TP_EC_BACKLIGHT, &lec))) in tpacpi_brightness_get_raw()
6536 *status = lec; in tpacpi_brightness_get_raw()
[all …]
/linux/drivers/net/can/m_can/
H A Dm_can.c937 static inline bool is_lec_err(u8 lec) in is_lec_err() argument
939 return lec != LEC_NO_ERROR && lec != LEC_NO_CHANGE; in is_lec_err()
995 u8 lec = FIELD_GET(PSR_LEC_MASK, psr); in m_can_handle_bus_errors() local
998 if (is_lec_err(lec)) { in m_can_handle_bus_errors()
1000 work_done += m_can_handle_lec_err(dev, lec); in m_can_handle_bus_errors()
/linux/drivers/usb/host/
H A Dxhci-mem.c1344 bool lec; in xhci_get_endpoint_mult() local
1347 lec = xhci->hci_version > 0x100 && (xhci->hcc_params2 & HCC2_LEC); in xhci_get_endpoint_mult()
1351 (!lec || xhci->quirks & XHCI_INTEL_HOST)) in xhci_get_endpoint_mult()
1356 usb_endpoint_xfer_isoc(&ep->desc) && !lec) in xhci_get_endpoint_mult()