Home
last modified time | relevance | path

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

/linux/Documentation/devicetree/bindings/input/
H A Diqs626a.yaml155 azoteq,timeout-lta-ms:
187 timeout (defined in 'azoteq,timeout-lta') expires.
317 azoteq,filt-str-np-lta:
325 azoteq,filt-str-lp-lta:
525 average timeout (defined in 'azoteq,timeout-lta') expires.
620 azoteq,lta-update:
763 azoteq,timeout-lta-ms = <32768>;
H A Dazoteq,iqs7222.yaml81 azoteq,lta-beta-lp:
89 azoteq,lta-beta-np:
113 azoteq,lta-fast-beta-lp:
121 azoteq,lta-fast-beta-np:
939 azoteq,lta-beta-lp = <7>;
940 azoteq,lta-beta-np = <8>;
943 azoteq,lta-fast-beta-lp = <3>;
944 azoteq,lta-fast-beta-np = <4>;
H A Diqs269a.yaml76 azoteq,filt-str-lp-lta:
90 azoteq,filt-str-np-lta:
132 azoteq,timeout-lta-ms:
297 timeout (defined in 'azoteq,timeout-lta') expires.
H A Diqs62x-keys.yaml86 ** "+" and "-" refer to the polarity of a channel's delta (LTA - counts),
87 where "LTA" is defined as the channel's long-term average.
/linux/drivers/input/misc/
H A Diqs626a.c718 if (!fwnode_property_read_u32(ch_node, "azoteq,lta-update", &val)) { in iqs626_parse_trackpad()
1099 if (!fwnode_property_read_u32(ch_node, "azoteq,filt-str-np-lta", in iqs626_parse_channel()
1112 if (!fwnode_property_read_u32(ch_node, "azoteq,filt-str-lp-lta", in iqs626_parse_channel()
1351 if (!device_property_read_u32(&client->dev, "azoteq,timeout-lta-ms", in iqs626_parse_prop()
H A Diqs269a.c816 if (!device_property_read_u32(&client->dev, "azoteq,filt-str-lp-lta", in iqs269_parse_prop()
840 if (!device_property_read_u32(&client->dev, "azoteq,filt-str-np-lta", in iqs269_parse_prop()
904 if (!device_property_read_u32(&client->dev, "azoteq,timeout-lta-ms", in iqs269_parse_prop()
H A Diqs7222.c1103 .name = "azoteq,lta-beta-lp",
1111 .name = "azoteq,lta-beta-np",
1135 .name = "azoteq,lta-fast-beta-lp",
1143 .name = "azoteq,lta-fast-beta-np",
/linux/include/uapi/linux/media/raspberrypi/
H A Dpisp_be_config.h173 * @ratio: Multiplier for the LTA input frame
/linux/drivers/scsi/lpfc/
H A Dlpfc_attr.c306 u64 *lta, rct_acc = 0, max_lta = 0; in lpfc_vmid_info_show() local
394 lta = per_cpu_ptr(vmp->last_io_time, cpu); in lpfc_vmid_info_show()
395 if (!lta) in lpfc_vmid_info_show()
399 if (time_after((unsigned long)*lta, jiffies)) in lpfc_vmid_info_show()
402 if (*lta > max_lta) in lpfc_vmid_info_show()
403 max_lta = *lta; in lpfc_vmid_info_show()
H A Dlpfc_hbadisc.c320 u64 *lta; in lpfc_check_inactive_vmid_one() local
337 lta = per_cpu_ptr(vmp->last_io_time, cpu); in lpfc_check_inactive_vmid_one()
338 if (!lta) in lpfc_check_inactive_vmid_one()
340 difftime = (jiffies) - (*lta); in lpfc_check_inactive_vmid_one()