Searched refs:init_pollfd (Results 1 – 1 of 1) sorted by relevance
51 int (*init_pollfd)(struct binding *binding, struct pollfd *pollfd); member263 .init_pollfd = binding_serial_init_pollfd,270 .init_pollfd = binding_astlpc_init_pollfd,465 if (!ctx->binding->init_pollfd) { in run_daemon()504 if (ctx->binding->init_pollfd) in run_daemon()505 ctx->binding->init_pollfd(ctx->binding, in run_daemon()