Home
last modified time | relevance | path

Searched refs:t_status (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/iio/adc/
H A Dad7291.c112 u16 t_status, v_status; in ad7291_event_handler() local
117 if (ad7291_i2c_read(chip, AD7291_T_ALERT_STATUS, &t_status)) in ad7291_event_handler()
123 if (!(t_status || v_status)) in ad7291_event_handler()
133 if ((t_status & AD7291_T_LOW) || (t_status & AD7291_T_AVG_LOW)) in ad7291_event_handler()
140 if ((t_status & AD7291_T_HIGH) || (t_status & AD7291_T_AVG_HIGH)) in ad7291_event_handler()
/kernel/linux/linux-6.6/drivers/iio/adc/
H A Dad7291.c112 u16 t_status, v_status; in ad7291_event_handler() local
117 if (ad7291_i2c_read(chip, AD7291_T_ALERT_STATUS, &t_status)) in ad7291_event_handler()
123 if (!(t_status || v_status)) in ad7291_event_handler()
133 if ((t_status & AD7291_T_LOW) || (t_status & AD7291_T_AVG_LOW)) in ad7291_event_handler()
140 if ((t_status & AD7291_T_HIGH) || (t_status & AD7291_T_AVG_HIGH)) in ad7291_event_handler()
/kernel/linux/linux-5.10/drivers/crypto/amlogic/
H A Damlogic-gxl.h36 * @t_status: Descriptor of the cipher operation (see description below)
39 * t_status is segmented like this:
54 __le32 t_status; member
H A Damlogic-gxl-cipher.c170 desc->t_status = cpu_to_le32(v); in meson_cipher()
220 desc->t_status = cpu_to_le32(v); in meson_cipher()
/kernel/linux/linux-6.6/drivers/crypto/amlogic/
H A Damlogic-gxl.h36 * @t_status: Descriptor of the cipher operation (see description below)
39 * t_status is segmented like this:
54 __le32 t_status; member
H A Damlogic-gxl-cipher.c170 desc->t_status = cpu_to_le32(v); in meson_cipher()
220 desc->t_status = cpu_to_le32(v); in meson_cipher()

Completed in 4 milliseconds