Searched full:lta (Results 1 – 8 of 8) sorted by relevance
| /linux/Documentation/devicetree/bindings/input/ |
| H A D | iqs626a.yaml | 155 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 D | azoteq,iqs7222.yaml | 81 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 D | iqs269a.yaml | 76 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 D | iqs62x-keys.yaml | 86 ** "+" 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 D | iqs626a.c | 717 if (!fwnode_property_read_u32(ch_node, "azoteq,lta-update", &val)) { in iqs626_parse_trackpad() 1098 if (!fwnode_property_read_u32(ch_node, "azoteq,filt-str-np-lta", in iqs626_parse_channel() 1111 if (!fwnode_property_read_u32(ch_node, "azoteq,filt-str-lp-lta", in iqs626_parse_channel() 1350 if (!device_property_read_u32(&client->dev, "azoteq,timeout-lta-ms", in iqs626_parse_prop()
|
| H A D | iqs269a.c | 815 if (!device_property_read_u32(&client->dev, "azoteq,filt-str-lp-lta", in iqs269_parse_prop() 839 if (!device_property_read_u32(&client->dev, "azoteq,filt-str-np-lta", in iqs269_parse_prop() 903 if (!device_property_read_u32(&client->dev, "azoteq,timeout-lta-ms", in iqs269_parse_prop()
|
| H A D | iqs7222.c | 1102 .name = "azoteq,lta-beta-lp", 1110 .name = "azoteq,lta-beta-np", 1134 .name = "azoteq,lta-fast-beta-lp", 1142 .name = "azoteq,lta-fast-beta-np",
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_attr.c | 287 u64 *lta, rct_acc = 0, max_lta = 0; in lpfc_vmid_info_show() local 375 lta = per_cpu_ptr(vmp->last_io_time, cpu); in lpfc_vmid_info_show() 376 if (!lta) in lpfc_vmid_info_show() 380 if (time_after((unsigned long)*lta, jiffies)) in lpfc_vmid_info_show() 383 if (*lta > max_lta) in lpfc_vmid_info_show() 384 max_lta = *lta; in lpfc_vmid_info_show()
|