Searched refs:handle (Results 1 - 4 of 4) sorted by relevance

/openwrt/package/kernel/button-hotplug/src/
H A Dbutton-hotplug.c50 struct input_handle handle; member in struct:bh_priv
221 static void button_hotplug_event(struct input_handle *handle, argument
224 struct bh_priv *priv = handle->private;
263 priv->handle.private = priv;
264 priv->handle.dev = dev;
265 priv->handle.handler = handler;
266 priv->handle.name = DRV_NAME;
268 ret = input_register_handle(&priv->handle);
272 ret = input_open_device(&priv->handle);
281 input_unregister_handle(&priv->handle);
288 button_hotplug_disconnect(struct input_handle *handle) argument
[all...]
/openwrt/package/network/services/ead/src/tinysrp/
H A Dt_getpass.c62 HANDLE handle = (HANDLE) _get_osfhandle(_fileno(stdin)); local
65 GetConsoleMode( handle, &mode );
66 SetConsoleMode( handle, mode & ~ENABLE_ECHO_INPUT );
70 SetConsoleMode(handle,mode);
77 SetConsoleMode(handle,mode);
/openwrt/package/network/config/swconfig/src/
H A Dswlib.c38 static struct nl_sock *handle; variable in typeref:struct:nl_sock
118 err = nl_send_auto_complete(handle, msg);
134 err = nl_recvmsgs(handle, cb);
140 err = nl_wait_for_ack(handle);
657 if (handle)
658 nl_socket_free(handle);
660 handle = NULL;
669 handle = nl_socket_alloc();
670 if (!handle) {
671 DPRINTF("Failed to create handle\
[all...]
/openwrt/scripts/
H A Dconfig.guess1406 information to handle your system.

Completed in 37 milliseconds