Searched full:lta (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.1/Documentation/devicetree/bindings/input/ |
D | azoteq,iqs7222.yaml | 80 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>;
|
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. 641 azoteq,lta-update: 762 azoteq,timeout-lta-ms = <32768>;
|
D | iqs269a.yaml | 70 azoteq,filt-str-lp-lta: 84 azoteq,filt-str-np-lta: 126 azoteq,timeout-lta-ms: 224 timeout (defined in 'azoteq,timeout-lta') expires.
|
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-v6.1/drivers/scsi/lpfc/ |
D | lpfc_vmid.c | 112 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()
|
D | lpfc_hbadisc.c | 279 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/ |
D | iqs626a.c | 775 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()
|
D | iqs269a.c | 778 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()
|
D | iqs7222.c | 765 .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",
|