Home
last modified time | relevance | path

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

/openbmc/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.yaml70 azoteq,filt-str-lp-lta:
84 azoteq,filt-str-np-lta:
126 azoteq,timeout-lta-ms:
224 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.
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_vmid.c112 u64 *lta; in lpfc_vmid_update_entry() local
125 lta = per_cpu_ptr(vmp->last_io_time, raw_smp_processor_id()); in lpfc_vmid_update_entry()
126 *lta = jiffies; in lpfc_vmid_update_entry()
H A Dlpfc_hbadisc.c295 u64 *lta; in lpfc_check_inactive_vmid_one() local
312 lta = per_cpu_ptr(vmp->last_io_time, cpu); in lpfc_check_inactive_vmid_one()
313 if (!lta) in lpfc_check_inactive_vmid_one()
315 difftime = (jiffies) - (*lta); in lpfc_check_inactive_vmid_one()
/openbmc/linux/drivers/input/misc/
H A Diqs626a.c723 if (!fwnode_property_read_u32(ch_node, "azoteq,lta-update", &val)) { in iqs626_parse_trackpad()
1108 if (!fwnode_property_read_u32(ch_node, "azoteq,filt-str-np-lta", in iqs626_parse_channel()
1121 if (!fwnode_property_read_u32(ch_node, "azoteq,filt-str-lp-lta", in iqs626_parse_channel()
1361 if (!device_property_read_u32(&client->dev, "azoteq,timeout-lta-ms", in iqs626_parse_prop()
H A Diqs269a.c768 if (!device_property_read_u32(&client->dev, "azoteq,filt-str-lp-lta", in iqs269_parse_prop()
792 if (!device_property_read_u32(&client->dev, "azoteq,filt-str-np-lta", in iqs269_parse_prop()
856 if (!device_property_read_u32(&client->dev, "azoteq,timeout-lta-ms", in iqs269_parse_prop()
H A Diqs7222.c1090 .name = "azoteq,lta-beta-lp",
1098 .name = "azoteq,lta-beta-np",
1122 .name = "azoteq,lta-fast-beta-lp",
1130 .name = "azoteq,lta-fast-beta-np",