Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/serial/
H A Daircable.c101 int has_headers, char *packet, int len) in aircable_process_packet() argument
103 if (has_headers) { in aircable_process_packet()
121 int has_headers; in aircable_process_read_urb() local
126 has_headers = (urb->actual_length > 2 && data[0] == RX_HEADER_0); in aircable_process_read_urb()
131 count += aircable_process_packet(port, has_headers, in aircable_process_read_urb()
/openbmc/qemu/
H A Dmeson.build829 libaio = cc.find_library('aio', has_headers: ['libaio.h'],
918 libcap_ng = cc.find_library('cap-ng', has_headers: ['cap-ng.h'],
965 vde = cc.find_library('vdeplug', has_headers: ['libvdeplug.h'],
1231 brlapi = cc.find_library('brlapi', has_headers: ['brlapi.h'],
1275 librbd = cc.find_library('rbd', has_headers: ['rbd/librbd.h'],
1368 libbzip2 = cc.find_library('bz2', has_headers: ['bzlib.h'],
1384 liblzfse = cc.find_library('lzfse', has_headers: ['lzfse.h'],
1580 sasl = cc.find_library('sasl2', has_headers: ['sasl/sasl.h'],
1614 snappy = cc.find_library('snappy', has_headers: ['snappy-c.h'],
1630 lzo = cc.find_library('lzo2', has_headers: ['lzo/lzo1x.h'],
[all …]