Home
last modified time | relevance | path

Searched refs:is_header (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/drivers/media/usb/uvc/
Duvc_isight.c50 int is_header = 0; in isight_decode() local
58 is_header = 1; in isight_decode()
63 if (!is_header) { in isight_decode()
77 if (is_header && buf->bytesused != 0) { in isight_decode()
85 if (!is_header) { in isight_decode()
/linux-4.1.27/drivers/scsi/be2iscsi/
Dbe_main.c1592 *pasync_ctx, unsigned int is_header, in hwi_get_async_busy_list() argument
1595 if (is_header) in hwi_get_async_busy_list()
1611 unsigned char is_header = 0; in hwi_get_async_handle() local
1639 is_header = 1; in hwi_get_async_handle()
1642 is_header, index); in hwi_get_async_handle()
1646 is_header, index); in hwi_get_async_handle()
1668 pasync_handle->is_header = is_header; in hwi_get_async_handle()
1678 unsigned int is_header, unsigned int cq_index) in hwi_update_async_writables() argument
1686 if (is_header) { in hwi_update_async_writables()
1698 pbusy_list = hwi_get_async_busy_list(pasync_ctx, is_header, in hwi_update_async_writables()
[all …]
Dbe_cmds.c1144 int entry_size, uint8_t is_header, in be_cmd_create_default_pdu_queue() argument
1210 if (is_header) in be_cmd_create_default_pdu_queue()
Dbe_main.h593 unsigned char is_header; member
Dbe_cmds.h750 int entry_size, uint8_t is_header,
/linux-4.1.27/drivers/tty/hvc/
Dhvsi.c163 static inline int is_header(const uint8_t *packet) in is_header() function
423 if (!is_header(packet)) { in hvsi_load_chunk()
426 while ((packet < hp->inbuf_end) && (!is_header(packet))) in hvsi_load_chunk()
/linux-4.1.27/drivers/s390/net/
Dqeth_core.h447 int is_header[16]; member
Dqeth_core_main.c1261 if (buf->buffer->element[i].addr && buf->is_header[i]) in qeth_clear_output_buffer()
1264 buf->is_header[i] = 0; in qeth_clear_output_buffer()
4034 buf->is_header[element] = 1; in qeth_fill_buffer()