Home
last modified time | relevance | path

Searched full:ps_seq_id (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/input/misc/
H A Dda7280.c253 u8 ps_seq_id; member
394 * The pattern will be played by the PS_SEQ_ID and the in da7280_haptic_activate()
544 * If X = 2, the data will be PS_SEQ_ID and PS_SEQ_LOOP. in da7280_haptics_upload_effect()
600 haptics->ps_seq_id = data[DA7280_CUSTOM_SEQ_ID_IDX] & 0x0f; in da7280_haptics_upload_effect()
604 val = FIELD_PREP(DA7280_PS_SEQ_ID_MASK, haptics->ps_seq_id) | in da7280_haptics_upload_effect()
837 haptics->ps_seq_id = 0; in da7280_parse_properties()
840 haptics->ps_seq_id = val; in da7280_parse_properties()
950 dev_info(dev, "Please reload PS_SEQ_ID & mem data\n"); in da7280_irq_handler()
1092 /* Set PS_SEQ_ID and PS_SEQ_LOOP */ in da7280_init()
1093 val = FIELD_PREP(DA7280_PS_SEQ_ID_MASK, haptics->ps_seq_id) | in da7280_init()