Searched refs:state_buf (Results 1 – 2 of 2) sorted by relevance
1556 struct usb_cdc_notification *state_buf; in cdcacm_serial_connect_state() local1561 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()
2172 uintptr_t state_buf[MAX_COMPUTE_PIPELINE_STATE_STREAM_SIZE / sizeof(uintptr_t)]; in dzn_compute_pipeline_create() local2174 .pPipelineStateSubobjectStream = state_buf, in dzn_compute_pipeline_create()