Home
last modified time | relevance | path

Searched refs:app (Results 1 – 11 of 11) sorted by relevance

/linux-4.19.296/drivers/hid/
Dhid-multitouch.c176 struct mt_application *app);
177 static void mt_post_parse(struct mt_device *td, struct mt_application *app);
681 mt_store_field(hdev, app, \
687 unsigned long **bit, int *max, struct mt_application *app) in mt_touch_input_mapping() argument
699 app->mt_flags |= INPUT_MT_POINTER; in mt_touch_input_mapping()
705 app->buttons_count++; in mt_touch_input_mapping()
757 if (app->quirks & MT_QUIRK_HOVERING) { in mt_touch_input_mapping()
768 app->quirks |= MT_QUIRK_CONFIDENCE; in mt_touch_input_mapping()
770 if (app->quirks & MT_QUIRK_CONFIDENCE) in mt_touch_input_mapping()
786 app->touches_by_report++; in mt_touch_input_mapping()
[all …]
Dhid-rmi.c565 unsigned app = (*report)->field[i]->application; in rmi_check_valid_report_id() local
566 if ((app & HID_USAGE_PAGE) >= HID_UP_MSVENDOR) in rmi_check_valid_report_id()
/linux-4.19.296/include/net/
Dgarp.h100 struct garp_application *app; member
116 int garp_register_application(struct garp_application *app);
117 void garp_unregister_application(struct garp_application *app);
119 int garp_init_applicant(struct net_device *dev, struct garp_application *app);
121 struct garp_application *app);
124 const struct garp_application *app, const void *data,
127 const struct garp_application *app,
Dmrp.h113 struct mrp_application *app; member
131 int mrp_register_application(struct mrp_application *app);
132 void mrp_unregister_application(struct mrp_application *app);
134 int mrp_init_applicant(struct net_device *dev, struct mrp_application *app);
135 void mrp_uninit_applicant(struct net_device *dev, struct mrp_application *app);
138 const struct mrp_application *app,
141 const struct mrp_application *app,
Dip_vs.h555 struct ip_vs_app *app; /* bound ip_vs_app object */ member
750 struct ip_vs_app *app; /* its real application */ member
786 int (*conn_schedule)(struct sk_buff *skb, struct ip_vs_app *app,
790 (*conn_in_get)(const struct sk_buff *skb, struct ip_vs_app *app,
794 (*conn_out_get)(const struct sk_buff *skb, struct ip_vs_app *app,
799 struct ip_vs_app *app);
801 void (*timeout_change)(struct ip_vs_app *app, int flags);
1330 struct ip_vs_app *register_ip_vs_app(struct netns_ipvs *ipvs, struct ip_vs_app *app);
1331 void unregister_ip_vs_app(struct netns_ipvs *ipvs, struct ip_vs_app *app);
1334 int register_ip_vs_app_inc(struct netns_ipvs *ipvs, struct ip_vs_app *app, __u16 proto,
Ddcbnl.h26 struct dcb_app app; member
/linux-4.19.296/drivers/of/
Ddevice.c300 struct alias_prop *app; in of_device_uevent() local
323 list_for_each_entry(app, &aliases_lookup, link) { in of_device_uevent()
324 if (dev->of_node == app->np) { in of_device_uevent()
326 app->alias); in of_device_uevent()
Dbase.c1979 struct alias_prop *app; in of_alias_get_id() local
1983 list_for_each_entry(app, &aliases_lookup, link) { in of_alias_get_id()
1984 if (strcmp(app->stem, stem) != 0) in of_alias_get_id()
1987 if (np == app->np) { in of_alias_get_id()
1988 id = app->id; in of_alias_get_id()
2007 struct alias_prop *app; in of_alias_get_highest_id() local
2011 list_for_each_entry(app, &aliases_lookup, link) { in of_alias_get_highest_id()
2012 if (strcmp(app->stem, stem) != 0) in of_alias_get_highest_id()
2015 if (app->id > id) in of_alias_get_highest_id()
2016 id = app->id; in of_alias_get_highest_id()
/linux-4.19.296/drivers/pci/controller/dwc/
Dpci-keystone.h32 struct resource app; member
Dpci-keystone-dw.c85 return ks_pcie->app.start + MSI_IRQ; in ks_dw_pcie_get_msi_addr()
407 dw_pcie_writel_dbi(pci, PCI_BASE_ADDRESS_0, ks_pcie->app.start); in ks_dw_pcie_v3_65_scan_bus()
470 ks_pcie->app = *res; in ks_dw_pcie_host_init()
/linux-4.19.296/include/linux/qed/
Dqed_eth_if.h237 int (*ieee_getapp)(struct qed_dev *cdev, struct dcb_app *app);
238 int (*ieee_setapp)(struct qed_dev *cdev, struct dcb_app *app);