| /kernel/linux/linux-6.6/drivers/gpu/drm/vkms/ |
| D | vkms_formats.c | 57 * The 257 is the "conversion ratio". This number is obtained by the in ARGB8888_to_argb_u16() 62 out_pixel->a = (u16)src_pixels[3] * 257; in ARGB8888_to_argb_u16() 63 out_pixel->r = (u16)src_pixels[2] * 257; in ARGB8888_to_argb_u16() 64 out_pixel->g = (u16)src_pixels[1] * 257; in ARGB8888_to_argb_u16() 65 out_pixel->b = (u16)src_pixels[0] * 257; in ARGB8888_to_argb_u16() 71 out_pixel->r = (u16)src_pixels[2] * 257; in XRGB8888_to_argb_u16() 72 out_pixel->g = (u16)src_pixels[1] * 257; in XRGB8888_to_argb_u16() 73 out_pixel->b = (u16)src_pixels[0] * 257; in XRGB8888_to_argb_u16() 165 dst_pixels[3] = DIV_ROUND_CLOSEST(in_pixel->a, 257); in argb_u16_to_ARGB8888() 166 dst_pixels[2] = DIV_ROUND_CLOSEST(in_pixel->r, 257); in argb_u16_to_ARGB8888() [all …]
|
| /kernel/linux/linux-5.10/lib/ |
| D | test-kstrtox.c | 79 {"257", 10, 257ULL}, in test_kstrtoull_ok() 248 {"257", 10, 257LL}, in test_kstrtoll_ok() 303 {"257", 10, 257}, in test_kstrtou64_ok() 357 {"257", 10, 257}, in test_kstrtos64_ok() 406 {"257", 10, 257}, in test_kstrtou32_ok() 460 {"257", 10, 257}, in test_kstrtos32_ok() 509 {"257", 10, 257}, in test_kstrtou16_ok() 565 {"257", 10, 257}, in test_kstrtos16_ok() 623 {"257", 10}, in test_kstrtou8_fail() 677 {"257", 10}, in test_kstrtos8_fail()
|
| /kernel/linux/linux-6.6/lib/ |
| D | test-kstrtox.c | 79 {"257", 10, 257ULL}, in test_kstrtoull_ok() 248 {"257", 10, 257LL}, in test_kstrtoll_ok() 303 {"257", 10, 257}, in test_kstrtou64_ok() 357 {"257", 10, 257}, in test_kstrtos64_ok() 406 {"257", 10, 257}, in test_kstrtou32_ok() 460 {"257", 10, 257}, in test_kstrtos32_ok() 509 {"257", 10, 257}, in test_kstrtou16_ok() 565 {"257", 10, 257}, in test_kstrtos16_ok() 623 {"257", 10}, in test_kstrtou8_fail() 677 {"257", 10}, in test_kstrtos8_fail()
|
| /kernel/linux/linux-6.6/drivers/iio/potentiometer/ |
| D | mcp4531.c | 14 * mcp4551 1 257 5, 10, 50, 100 010111x 15 * mcp4552 1 257 5, 10, 50, 100 01011xx 16 * mcp4561 1 257 5, 10, 50, 100 010111x 17 * mcp4562 1 257 5, 10, 50, 100 01011xx 22 * mcp4651 2 257 5, 10, 50, 100 0101xxx 23 * mcp4652 2 257 5, 10, 50, 100 01011xx 24 * mcp4661 2 257 5, 10, 50, 100 0101xxx 25 * mcp4662 2 257 5, 10, 50, 100 01011xx
|
| D | mcp4131.c | 15 * mcp4151 1 257 5, 10, 50, 100 16 * mcp4152 1 257 5, 10, 50, 100 17 * mcp4161 1 257 5, 10, 50, 100 18 * mcp4162 1 257 5, 10, 50, 100 23 * mcp4251 2 257 5, 10, 50, 100 24 * mcp4252 2 257 5, 10, 50, 100 25 * mcp4261 2 257 5, 10, 50, 100 26 * mcp4262 2 257 5, 10, 50, 100
|
| /kernel/linux/linux-5.10/drivers/iio/potentiometer/ |
| D | mcp4531.c | 14 * mcp4551 1 257 5, 10, 50, 100 010111x 15 * mcp4552 1 257 5, 10, 50, 100 01011xx 16 * mcp4561 1 257 5, 10, 50, 100 010111x 17 * mcp4562 1 257 5, 10, 50, 100 01011xx 22 * mcp4651 2 257 5, 10, 50, 100 0101xxx 23 * mcp4652 2 257 5, 10, 50, 100 01011xx 24 * mcp4661 2 257 5, 10, 50, 100 0101xxx 25 * mcp4662 2 257 5, 10, 50, 100 01011xx
|
| D | mcp4131.c | 15 * mcp4151 1 257 5, 10, 50, 100 16 * mcp4152 1 257 5, 10, 50, 100 17 * mcp4161 1 257 5, 10, 50, 100 18 * mcp4162 1 257 5, 10, 50, 100 23 * mcp4251 2 257 5, 10, 50, 100 24 * mcp4252 2 257 5, 10, 50, 100 25 * mcp4261 2 257 5, 10, 50, 100 26 * mcp4262 2 257 5, 10, 50, 100
|
| /kernel/linux/linux-6.6/lib/zlib_inflate/ |
| D | inftrees.c | 46 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ in zlib_inflate_table() 49 static const unsigned short lext[31] = { /* Length codes 257..285 extra */ in zlib_inflate_table() 54 257, 385, 513, 769, 1025, 1537, 2049, 3073, 4097, 6145, in zlib_inflate_table() 175 base -= 257; in zlib_inflate_table() 177 extra -= 257; in zlib_inflate_table()
|
| /kernel/linux/linux-5.10/lib/zlib_inflate/ |
| D | inftrees.c | 46 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ in zlib_inflate_table() 49 static const unsigned short lext[31] = { /* Length codes 257..285 extra */ in zlib_inflate_table() 54 257, 385, 513, 769, 1025, 1537, 2049, 3073, 4097, 6145, in zlib_inflate_table() 175 base -= 257; in zlib_inflate_table() 177 extra -= 257; in zlib_inflate_table()
|
| D | inffast.c | 101 end = out + (strm->avail_out - 257); in inflate_fast() 322 257 + (end - out) : 257 - (out - end)); in inflate_fast()
|
| /kernel/linux/linux-6.6/include/uapi/sound/ |
| D | snd_ar_tokens.h | 57 #define SND_SOC_AR_TPLG_VOL_CTL 257 229 #define AR_TKN_U32_MODULE_WS_SRC 257
|
| /kernel/linux/linux-5.10/arch/parisc/include/asm/ |
| D | sparsemem.h | 7 * zx1: 0-1, 257-260, 4-256
|
| /kernel/linux/linux-6.6/arch/parisc/include/asm/ |
| D | sparsemem.h | 7 * zx1: 0-1, 257-260, 4-256
|
| /kernel/linux/linux-6.6/scripts/gdb/linux/ |
| D | xarray.py | 24 return entry.cast(ulong_type) == xa_mk_internal(257)
|
| /kernel/linux/linux-6.6/drivers/pinctrl/mediatek/ |
| D | pinctrl-mt2701.c | 207 MTK_PIN_DRV_GRP(257, 0xce0, 0, 2), 266 MTK_PIN_PUPD_SPEC_SR(257, 0xf40, 0, 1, 2), /* ms0e dat0 */ 332 MTK_PIN_IES_SMT_SPEC(249, 257, 0xfc0, 4), 422 MTK_PIN_IES_SMT_SPEC(257, 257, 0xf40, 3), 448 MTK_PINMUX_SPEC(257, 0xef0, 0),
|
| /kernel/linux/linux-5.10/drivers/pinctrl/mediatek/ |
| D | pinctrl-mt2701.c | 208 MTK_PIN_DRV_GRP(257, 0xce0, 0, 2), 267 MTK_PIN_PUPD_SPEC_SR(257, 0xf40, 0, 1, 2), /* ms0e dat0 */ 340 MTK_PIN_IES_SMT_SPEC(249, 257, 0xfc0, 4), 430 MTK_PIN_IES_SMT_SPEC(257, 257, 0xf40, 3), 468 MTK_PINMUX_SPEC(257, 0xef0, 0),
|
| /kernel/linux/linux-5.10/drivers/video/fbdev/ |
| D | asiliantfb.c | 136 * together with 3 <= n <= 257. */ in asiliant_calc_dclk2() 137 for (n = 3; n <= 257; n++) { in asiliant_calc_dclk2() 140 /* 3 <= m <= 257 */ in asiliant_calc_dclk2() 141 if (m >= 3 && m <= 257) { in asiliant_calc_dclk2() 163 if (best_m > 257) in asiliant_calc_dclk2()
|
| /kernel/linux/linux-6.6/drivers/video/fbdev/ |
| D | asiliantfb.c | 135 * together with 3 <= n <= 257. */ in asiliant_calc_dclk2() 136 for (n = 3; n <= 257; n++) { in asiliant_calc_dclk2() 139 /* 3 <= m <= 257 */ in asiliant_calc_dclk2() 140 if (m >= 3 && m <= 257) { in asiliant_calc_dclk2() 162 if (best_m > 257) in asiliant_calc_dclk2()
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/netfilter_bridge/ |
| D | ebt_among.h | 16 int table[257];
|
| /kernel/linux/linux-6.6/tools/testing/selftests/ftrace/test.d/trigger/inter-event/ |
| D | trigger-synthetic_event_syntax_errors.tc | 26 check_error 'myevent char ^str[257]' # INVALID_ARRAY_SPEC
|
| /kernel/linux/linux-5.10/include/dt-bindings/clock/ |
| D | exynos5410.h | 36 #define CLK_UART0 257
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/include/ivsrcid/vmc/ |
| D | irqsrcs_vmc_1_0.h | 32 #define VMC_1_0__SRCID__VM_CONTEXT1_ALL 257
|
| /kernel/linux/linux-6.6/drivers/net/wwan/iosm/ |
| D | iosm_ipc_wwan.h | 28 * @dss: Set to true if interafce id is from 257 to 261,
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/include/ivsrcid/vmc/ |
| D | irqsrcs_vmc_1_0.h | 32 #define VMC_1_0__SRCID__VM_CONTEXT1_ALL 257
|
| /kernel/linux/linux-6.6/include/dt-bindings/clock/ |
| D | exynos5410.h | 36 #define CLK_UART0 257
|