/openbmc/linux/drivers/leds/ |
H A D | leds-is31fl32xx.c | 43 const struct is31fl32xx_chipdef *cdef; member 167 for (i = 0; i < priv->cdef->channels; i++) { in is31fl3216_reset() 168 ret = is31fl32xx_write(priv, priv->cdef->pwm_register_base+i, in is31fl3216_reset() 173 ret = is31fl32xx_write(priv, priv->cdef->pwm_update_reg, 0); in is31fl3216_reset() 227 const struct is31fl32xx_chipdef *cdef = led_data->priv->cdef; in is31fl32xx_brightness_set() local 234 if (cdef->pwm_registers_reversed) in is31fl32xx_brightness_set() 235 pwm_register_offset = cdef->channels - led_data->channel; in is31fl32xx_brightness_set() 240 cdef->pwm_register_base + pwm_register_offset, in is31fl32xx_brightness_set() 245 return is31fl32xx_write(led_data->priv, cdef->pwm_update_reg, 0); in is31fl32xx_brightness_set() 250 const struct is31fl32xx_chipdef *cdef = priv->cdef; in is31fl32xx_reset_regs() local [all …]
|
H A D | leds-is31fl319x.c | 90 const struct is31fl319x_chipdef *cdef; member 212 for (i = 0; i < is31->cdef->num_leds; i++) { in is31fl3190_brightness_set() 266 for (i = 0; i < is31->cdef->num_leds; i++) { in is31fl3196_brightness_set() 381 led->max_microamp = is31->cdef->current_default; in is31fl319x_parse_child_fw() 384 if (led->max_microamp < is31->cdef->current_min) in is31fl319x_parse_child_fw() 387 is31->cdef->current_max); in is31fl319x_parse_child_fw() 404 is31->cdef = device_get_match_data(dev); in is31fl319x_parse_fw() 412 if (!count || count > is31->cdef->num_leds) in is31fl319x_parse_fw() 415 is31->cdef->num_leds); in is31fl319x_parse_fw() 427 if (reg < 1 || reg > is31->cdef->num_leds) { in is31fl319x_parse_fw() [all …]
|
H A D | leds-aw200xx.c | 113 const struct aw200xx_chipdef *cdef; member 141 u32 columns = chip->cdef->display_size_columns; in dim_store() 192 reg = AW200XX_REG_DIM(led->num, chip->cdef->display_size_columns); in aw200xx_brightness_set() 375 chip->display_rows > chip->cdef->display_size_rows_max) { in aw200xx_probe_fw() 398 if (source >= chip->cdef->channels) { in aw200xx_probe_fw() 400 source, chip->cdef->channels); in aw200xx_probe_fw() 492 const struct aw200xx_chipdef *cdef; in aw200xx_probe() local 497 cdef = device_get_match_data(&client->dev); in aw200xx_probe() 498 if (!cdef) in aw200xx_probe() 502 if (!count || count > cdef->channels) in aw200xx_probe() [all …]
|
H A D | leds-spi-byte.c | 50 const struct spi_byte_chipdef *cdef; member 72 value = (u8) brightness + led->cdef->off_value; in spi_byte_brightness_set_blocking() 103 led->cdef = device_get_match_data(dev); in spi_byte_probe() 106 led->ldev.max_brightness = led->cdef->max_value - led->cdef->off_value; in spi_byte_probe()
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-gevent/ |
H A D | not-final.patch | 10 @@ -75,7 +75,6 @@ cdef class ItemWaiter(Waiter): 11 cdef readonly Queue queue 15 cdef class UnboundQueue(Queue):
|
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/ |
H A D | bootconfig.rst | 221 root = 01234567-89ab-cdef-0123-456789abcd 229 root="01234567-89ab-cdef-0123-456789abcd" -- splash 237 root="01234567-89ab-cdef-0123-456789abcd" ro bootconfig -- splash quiet
|
/openbmc/linux/drivers/isdn/capi/ |
H A D | capiutil.c | 39 static _cdef cdef[] = variable 231 #define TYP (cdef[cmsg->par[cmsg->p]].typ) 232 #define OFF (((u8 *)cmsg) + cdef[cmsg->par[cmsg->p]].off)
|
/openbmc/linux/drivers/media/v4l2-core/ |
H A D | v4l2-ctrls-core.c | 646 static int validate_av1_cdef(struct v4l2_av1_cdef *cdef) in validate_av1_cdef() argument 650 if (cdef->damping_minus_3 > GENMASK(1, 0) || in validate_av1_cdef() 651 cdef->bits > GENMASK(1, 0)) in validate_av1_cdef() 654 for (i = 0; i < 1 << cdef->bits; i++) { in validate_av1_cdef() 655 if (cdef->y_pri_strength[i] > GENMASK(3, 0) || in validate_av1_cdef() 656 cdef->y_sec_strength[i] > 4 || in validate_av1_cdef() 657 cdef->uv_pri_strength[i] > GENMASK(3, 0) || in validate_av1_cdef() 658 cdef->uv_sec_strength[i] > 4) in validate_av1_cdef() 721 ret = validate_av1_cdef(&f->cdef); in validate_av1_frame()
|
/openbmc/linux/drivers/media/platform/verisilicon/ |
H A D | rockchip_vpu981_hw_av1_dec.c | 1394 const struct v4l2_av1_cdef *cdef = &frame->cdef; in rockchip_vpu981_av1_dec_set_cdef() local 1402 hantro_reg_write(vpu, &av1_cdef_bits, cdef->bits); in rockchip_vpu981_av1_dec_set_cdef() 1403 hantro_reg_write(vpu, &av1_cdef_damping, cdef->damping_minus_3); in rockchip_vpu981_av1_dec_set_cdef() 1405 for (i = 0; i < BIT(cdef->bits); i++) { in rockchip_vpu981_av1_dec_set_cdef() 1406 luma_pri_strength |= cdef->y_pri_strength[i] << (i * 4); in rockchip_vpu981_av1_dec_set_cdef() 1407 if (cdef->y_sec_strength[i] == 4) in rockchip_vpu981_av1_dec_set_cdef() 1410 luma_sec_strength |= cdef->y_sec_strength[i] << (i * 2); in rockchip_vpu981_av1_dec_set_cdef() 1412 chroma_pri_strength |= cdef->uv_pri_strength[i] << (i * 4); in rockchip_vpu981_av1_dec_set_cdef() 1413 if (cdef->uv_sec_strength[i] == 4) in rockchip_vpu981_av1_dec_set_cdef() 1416 chroma_sec_strength |= cdef->uv_sec_strength[i] << (i * 2); in rockchip_vpu981_av1_dec_set_cdef()
|
/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/ |
H A D | vdec_av1_req_lat_if.c | 488 struct vdec_av1_slice_cdef cdef; member 1243 static void vdec_av1_slice_setup_cdef(struct vdec_av1_slice_cdef *cdef, in vdec_av1_slice_setup_cdef() argument 1248 cdef->cdef_damping = ctrl_cdef->damping_minus_3 + 3; in vdec_av1_slice_setup_cdef() 1249 cdef->cdef_bits = ctrl_cdef->bits; in vdec_av1_slice_setup_cdef() 1258 cdef->cdef_y_strength[i] = in vdec_av1_slice_setup_cdef() 1261 cdef->cdef_uv_strength[i] = in vdec_av1_slice_setup_cdef() 1383 vdec_av1_slice_setup_cdef(&uh->cdef, &ctrl_fh->cdef); in vdec_av1_slice_setup_uh()
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | bootconfig.rst | 246 root = 01234567-89ab-cdef-0123-456789abcd 254 root="01234567-89ab-cdef-0123-456789abcd" -- splash 262 root="01234567-89ab-cdef-0123-456789abcd" ro bootconfig -- splash quiet
|
/openbmc/linux/io_uring/ |
H A D | io_uring.c | 1780 const struct io_cold_def *cdef = &io_cold_defs[req->opcode]; in io_req_prep_async() local 1787 if (!cdef->prep_async) in io_req_prep_async() 1795 ret = cdef->prep_async(req); in io_req_prep_async()
|
/openbmc/linux/include/uapi/linux/ |
H A D | v4l2-controls.h | 3362 struct v4l2_av1_cdef cdef; member
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | ext-ctrls-codec-stateless.rst | 3072 - If set, specifies that cdef filtering may be enabled. If not set, 3073 specifies that cdef filtering is disabled. 3819 - ``cdef``
|
/openbmc/qemu/target/i386/tcg/ |
H A D | emit.c.inc | 2954 * 14: abcd....bcde....cdef....defg....efgh....fgh.....gh......h.......
|