Home
last modified time | relevance | path

Searched refs:state_buf (Results 1 – 2 of 2) sorted by relevance

/third_party/NuttX/drivers/usbdev/gadget/
Dcdcacm.c1556 struct usb_cdc_notification *state_buf; in cdcacm_serial_connect_state() local
1561 state_buf = (struct usb_cdc_notification *)req->buf; in cdcacm_serial_connect_state()
1565 state_buf->bmRequestType = USB_DIR_IN | USB_TYPE_CLASS | USB_RECIP_INTERFACE; in cdcacm_serial_connect_state()
1566 state_buf->bNotification = ACM_NOTIFY_SERIAL_STATE; in cdcacm_serial_connect_state()
1567 USETW(state_buf->wValue, value); in cdcacm_serial_connect_state()
1568 USETW(state_buf->wIndex, priv->ctrl_id); in cdcacm_serial_connect_state()
1569 USETW(state_buf->wLength, len); in cdcacm_serial_connect_state()
1572 buf = state_buf + STAE_BUFFER_OFFSET; in cdcacm_serial_connect_state()
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_pipeline.c2172 uintptr_t state_buf[MAX_COMPUTE_PIPELINE_STATE_STREAM_SIZE / sizeof(uintptr_t)]; in dzn_compute_pipeline_create() local
2174 .pPipelineStateSubobjectStream = state_buf, in dzn_compute_pipeline_create()