Searched refs:has_headers (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/usb/serial/ |
H A D | aircable.c | 101 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 D | meson.build | 1037 libaio = cc.find_library('aio', has_headers: ['libaio.h'], 1127 libcap_ng = cc.find_library('cap-ng', has_headers: ['cap-ng.h'], 1174 vde = cc.find_library('vdeplug', has_headers: ['libvdeplug.h'], 1452 brlapi = cc.find_library('brlapi', has_headers: ['brlapi.h'], 1496 librbd = cc.find_library('rbd', has_headers: ['rbd/librbd.h'], 1589 libbzip2 = cc.find_library('bz2', has_headers: ['bzlib.h'], 1605 liblzfse = cc.find_library('lzfse', has_headers: ['lzfse.h'], 1843 sasl = cc.find_library('sasl2', has_headers: ['sasl/sasl.h'], 1877 snappy = cc.find_library('snappy', has_headers: ['snappy-c.h'], 1893 lzo = cc.find_library('lzo2', has_headers: ['lzo/lzo1x.h'], [all …]
|