Home
last modified time | relevance | path

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

/Linux-v6.1/Documentation/devicetree/bindings/input/
Dazoteq,iqs7222.yaml80 azoteq,lta-beta-lp:
88 azoteq,lta-beta-np:
112 azoteq,lta-fast-beta-lp:
120 azoteq,lta-fast-beta-np:
746 azoteq,lta-beta-lp = <7>;
747 azoteq,lta-beta-np = <8>;
750 azoteq,lta-fast-beta-lp = <3>;
751 azoteq,lta-fast-beta-np = <4>;
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.
641 azoteq,lta-update:
762 azoteq,timeout-lta-ms = <32768>;
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.
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-v6.1/drivers/scsi/lpfc/
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()
Dlpfc_hbadisc.c279 u64 *lta; in lpfc_check_inactive_vmid_one() local
296 lta = per_cpu_ptr(vmp->last_io_time, cpu); in lpfc_check_inactive_vmid_one()
297 if (!lta) in lpfc_check_inactive_vmid_one()
299 difftime = (jiffies) - (*lta); in lpfc_check_inactive_vmid_one()
/Linux-v6.1/drivers/input/misc/
Diqs626a.c775 if (!fwnode_property_read_u32(ch_node, "azoteq,lta-update", &val)) { in iqs626_parse_trackpad()
1105 if (!fwnode_property_read_u32(ch_node, "azoteq,filt-str-np-lta", in iqs626_parse_channel()
1118 if (!fwnode_property_read_u32(ch_node, "azoteq,filt-str-lp-lta", in iqs626_parse_channel()
1358 if (!device_property_read_u32(&client->dev, "azoteq,timeout-lta-ms", in iqs626_parse_prop()
Diqs269a.c778 if (!device_property_read_u32(&client->dev, "azoteq,filt-str-lp-lta", in iqs269_parse_prop()
802 if (!device_property_read_u32(&client->dev, "azoteq,filt-str-np-lta", in iqs269_parse_prop()
866 if (!device_property_read_u32(&client->dev, "azoteq,timeout-lta-ms", in iqs269_parse_prop()
Diqs7222.c765 .name = "azoteq,lta-beta-lp",
773 .name = "azoteq,lta-beta-np",
797 .name = "azoteq,lta-fast-beta-lp",
805 .name = "azoteq,lta-fast-beta-np",