Searched refs:incode (Results 1 – 2 of 2) sorted by relevance
/drivers/net/ppp/ |
D | bsd_comp.c | 839 unsigned int incode; in bsd_decompress() local 927 incode = accm >> tgtbitno; in bsd_decompress() 935 if (incode == CLEAR) in bsd_decompress() 950 if ((incode > max_ent + 2) || (incode > db->maxmaxcode) in bsd_decompress() 951 || (incode > max_ent && oldcode == CLEAR)) in bsd_decompress() 956 db->unit, incode, oldcode); in bsd_decompress() 964 if (incode > max_ent) in bsd_decompress() 971 finchar = incode; in bsd_decompress() 1008 incode, finchar, dictp2->cptr, max_ent); in bsd_decompress() 1016 db->unit, incode, finchar); in bsd_decompress() [all …]
|
/drivers/media/i2c/ |
D | ds90ub913.c | 97 u32 incode; member 103 { .incode = MEDIA_BUS_FMT_YUYV8_2X8, .outcode = MEDIA_BUS_FMT_YUYV8_1X16 }, 104 { .incode = MEDIA_BUS_FMT_UYVY8_2X8, .outcode = MEDIA_BUS_FMT_UYVY8_1X16 }, 105 { .incode = MEDIA_BUS_FMT_VYUY8_2X8, .outcode = MEDIA_BUS_FMT_VYUY8_1X16 }, 106 { .incode = MEDIA_BUS_FMT_YVYU8_2X8, .outcode = MEDIA_BUS_FMT_YVYU8_1X16 }, 109 static const struct ub913_format_info *ub913_find_format(u32 incode) in ub913_find_format() argument 114 if (ub913_formats[i].incode == incode) in ub913_find_format() 425 format->format.code = finfo->incode; in ub913_set_fmt()
|