Searched refs:button_hotplug_event (Results 1 - 2 of 2) sorted by relevance

/openwrt/package/kernel/button-hotplug/src/
H A Dbutton-hotplug.c221 static void button_hotplug_event(struct input_handle *handle, function
311 .event = button_hotplug_event,
/openwrt/package/kernel/gpio-button-hotplug/src/
H A Dgpio-button-hotplug.c237 static void button_hotplug_event(struct gpio_keys_button_data *data, function
292 button_hotplug_event(bdata, type, state);
337 button_hotplug_event(bdata, bdata->b->type ?: EV_KEY, gpio_button_get_value(bdata));
574 button_hotplug_event(bdata, EV_SW, gpio_button_get_value(bdata));

Completed in 29 milliseconds