Searched refs:machinfo (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/
H A Dsharpsl_pm.c190 int i = sharpsl_pm.machinfo->bat_levels - 1;
191 int bl_status = sharpsl_pm.machinfo->backlight_get_status ? sharpsl_pm.machinfo->backlight_get_status() : 0;
195 thresh = bl_status ? sharpsl_pm.machinfo->bat_levels_acin_bl : sharpsl_pm.machinfo->bat_levels_acin;
197 thresh = bl_status ? sharpsl_pm.machinfo->bat_levels_noac_bl : sharpsl_pm.machinfo->bat_levels_noac;
210 high_thresh = sharpsl_pm.machinfo->status_high_acin;
211 low_thresh = sharpsl_pm.machinfo->status_low_acin;
213 high_thresh = sharpsl_pm.machinfo
[all...]
H A Dcorgi_pm.c96 if (sharpsl_pm.machinfo->read_devdata(SHARPSL_STATUS_ACIN)) {
104 sharpsl_pm.machinfo->charge(0);
136 return gpio_get_value(sharpsl_pm.machinfo->gpio_batlock);
138 return gpio_get_value(sharpsl_pm.machinfo->gpio_batfull);
140 return gpio_get_value(sharpsl_pm.machinfo->gpio_fatal);
H A Dspitz_pm.c93 spitz_last_ac_status = sharpsl_pm.machinfo->read_devdata(SHARPSL_STATUS_ACIN);
137 int acin = sharpsl_pm.machinfo->read_devdata(SHARPSL_STATUS_ACIN);
148 sharpsl_pm.machinfo->charge(0);
180 return gpio_get_value(sharpsl_pm.machinfo->gpio_batlock);
182 return gpio_get_value(sharpsl_pm.machinfo->gpio_batfull);
184 return gpio_get_value(sharpsl_pm.machinfo->gpio_fatal);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/backlight/
H A Dgeneric_bl.c82 struct generic_bl_info *machinfo = pdev->dev.platform_data; local
86 bl_machinfo = machinfo;
87 if (!machinfo->limit_mask)
88 machinfo->limit_mask = -1;
90 if (machinfo->name)
91 name = machinfo->name;
94 props.max_brightness = machinfo->max_intensity;
103 bd->props.brightness = machinfo->default_intensity;
H A Dkb3886_bl.c145 struct kb3886bl_machinfo *machinfo = pdev->dev.platform_data; local
147 bl_machinfo = machinfo;
148 if (!machinfo->limit_mask)
149 machinfo->limit_mask = -1;
152 props.max_brightness = machinfo->max_intensity;
163 kb3886_backlight_device->props.brightness = machinfo->default_intensity;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/include/mach/
H A Dsharpsl_pm.h90 struct sharpsl_charger_machinfo *machinfo; member in struct:sharpsl_pm_status
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dhead-nommu.S47 bl __lookup_machine_type @ r5=machinfo
H A Dhead.S163 bl __lookup_machine_type @ r5=machinfo
289 * r8 = machinfo

Completed in 139 milliseconds