Searched refs:ssam_event (Results 1 – 12 of 12) sorted by relevance
/linux/drivers/platform/surface/ |
A D | surface_acpi_notify.c | 181 struct ssam_event event; /* must be last */ 210 static int san_evt_bat_adp(struct device *dev, const struct ssam_event *event) in san_evt_bat_adp() 232 static int san_evt_bat_bix(struct device *dev, const struct ssam_event *event) in san_evt_bat_bix() 244 static int san_evt_bat_bst(struct device *dev, const struct ssam_event *event) in san_evt_bat_bst() 256 static int san_evt_bat_dptf(struct device *dev, const struct ssam_event *event) in san_evt_bat_dptf() 291 static bool san_evt_bat(const struct ssam_event *event, struct device *dev) in san_evt_bat() 341 const struct ssam_event *event) in san_evt_bat_nf() 357 memcpy(&work->event, event, sizeof(struct ssam_event) + event->length); in san_evt_bat_nf() 363 static int san_evt_tmp_trip(struct device *dev, const struct ssam_event *event) in san_evt_tmp_trip() 378 static bool san_evt_tmp(const struct ssam_event *event, struct device *dev) in san_evt_tmp() [all …]
|
A D | surface_aggregator_registry.c | 423 static u32 ssam_base_hub_notif(struct ssam_event_notifier *nf, const struct ssam_event *event) in ssam_base_hub_notif()
|
A D | surface_aggregator_cdev.c | 93 static u32 ssam_cdev_notifier(struct ssam_event_notifier *nf, const struct ssam_event *in) in ssam_cdev_notifier()
|
A D | surface_dtx.c | 621 static u32 sdtx_notifier(struct ssam_event_notifier *nf, const struct ssam_event *in) in sdtx_notifier()
|
/linux/drivers/hid/surface-hid/ |
A D | surface_kbd.c | 113 static bool ssam_kbd_is_input_event(const struct ssam_event *event) in ssam_kbd_is_input_event() 124 static u32 ssam_kbd_event_fn(struct ssam_event_notifier *nf, const struct ssam_event *event) in ssam_kbd_event_fn()
|
A D | surface_hid.c | 157 static u32 ssam_hid_event_fn(struct ssam_event_notifier *nf, const struct ssam_event *event) in ssam_hid_event_fn()
|
/linux/include/linux/surface_aggregator/ |
A D | controller.h | 41 struct ssam_event { struct 651 const struct ssam_event *event);
|
/linux/drivers/platform/surface/aggregator/ |
A D | controller.h | 95 struct ssam_event event; /* must be last */
|
A D | controller.c | 119 const struct ssam_event *event) in ssam_event_matches_notifier() 148 static int ssam_nfblk_call_chain(struct ssam_nf_head *nh, struct ssam_event *event) in ssam_nfblk_call_chain() 465 struct ssam_event *event) in ssam_nf_call()
|
/linux/drivers/power/supply/ |
A D | surface_charger.c | 103 static u32 spwr_notify_ac(struct ssam_event_notifier *nf, const struct ssam_event *event) in spwr_notify_ac()
|
A D | surface_battery.c | 343 static u32 spwr_notify_bat(struct ssam_event_notifier *nf, const struct ssam_event *event) in spwr_notify_bat()
|
/linux/Documentation/driver-api/surface_aggregator/ |
A D | client.rst | 345 const struct ssam_event *event)
|
Completed in 22 milliseconds