Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/media/dvb/bt8xx/
Ddst_ca.c393 u8 length_field = 0, word_count = 0, count = 0; in asn_1_decode() local
396 length_field = asn_1_array[0]; in asn_1_decode()
397 dprintk(verbose, DST_CA_DEBUG, 1, " Length field=[%02x]", length_field); in asn_1_decode()
398 if (length_field < 0x80) { in asn_1_decode()
399 length = length_field & 0x7f; in asn_1_decode()
402 word_count = length_field & 0x7f; in asn_1_decode()
/linux-2.6.39/drivers/usb/host/
Dxhci-ring.c2700 u32 length_field = 0; in queue_bulk_sg_tx() local
2735 length_field = TRB_LEN(trb_buff_len) | in queue_bulk_sg_tx()
2745 length_field, in queue_bulk_sg_tx()
2796 u32 field, length_field; in xhci_queue_bulk_tx() local
2887 length_field = TRB_LEN(trb_buff_len) | in xhci_queue_bulk_tx()
2897 length_field, in xhci_queue_bulk_tx()
2930 u32 field, length_field; in xhci_queue_ctrl_tx() local
2991 length_field = TRB_LEN(urb->transfer_buffer_length) | in xhci_queue_ctrl_tx()
3000 length_field, in xhci_queue_ctrl_tx()
3059 u32 field, length_field; in xhci_queue_isoc_tx() local
[all …]