Home
last modified time | relevance | path

Searched refs:bl_info (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/md/
H A Ddm-thin-metadata.c178 struct dm_btree_info bl_info; member
498 pmd->tl_info.value_type.context = &pmd->bl_info; in __setup_btree_details()
504 pmd->bl_info.tm = pmd->tm; in __setup_btree_details()
505 pmd->bl_info.levels = 1; in __setup_btree_details()
506 pmd->bl_info.value_type.context = pmd->data_sm; in __setup_btree_details()
507 pmd->bl_info.value_type.size = sizeof(__le64); in __setup_btree_details()
508 pmd->bl_info.value_type.inc = data_block_inc; in __setup_btree_details()
509 pmd->bl_info.value_type.dec = data_block_dec; in __setup_btree_details()
510 pmd->bl_info.value_type.equal = data_block_equal; in __setup_btree_details()
1121 r = dm_btree_empty(&pmd->bl_info, &dev_root); in __create_thin()
[all …]
/linux/include/video/
H A Dsh_mobile_lcdc.h184 struct sh_mobile_lcdc_bl_info bl_info; member
/linux/arch/sh/boards/mach-ap325rxa/
H A Dsetup.c233 .bl_info = {
/linux/drivers/video/fbdev/
H A Dsh_mobile_lcdcfb.c2128 return ch->cfg->bl_info.set_brightness(brightness); in sh_mobile_lcdc_update_bl()
2149 bl = backlight_device_register(ch->cfg->bl_info.name, parent, ch, in sh_mobile_lcdc_bl_probe()
2157 bl->props.max_brightness = ch->cfg->bl_info.max_brightness; in sh_mobile_lcdc_bl_probe()
2550 if (ch->cfg->bl_info.max_brightness) in sh_mobile_lcdc_probe()