Home | History | Annotate | Download | only in macppc

Lines Matching refs:dict

344 copy_disp_props(device_t dev, int node, prop_dictionary_t dict)
369 prop_dictionary_set_bool(dict, "is_console", 1);
370 if (!of_to_uint32_prop(dict, node, "width", "width")) {
373 prop_dictionary_set_uint32(dict, "width", temp);
375 if (!of_to_uint32_prop(dict, node, "height", "height")) {
378 prop_dictionary_set_uint32(dict, "height", temp);
380 of_to_uint32_prop(dict, node, "linebytes", "linebytes");
381 if (!of_to_uint32_prop(dict, node, "depth", "depth")) {
387 prop_dictionary_set_uint32(dict, "depth", 8);
389 if (!of_to_uint32_prop(dict, node, "address", "address")) {
393 prop_dictionary_set_uint32(dict, "address", fbaddr);
395 if (of_to_dataprop(dict, node, "EDID", "EDID")) {
397 } else if (of_to_dataprop(dict, node, "EDID,A", "EDID")) {
399 } else if (of_to_dataprop(dict, node, "EDID,B", "EDID")) {
404 prop_dictionary_set_bool(dict, "no_palette_control", 1);
408 add_model_specifics(dict);
417 prop_dictionary_set_uint32(dict, "refclk", temp / 10);
429 prop_dictionary_set_uint64(dict, "cmap_callback", cmap_cb);
454 prop_dictionary_set_uint64(dict, "backlight_callback",
462 prop_dictionary_set_uint64(dict, "brightness_callback",
468 add_model_specifics(prop_dictionary_t dict)
485 prop_dictionary_set_bool(dict, "backlight_level_reverted", 1);
491 prop_dictionary_set(dict, "EDID", edid);
498 prop_dictionary_set(dict, "EDID", edid);
502 prop_dictionary_set_bool(dict, "dvi-internal", 1);
505 prop_dictionary_set_bool(dict, "dvi-external", 1);