Home
last modified time | relevance | path

Searched refs:device_state_clr (Results 1 – 9 of 9) sorted by relevance

/system/dev/misc/pty/
A Dpty-core.c59 device_state_clr(pc->zxdev, DEV_STATE_READABLE); in pty_client_read()
88 device_state_clr(pc->zxdev, DEV_STATE_WRITABLE); in pty_client_write()
106 device_state_clr(ps->active->zxdev, DEV_STATE_WRITABLE); in pty_make_active_locked()
201 device_state_clr(pc->zxdev, PTY_SIGNAL_EVENT); in pty_client_ioctl()
342 device_state_clr(ps->zxdev, DEV_STATE_READABLE | DEV_STATE_HANGUP); in pty_openat()
399 device_state_clr(ps->zxdev, DEV_STATE_WRITABLE); in pty_server_send()
A Dpty-driver.c62 device_state_clr(psd->srv.zxdev, DEV_STATE_READABLE); in psd_read()
/system/dev/sample/fifo/
A Ddemo-fifo.c81 device_state_clr(fifo->zxdev, DEV_STATE_READABLE); in fifo_read()
105 device_state_clr(fifo->zxdev, DEV_STATE_WRITABLE); in fifo_write()
/system/ulib/ddk/include/ddk/
A Ddevice.h291 static inline void device_state_clr(zx_device_t* dev, zx_signals_t stateflag) { in device_state_clr() function
/system/dev/misc/console/
A Dconsole.c87 device_state_clr(console->zxdev, DEV_STATE_READABLE); in console_read()
/system/dev/bus/virtio/
A Dconsole.cpp283 device_state_clr(device_, DEV_STATE_READABLE); in Read()
320 device_state_clr(device_, DEV_STATE_WRITABLE); in Write()
/system/ulib/ddktl/include/ddktl/
A Ddevice.h392 device_state_clr(zxdev_, stateflag); in ClearState()
/system/dev/usb/xhci/
A Dxdc.cpp338 device_state_clr(inst->zxdev, DEV_STATE_WRITABLE); in xdc_update_instance_write_signal()
435 device_state_clr(inst->zxdev, DEV_STATE_READABLE); in xdc_update_instance_read_signal_locked()
/system/dev/input/hid/
A Dhid.c199 device_state_clr(hid->zxdev, DEV_STATE_READABLE); in hid_read_instance()

Completed in 26 milliseconds