Searched defs:is_header (Results 1 - 5 of 5) sorted by relevance

/drivers/media/video/uvc/
H A Duvc_isight.c50 int is_header = 0; local
58 is_header = 1;
63 if (!is_header) {
77 if (is_header && buf->bytesused != 0) {
85 if (!is_header) {
/drivers/tty/hvc/
H A Dhvsi.c164 static inline int is_header(const uint8_t *packet) function
427 if (!is_header(packet)) {
430 while ((packet < hp->inbuf_end) && (!is_header(packet)))
/drivers/scsi/be2iscsi/
H A Dbe_main.c1354 *pasync_ctx, unsigned int is_header,
1357 if (is_header)
1375 unsigned char is_header = 0; local
1390 is_header = 1;
1433 pasync_handle->is_header = is_header;
1445 unsigned int is_header, unsigned int cq_index)
1453 if (is_header) {
1467 pbusy_list = hwi_get_async_busy_list(pasync_ctx, is_header,
1532 unsigned int is_header, unsigne
1353 hwi_get_async_busy_list(struct hwi_async_pdu_context *pasync_ctx, unsigned int is_header, unsigned int host_write_ptr) argument
1444 hwi_update_async_writables(struct hwi_async_pdu_context *pasync_ctx, unsigned int is_header, unsigned int cq_index) argument
1531 hwi_get_ring_address(struct hwi_async_pdu_context *pasync_ctx, unsigned int is_header, unsigned int host_write_ptr) argument
1544 hwi_post_async_buffers(struct beiscsi_hba *phba, unsigned int is_header) argument
[all...]
H A Dbe_main.h497 unsigned char is_header; member in struct:async_pdu_handle
/drivers/s390/net/
H A Dqeth_core.h437 int is_header[16]; member in struct:qeth_qdio_out_buffer

Completed in 248 milliseconds