Home
last modified time | relevance | path

Searched refs:DEV_STATE_WRITABLE (Results 1 – 6 of 6) sorted by relevance

/system/dev/misc/pty/
A Dpty-core.c62 device_state_set(ps->zxdev, DEV_STATE_WRITABLE); 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()
110 device_state_set(pc->zxdev, DEV_STATE_WRITABLE); in pty_make_active_locked()
112 device_state_clr_set(ps->zxdev, DEV_STATE_WRITABLE | DEV_STATE_HANGUP, 0); in pty_make_active_locked()
114 device_state_clr_set(ps->zxdev, DEV_STATE_HANGUP, DEV_STATE_WRITABLE); in pty_make_active_locked()
123 set = DEV_STATE_WRITABLE; in pty_adjust_signals_locked()
125 clr = DEV_STATE_WRITABLE; in pty_adjust_signals_locked()
238 device_state_clr_set(ps->zxdev, DEV_STATE_WRITABLE, DEV_STATE_READABLE | DEV_STATE_HANGUP); in pty_client_release()
356 device_state_set(ps->active->zxdev, DEV_STATE_WRITABLE); in pty_server_resume_locked()
[all …]
/system/dev/sample/fifo/
A Ddemo-fifo.c83 device_state_set(fifo->zxdev, DEV_STATE_WRITABLE); in fifo_read()
105 device_state_clr(fifo->zxdev, DEV_STATE_WRITABLE); in fifo_write()
147 device_state_set(fifo->zxdev, DEV_STATE_WRITABLE); in fifo_bind()
/system/dev/audio/usb-audio/
A Dusb-midi-sink.c45 new_signals |= (DEV_STATE_WRITABLE | DEV_STATE_ERROR); in update_signals()
47 new_signals |= DEV_STATE_WRITABLE; in update_signals()
/system/ulib/ddk/include/ddk/
A Ddevice.h279 #define DEV_STATE_WRITABLE DEVICE_SIGNAL_WRITABLE macro
/system/dev/bus/virtio/
A Dconsole.cpp261 device_state_set(device_, DEV_STATE_WRITABLE); in IrqRingUpdate()
320 device_state_clr(device_, DEV_STATE_WRITABLE); in Write()
/system/dev/usb/xhci/
A Dxdc.cpp336 device_state_set(inst->zxdev, DEV_STATE_WRITABLE); in xdc_update_instance_write_signal()
338 device_state_clr(inst->zxdev, DEV_STATE_WRITABLE); in xdc_update_instance_write_signal()
717 device_state_set(inst->zxdev, DEV_STATE_WRITABLE | DEV_STATE_READABLE); in xdc_unbind()

Completed in 13 milliseconds