/kernel/linux/linux-5.10/drivers/video/backlight/ |
H A D | ipaq_micro_bl.c | 19 int intensity = bd->props.brightness; in micro_bl_update_status() 25 if (bd->props.power != FB_BLANK_UNBLANK) in micro_bl_update_status() 27 if (bd->props.state & (BL_CORE_FBBLANK | BL_CORE_SUSPENDED)) in micro_bl_update_status()
|
H A D | corgi_lcd.c | 494 struct backlight_properties props; in corgi_lcd_probe() local 518 memset(&props, 0, sizeof(struct backlight_properties)); in corgi_lcd_probe() 519 props.type = BACKLIGHT_RAW; in corgi_lcd_probe() 520 props.max_brightness = pdata->max_intensity; in corgi_lcd_probe() 523 &props); in corgi_lcd_probe() 527 lcd->bl_dev->props.brightness = pdata->default_intensity; in corgi_lcd_probe() 528 lcd->bl_dev->props.power = FB_BLANK_UNBLANK; in corgi_lcd_probe() 549 lcd->bl_dev->props.power = FB_BLANK_UNBLANK; in corgi_lcd_remove() 550 lcd->bl_dev->props.brightness = 0; in corgi_lcd_remove()
|
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/ |
H A D | root.js | 8 function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
|
H A D | className.js | 10 function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-shape.hh | 63 hb_segment_properties_t props; member 151 hb_segment_properties_t props; member 164 const hb_segment_properties_t *props);
|
/third_party/typescript/tests/baselines/reference/ |
H A D | tsxGenericAttributesType5.js | 10 props: U; 12 return <B1 {...this.props} x="hi" />; 51 return <B1 {...this.props} x="hi"/>;
|
H A D | tsxGenericAttributesType6.js | 10 props: U; 12 return <B1 {...this.props} x="hi" />; 51 return <B1 {...this.props} x="hi"/>;
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | sysfs_engines.c | 178 WRITE_ONCE(engine->props.max_busywait_duration_ns, duration); in max_spin_store() 188 return sprintf(buf, "%lu\n", engine->props.max_busywait_duration_ns); in max_spin_show() 228 WRITE_ONCE(engine->props.timeslice_duration_ms, duration); in timeslice_store() 241 return sprintf(buf, "%lu\n", engine->props.timeslice_duration_ms); in timeslice_show() 282 WRITE_ONCE(engine->props.stop_timeout_ms, duration); in stop_store() 291 return sprintf(buf, "%lu\n", engine->props.stop_timeout_ms); in stop_show() 332 WRITE_ONCE(engine->props.preempt_timeout_ms, timeout); in preempt_timeout_store() 346 return sprintf(buf, "%lu\n", engine->props.preempt_timeout_ms); in preempt_timeout_show() 401 return sprintf(buf, "%lu\n", engine->props.heartbeat_interval_ms); in heartbeat_show()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/panel/ |
H A D | panel-jdi-lt070me05000.c | 331 u16 brightness = bl->props.brightness; in dsi_dcs_bl_get_brightness() 351 ret = mipi_dsi_dcs_set_display_brightness(dsi, bl->props.brightness); in dsi_dcs_bl_update_status() 369 struct backlight_properties props; in drm_panel_create_dsi_backlight() local 371 memset(&props, 0, sizeof(props)); in drm_panel_create_dsi_backlight() 372 props.type = BACKLIGHT_RAW; in drm_panel_create_dsi_backlight() 373 props.brightness = 255; in drm_panel_create_dsi_backlight() 374 props.max_brightness = 255; in drm_panel_create_dsi_backlight() 377 &dsi_bl_ops, &props); in drm_panel_create_dsi_backlight()
|
H A D | panel-sony-acx565akm.c | 303 if (dev->props.fb_blank == FB_BLANK_UNBLANK && in acx565akm_bl_update_status_locked() 304 dev->props.power == FB_BLANK_UNBLANK) in acx565akm_bl_update_status_locked() 305 level = dev->props.brightness; in acx565akm_bl_update_status_locked() 333 if (dev->props.fb_blank == FB_BLANK_UNBLANK && in acx565akm_bl_get_intensity() 334 dev->props.power == FB_BLANK_UNBLANK) in acx565akm_bl_get_intensity() 351 struct backlight_properties props = { in acx565akm_backlight_init() local 360 &props); in acx565akm_backlight_init() 380 lcd->backlight->props.max_brightness = 255; in acx565akm_backlight_init() 381 lcd->backlight->props.brightness = acx565akm_get_actual_brightness(lcd); in acx565akm_backlight_init()
|
H A D | panel-samsung-s6e63j0x03.c | 201 bl_dev->props.brightness = brightness; in s6e63j0x03_update_gamma() 209 unsigned int brightness = bl_dev->props.brightness; in s6e63j0x03_set_brightness() 228 ctx->bl_dev->props.power = FB_BLANK_NORMAL; in s6e63j0x03_disable() 248 ctx->bl_dev->props.power = FB_BLANK_POWERDOWN; in s6e63j0x03_unprepare() 335 ctx->bl_dev->props.power = FB_BLANK_NORMAL; in s6e63j0x03_prepare() 396 ctx->bl_dev->props.power = FB_BLANK_UNBLANK; in s6e63j0x03_enable() 477 ctx->bl_dev->props.max_brightness = MAX_BRIGHTNESS; in s6e63j0x03_probe() 478 ctx->bl_dev->props.brightness = DEFAULT_BRIGHTNESS; in s6e63j0x03_probe() 479 ctx->bl_dev->props.power = FB_BLANK_POWERDOWN; in s6e63j0x03_probe()
|
/kernel/linux/linux-5.10/drivers/platform/loongarch/ |
H A D | loongson-laptop.c | 216 pr_info("Loongson_backlight: resume brightness %d\n", bd->props.brightness); in loongson_hotkey_resume() 370 int lvl = ec_backlight_level(bd->props.brightness); in loongson_laptop_backlight_update() 398 struct backlight_properties props; in laptop_backlight_register() local 400 memset(&props, 0, sizeof(props)); in laptop_backlight_register() 405 props.brightness = 1; in laptop_backlight_register() 406 props.max_brightness = status; in laptop_backlight_register() 407 props.type = BACKLIGHT_PLATFORM; in laptop_backlight_register() 410 NULL, NULL, &backlight_laptop_ops, &props); in laptop_backlight_register()
|
/kernel/linux/linux-6.6/drivers/video/backlight/ |
H A D | corgi_lcd.c | 494 struct backlight_properties props; in corgi_lcd_probe() local 518 memset(&props, 0, sizeof(struct backlight_properties)); in corgi_lcd_probe() 519 props.type = BACKLIGHT_RAW; in corgi_lcd_probe() 520 props.max_brightness = pdata->max_intensity; in corgi_lcd_probe() 523 &props); in corgi_lcd_probe() 527 lcd->bl_dev->props.brightness = pdata->default_intensity; in corgi_lcd_probe() 528 lcd->bl_dev->props.power = FB_BLANK_UNBLANK; in corgi_lcd_probe() 549 lcd->bl_dev->props.power = FB_BLANK_UNBLANK; in corgi_lcd_remove() 550 lcd->bl_dev->props.brightness = 0; in corgi_lcd_remove()
|
/kernel/linux/linux-6.6/drivers/platform/loongarch/ |
H A D | loongson-laptop.c | 206 pr_info("Loongson_backlight: resume brightness %d\n", bd->props.brightness); in loongson_hotkey_resume() 359 int lvl = ec_backlight_level(bd->props.brightness); in loongson_laptop_backlight_update() 388 struct backlight_properties props; in laptop_backlight_register() local 390 memset(&props, 0, sizeof(props)); in laptop_backlight_register() 395 props.brightness = 1; in laptop_backlight_register() 396 props.max_brightness = status; in laptop_backlight_register() 397 props.type = BACKLIGHT_PLATFORM; in laptop_backlight_register() 400 NULL, NULL, &backlight_laptop_ops, &props); in laptop_backlight_register()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mana/ |
H A D | main.c | 486 int mana_ib_query_device(struct ib_device *ibdev, struct ib_device_attr *props, in mana_ib_query_device() argument 489 props->max_qp = MANA_MAX_NUM_QUEUES; in mana_ib_query_device() 490 props->max_qp_wr = MAX_SEND_BUFFERS_PER_QUEUE; in mana_ib_query_device() 497 props->max_cqe = MAX_SEND_BUFFERS_PER_QUEUE; in mana_ib_query_device() 499 props->max_mr_size = MANA_IB_MAX_MR_SIZE; in mana_ib_query_device() 500 props->max_mr = MANA_IB_MAX_MR; in mana_ib_query_device() 501 props->max_send_sge = MAX_TX_WQE_SGL_ENTRIES; in mana_ib_query_device() 502 props->max_recv_sge = MAX_RX_WQE_SGL_ENTRIES; in mana_ib_query_device() 508 struct ib_port_attr *props) in mana_ib_query_port() 507 mana_ib_query_port(struct ib_device *ibdev, u32 port, struct ib_port_attr *props) mana_ib_query_port() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | sysfs_engines.c | 173 WRITE_ONCE(engine->props.max_busywait_duration_ns, duration); in max_spin_store() 183 return sysfs_emit(buf, "%lu\n", engine->props.max_busywait_duration_ns); in max_spin_show() 224 WRITE_ONCE(engine->props.timeslice_duration_ms, duration); in timeslice_store() 237 return sysfs_emit(buf, "%lu\n", engine->props.timeslice_duration_ms); in timeslice_show() 279 WRITE_ONCE(engine->props.stop_timeout_ms, duration); in stop_store() 288 return sysfs_emit(buf, "%lu\n", engine->props.stop_timeout_ms); in stop_show() 330 WRITE_ONCE(engine->props.preempt_timeout_ms, timeout); in preempt_timeout_store() 344 return sysfs_emit(buf, "%lu\n", engine->props.preempt_timeout_ms); in preempt_timeout_show() 400 return sysfs_emit(buf, "%lu\n", engine->props.heartbeat_interval_ms); in heartbeat_show()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/panel/ |
H A D | panel-samsung-s6e63j0x03.c | 201 bl_dev->props.brightness = brightness; in s6e63j0x03_update_gamma() 209 unsigned int brightness = bl_dev->props.brightness; in s6e63j0x03_set_brightness() 228 ctx->bl_dev->props.power = FB_BLANK_NORMAL; in s6e63j0x03_disable() 248 ctx->bl_dev->props.power = FB_BLANK_POWERDOWN; in s6e63j0x03_unprepare() 335 ctx->bl_dev->props.power = FB_BLANK_NORMAL; in s6e63j0x03_prepare() 396 ctx->bl_dev->props.power = FB_BLANK_UNBLANK; in s6e63j0x03_enable() 474 ctx->bl_dev->props.max_brightness = MAX_BRIGHTNESS; in s6e63j0x03_probe() 475 ctx->bl_dev->props.brightness = DEFAULT_BRIGHTNESS; in s6e63j0x03_probe() 476 ctx->bl_dev->props.power = FB_BLANK_POWERDOWN; in s6e63j0x03_probe()
|
H A D | panel-jdi-lt070me05000.c | 331 u16 brightness = bl->props.brightness; in dsi_dcs_bl_get_brightness() 351 ret = mipi_dsi_dcs_set_display_brightness(dsi, bl->props.brightness); in dsi_dcs_bl_update_status() 369 struct backlight_properties props; in drm_panel_create_dsi_backlight() local 371 memset(&props, 0, sizeof(props)); in drm_panel_create_dsi_backlight() 372 props.type = BACKLIGHT_RAW; in drm_panel_create_dsi_backlight() 373 props.brightness = 255; in drm_panel_create_dsi_backlight() 374 props.max_brightness = 255; in drm_panel_create_dsi_backlight() 377 &dsi_bl_ops, &props); in drm_panel_create_dsi_backlight()
|
/third_party/skia/modules/canvaskit/ |
H A D | skottie_bindings.cpp | 197 JSArray props = emscripten::val::array(); in getColorProps() local 203 props.call<void>("push", prop); in getColorProps() 206 return props; in getColorProps() 210 JSArray props = emscripten::val::array(); in getOpacityProps() local 216 props.call<void>("push", prop); in getOpacityProps() 219 return props; in getOpacityProps() 223 JSArray props = emscripten::val::array(); in getTextProps() local 235 props.call<void>("push", prop); in getTextProps() 238 return props; in getTextProps()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/ |
H A D | option_layout_algorithm.cpp | 33 auto props = layoutWrapper->GetLayoutProperty(); in Measure() local 34 CHECK_NULL_VOID(props); in Measure() 35 auto layoutConstraint = props->GetLayoutConstraint(); in Measure() 38 layoutConstraint.value(), Axis::HORIZONTAL, props->GetMeasureType(MeasureType::MATCH_CONTENT), true); in Measure() 42 auto childConstraint = props->CreateChildConstraint(); in Measure()
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nft_xfrm.c | 123 state->props.family, in nft_xfrm_state_get_key() 124 state->props.mode)) { in nft_xfrm_state_get_key() 141 *dest = state->props.saddr.a4; in nft_xfrm_state_get_key() 144 memcpy(dest, &state->props.saddr.in6, sizeof(struct in6_addr)); in nft_xfrm_state_get_key() 147 *dest = state->props.reqid; in nft_xfrm_state_get_key()
|
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb-v2/ |
H A D | dvb_usb.h | 94 .props = (props_), \ 107 * @props: structure containing all device properties 112 const struct dvb_usb_device_properties *props; member 280 struct usb_data_stream_properties props; member 302 * @props: pointer to adapter properties 320 const struct dvb_usb_adapter_properties *props; member 347 * @props: device properties 364 const struct dvb_usb_device_properties *props; member
|
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb-v2/ |
H A D | dvb_usb.h | 94 .props = (props_), \ 108 * @props: structure containing all device properties 113 const struct dvb_usb_device_properties *props; member 273 * @props: properties 289 struct usb_data_stream_properties props; member 311 * @props: pointer to adapter properties 330 const struct dvb_usb_adapter_properties *props; member 357 * @props: device properties 376 const struct dvb_usb_device_properties *props; member
|
/kernel/linux/linux-5.10/net/tipc/ |
H A D | bcast.c | 656 struct nlattr *props[TIPC_NLA_PROP_MAX + 1]; in tipc_nl_bc_link_set() local 661 err = tipc_nl_parse_link_prop(attrs[TIPC_NLA_LINK_PROP], props); in tipc_nl_bc_link_set() 665 if (!props[TIPC_NLA_PROP_WIN] && in tipc_nl_bc_link_set() 666 !props[TIPC_NLA_PROP_BROADCAST] && in tipc_nl_bc_link_set() 667 !props[TIPC_NLA_PROP_BROADCAST_RATIO]) { in tipc_nl_bc_link_set() 671 if (props[TIPC_NLA_PROP_BROADCAST]) { in tipc_nl_bc_link_set() 672 bc_mode = nla_get_u32(props[TIPC_NLA_PROP_BROADCAST]); in tipc_nl_bc_link_set() 676 if (!err && props[TIPC_NLA_PROP_BROADCAST_RATIO]) { in tipc_nl_bc_link_set() 677 bc_ratio = nla_get_u32(props[TIPC_NLA_PROP_BROADCAST_RATIO]); in tipc_nl_bc_link_set() 681 if (!err && props[TIPC_NLA_PROP_WI in tipc_nl_bc_link_set() [all...] |
/kernel/linux/linux-5.10/drivers/platform/x86/ |
H A D | apple-gmux.c | 294 u32 brightness = bd->props.brightness; in gmux_update_status() 296 if (bd->props.state & BL_CORE_SUSPENDED) in gmux_update_status() 606 struct backlight_properties props; in gmux_probe() local 670 memset(&props, 0, sizeof(props)); in gmux_probe() 671 props.type = BACKLIGHT_PLATFORM; in gmux_probe() 672 props.max_brightness = gmux_read32(gmux_data, GMUX_PORT_MAX_BRIGHTNESS); in gmux_probe() 680 if (WARN_ON(props.max_brightness > GMUX_MAX_BRIGHTNESS)) in gmux_probe() 681 props.max_brightness = GMUX_MAX_BRIGHTNESS; in gmux_probe() 684 gmux_data, &gmux_bl_ops, &props); in gmux_probe() [all...] |