Home
last modified time | relevance | path

Searched refs:GENERIC (Results 1 – 25 of 34) sorted by relevance

12

/openbmc/qemu/ui/
H A Dvnc-enc-hextile.c40 #define GENERIC macro
44 #undef GENERIC
H A Dvnc-enc-hextile-template.h4 #ifdef GENERIC
139 #ifdef GENERIC in CONCAT()
159 #ifdef GENERIC in CONCAT()
/openbmc/linux/sound/pci/
H A Dbt87x.c734 BT_DEVICE(PCI_DEVICE_ID_BROOKTREE_878, 0x0070, 0x13eb, GENERIC),
736 BT_DEVICE(PCI_DEVICE_ID_BROOKTREE_879, 0x0070, 0x13eb, GENERIC),
742 BT_DEVICE(PCI_DEVICE_ID_BROOKTREE_878, 0x1002, 0x0001, GENERIC),
744 BT_DEVICE(PCI_DEVICE_ID_BROOKTREE_878, 0x107d, 0x6606, GENERIC),
746 BT_DEVICE(PCI_DEVICE_ID_BROOKTREE_878, 0x11bd, 0x0012, GENERIC),
748 BT_DEVICE(PCI_DEVICE_ID_BROOKTREE_878, 0x121a, 0x3000, GENERIC),
750 BT_DEVICE(PCI_DEVICE_ID_BROOKTREE_878, 0x144f, 0x3000, GENERIC),
754 BT_DEVICE(PCI_DEVICE_ID_BROOKTREE_878, 0x1554, 0x4011, GENERIC),
756 BT_DEVICE(PCI_DEVICE_ID_BROOKTREE_878, 0xbd11, 0x1200, GENERIC),
/openbmc/linux/lib/zstd/compress/
H A Dfse_compress.c300 if (remaining<1) return ERROR(GENERIC); in FSE_writeNCount_generic()
314 return ERROR(GENERIC); /* incorrect normalized distribution */ in FSE_writeNCount_generic()
332 if (tableLog < FSE_MIN_TABLELOG) return ERROR(GENERIC); /* Unsupported */ in FSE_writeNCount()
465 return ERROR(GENERIC); in FSE_normalizeM2()
479 if (tableLog < FSE_MIN_TABLELOG) return ERROR(GENERIC); /* Unsupported size */ in FSE_normalizeCount()
481 …if (tableLog < FSE_minTableLog(total, maxSymbolValue)) return ERROR(GENERIC); /* Too small table… in FSE_normalizeCount()
549 if (nbBits < 1) return ERROR(GENERIC); /* min size */ in FSE_buildCTable_raw()
H A Dzstd_compress_sequences.c117 return ERROR(GENERIC); in ZSTD_fseBitCost()
127 return ERROR(GENERIC); in ZSTD_fseBitCost()
206 …isDefaultAllowed ? ZSTD_crossEntropyCost(defaultNorm, defaultNormLog, count, max) : ERROR(GENERIC); in ZSTD_selectEncodingType()
207 …atCost = *repeatMode != FSE_repeat_none ? ZSTD_fseBitCost(prevCTable, count, max) : ERROR(GENERIC); in ZSTD_selectEncodingType()
286 default: assert(0); RETURN_ERROR(GENERIC, "impossible to reach"); in ZSTD_buildCTable()
H A Dhist.c146 if ((size_t)workSpace & 3) return ERROR(GENERIC); /* must be aligned on 4-bytes boundaries */ in HIST_countFast_wksp()
158 if ((size_t)workSpace & 3) return ERROR(GENERIC); /* must be aligned on 4-bytes boundaries */ in HIST_count_wksp()
H A Dhuf_compress.c99 if (workspaceSize < sizeof(HUF_CompressWeightsWksp)) return ERROR(GENERIC); in HUF_compressWeights()
179 if (workspaceSize < sizeof(HUF_WriteCTableWksp)) return ERROR(GENERIC); in HUF_writeCTable_wksp()
198 …if (maxSymbolValue > (256-128)) return ERROR(GENERIC); /* should not happen : likely means sourc… in HUF_writeCTable_wksp()
700 if (maxNbBits > HUF_TABLELOG_MAX) return ERROR(GENERIC); /* check fit into table */ in HUF_buildCTable_wksp()
/openbmc/u-boot/board/xilinx/microblaze-generic/
H A DMAINTAINERS1 MICROBLAZE-GENERIC BOARD
/openbmc/linux/lib/zstd/common/
H A Derror_private.c25 case PREFIX(GENERIC): return "Error (generic)"; in ERR_getErrorString()
H A Dfse_decompress.c161 …if (position!=0) return ERROR(GENERIC); /* position must reach all cells once, otherwise normali… in FSE_buildDTable_internal()
217 if (nbBits < 1) return ERROR(GENERIC); /* min size */ in FSE_buildDTable_raw()
332 if (wkspSize < sizeof(*wksp)) return ERROR(GENERIC); in FSE_decompress_wksp_body()
H A Dbitstream.h270 if (lastByte == 0) return ERROR(GENERIC); /* endMark not present */ } in BIT_initDStream()
/openbmc/linux/Documentation/admin-guide/media/
H A Dcx88.rst42 If your card is listed as "board: UNKNOWN/GENERIC" it is unknown to
H A Dcx23885-cardlist.rst18 - UNKNOWN/GENERIC
H A Dcx88-cardlist.rst18 - UNKNOWN/GENERIC
H A Dbttv-cardlist.rst18 - *** UNKNOWN/GENERIC ***
H A Dsaa7134-cardlist.rst18 - UNKNOWN/GENERIC
/openbmc/linux/drivers/usb/misc/
H A Dusbtest.c65 #define GENERIC /* let probe() bind using module params */ macro
2751 #ifdef GENERIC
2773 #ifdef GENERIC in usbtest_probe()
2965 #ifdef GENERIC
3037 #ifdef GENERIC
3062 #ifdef GENERIC in usbtest_init()
/openbmc/linux/lib/zstd/decompress/
H A Dhuf_decompress.c755 if (dtd.tableType != 0) return ERROR(GENERIC); in HUF_decompress1X1_usingDTable()
780 if (dtd.tableType != 0) return ERROR(GENERIC); in HUF_decompress4X1_usingDTable()
1062 if (sizeof(*wksp) > wkspSize) return ERROR(GENERIC); in HUF_readDTableX2_wksp_bmi2()
1461 if (dtd.tableType != 1) return ERROR(GENERIC); in HUF_DGEN()
1487 if (dtd.tableType != 1) return ERROR(GENERIC); in HUF_decompress4X2_usingDTable()
H A Dzstd_decompress.c101 …RETURN_ERROR_IF(hashSet->ddictPtrCount == hashSet->ddictPtrTableSize, GENERIC, "Hash set is full!"… in ZSTD_DDictHashSet_emplaceDDict()
432 RETURN_ERROR_IF(src==NULL, GENERIC, "invalid parameter"); in ZSTD_getFrameHeader_advanced()
1265 …RETURN_ERROR(GENERIC, "impossible to reach"); /* some compiler require default to do something */ in ZSTD_decompressContinue()
2092 …RETURN_ERROR(GENERIC, "impossible to reach"); /* some compiler require default to do something */ in ZSTD_decompressStream()
/openbmc/linux/drivers/hwtracing/stm/
H A Dp_sys-t.c71 #define DATA_HEADER (MIPI_SYST_TYPES(STRING, GENERIC) | \
/openbmc/linux/drivers/ata/
H A Dsata_nv.c335 GENERIC, enumerator
356 { PCI_VDEVICE(NVIDIA, PCI_DEVICE_ID_NVIDIA_NFORCE_MCP61_SATA), GENERIC },
357 { PCI_VDEVICE(NVIDIA, PCI_DEVICE_ID_NVIDIA_NFORCE_MCP61_SATA2), GENERIC },
358 { PCI_VDEVICE(NVIDIA, PCI_DEVICE_ID_NVIDIA_NFORCE_MCP61_SATA3), GENERIC },
/openbmc/linux/sound/pci/asihpi/
H A Dhpi_internal.h133 HPI_GENERIC_ENABLE = HPI_CTL_ATTR(GENERIC, 1),
134 HPI_GENERIC_EVENT_ENABLE = HPI_CTL_ATTR(GENERIC, 2),
/openbmc/linux/Documentation/arch/arm64/
H A Dpointer-authentication.rst92 initialised by passing flags KVM_ARM_VCPU_PTRAUTH_[ADDRESS/GENERIC] and
/openbmc/linux/drivers/pci/controller/
H A Dpcie-brcmstb.c210 GENERIC, enumerator
1427 .type = GENERIC,
/openbmc/linux/drivers/net/wireless/silabs/wfx/
H A Dtraces.h84 hif_ind_name(GENERIC) \

12