Searched refs:charge (Results 1 - 200 of 1817) sorted by relevance

12345678910

/linux-4.4.14/drivers/macintosh/
H A Dapm_emu.c36 long charge = -1; pmu_apm_get_power_status() local
54 if (charge < 0) pmu_apm_get_power_status()
55 charge = 0; pmu_apm_get_power_status()
56 percentage += (pmu_batteries[i].charge * 100) / pmu_apm_get_power_status()
58 charge += pmu_batteries[i].charge; pmu_apm_get_power_status()
73 time_units = (charge * 59) / (amperage * -1); pmu_apm_get_power_status()
75 time_units = (charge * 16440) / (amperage * -60); pmu_apm_get_power_status()
/linux-4.4.14/include/linux/mfd/wm8350/
H A Dsupply.h114 int eoc_mA; /* end of charge current (mA) */
115 int charge_mV; /* charge voltage */
116 int fast_limit_mA; /* fast charge current limit */
117 int fast_limit_USB_mA; /* USB fast charge current limit */
118 int charge_timeout; /* charge timeout (mins) */
119 int trickle_start_mV; /* trickle charge starts at mV */
120 int trickle_charge_mA; /* trickle charge current */
121 int trickle_charge_USB_mA; /* USB trickle charge current */
/linux-4.4.14/include/linux/i2c/
H A Dadp8860.h138 * charge pump to switch to lower gains. NOT AVAILABLE on ADP8860
139 * 1 = the charge pump doesn't switch down in gain until all LEDs are 0.
140 * The charge pump switches up in gain as needed. This feature is
141 * useful if the ADP8863 charge pump is used to drive an external load.
144 * 0 = the charge pump automatically switches up and down in gain.
147 * Additionally, the charge pump fly capacitors should be low ESR
/linux-4.4.14/mm/
H A Dpage_counter.c30 * page_counter_charge - hierarchically charge pages
32 * @nr_pages: number of pages to charge
54 * page_counter_try_charge - try to hierarchically charge pages
56 * @nr_pages: number of pages to charge
72 * a bigger charge fails, it might falsely lock out a page_counter_try_charge()
73 * racing smaller charge and send it into reclaim page_counter_try_charge()
76 * case of a THP locking out a regular page charge. page_counter_try_charge()
/linux-4.4.14/include/linux/mfd/
H A Drt5033-private.h118 * RT5033 charger fast-charge current lmits (as in CHGCTRL1 register),
158 /* RT5033 charger constant charge voltage (as in CHGCTRL2 register), uV */
163 /* RT5033 charger pre-charge current limits (as in CHGCTRL4 register), uA */
168 /* RT5033 charger fast-charge current (as in CHGCTRL5 register), uA */
174 * RT5033 charger const-charge end of charger current (
184 * RT5033 charger pre-charge threshold volt limits
H A Dmax8925.h48 * Charging current threshold trigger going from fast charge
49 * to TOPOFF charge. From 5% to 20% of fasting charging current.
223 unsigned fast_charge:3; /* charge current */
H A Dabx500.h151 * @maint_a_chg_timer_h: charge time in maintenance A state
154 * @maint_b_chg_timer_h: charge time in maintenance B state
234 * @bkup_bat_v voltage which we charge the backup battery with
235 * @bkup_bat_i current which we charge the backup battery with
245 * @interval_charging charge alg cycle period time when charging (sec)
246 * @interval_not_charging charge alg cycle period time when not charging (sec)
/linux-4.4.14/include/linux/
H A Dpmu.h63 unsigned int charge; /* current charge */ member in struct:pmu_battery_info
64 unsigned int max_charge; /* maximum charge */
/linux-4.4.14/include/linux/power/
H A Dgeneric-adc-battery.h15 * @cal_charge: calculate charge level.
H A Dbq2415x_charger.h30 * Value resistor_sense is needed for for configuring charge and
31 * termination current. It it is less or equal to zero, configuring charge
H A Dsmb347-charger.h51 * pre-charge to fast charge mode
55 * @chip_temp_threshold: die temperature where device starts limiting charge
/linux-4.4.14/arch/m68k/math-emu/
H A Dfp_trig.h8 I hereby give permission, free of charge, to copy, modify, and
/linux-4.4.14/drivers/power/
H A Dwm8350_power.c100 /* make sure USB fast charge current is not > 500mA */ wm8350_charger_config()
102 dev_err(wm8350->dev, "USB fast charge > 500mA\n"); wm8350_charger_config()
163 char *charge; charger_state_show() local
170 charge = "Charger Off"; charger_state_show()
173 charge = "Trickle Charging"; charger_state_show()
176 charge = "Fast Charging"; charger_state_show()
182 return sprintf(buf, "%s\n", charge); charger_state_show()
433 "Fast charge ready", wm8350); wm8350_init_charger()
495 dev_warn(wm8350->dev, "failed to add charge sysfs: %d\n", ret); wm8350_power_probe()
H A Dltc2941-battery-gauge.c65 int charge; /* Last charge register content */ member in struct:ltc294x_info
217 /* Set new charge value */ ltc294x_set_charge_now()
338 int charge = ltc294x_read_charge_register(info); ltc294x_update() local
340 if (charge != info->charge) { ltc294x_update()
341 info->charge = charge; ltc294x_update()
H A Drt9455_charger.c190 * When the charger is in charge mode, REG02[7:2] represent battery regulation
672 /* Set TE bit in order to enable end of charge detection */ rt9455_hw_init()
679 /* Set TE_SHDN_EN bit in order to enable end of charge detection */ rt9455_hw_init()
697 * Disable Safety Timer. In charge mode, this timer terminates charging rt9455_hw_init()
835 * Before setting the charger into charge mode, battery regulation voltage is
1104 dev_info(dev, "Boost fault occurred, therefore the charger goes into charge mode\n"); rt9455_irq_handler_check_irq3_register()
1107 dev_err(dev, "Failed to set VOREG before entering charge mode\n"); rt9455_irq_handler_check_irq3_register()
1113 dev_err(dev, "Failed to set charger in charge mode\n"); rt9455_irq_handler_check_irq3_register()
1207 ret = device_property_read_u32(dev, "richtek,output-charge-current", rt9455_discover_charger()
1210 dev_err(dev, "Error: missing \"output-charge-current\" property\n"); rt9455_discover_charger()
1214 ret = device_property_read_u32(dev, "richtek,end-of-charge-percentage", rt9455_discover_charger()
1217 dev_err(dev, "Error: missing \"end-of-charge-percentage\" property\n"); rt9455_discover_charger()
1258 dev_err(dev, "Failed to set VOREG before entering charge mode\n"); rt9455_usb_event_none()
1265 * In this case, the charger goes into charge mode. rt9455_usb_event_none()
1267 dev_dbg(dev, "USB_EVENT_NONE received, therefore the charger goes into charge mode\n"); rt9455_usb_event_none()
1271 dev_err(dev, "Failed to set charger in charge mode\n"); rt9455_usb_event_none()
1298 dev_err(dev, "Failed to set VOREG before entering charge mode\n"); rt9455_usb_event_vbus()
1305 * In this case, the charger goes into charge mode. rt9455_usb_event_vbus()
1307 dev_dbg(dev, "USB_EVENT_VBUS received, therefore the charger goes into charge mode\n"); rt9455_usb_event_vbus()
1311 dev_err(dev, "Failed to set charger in charge mode\n"); rt9455_usb_event_vbus()
1342 * If the charger is in charge mode, and it has received rt9455_usb_event_id()
1378 dev_err(dev, "Failed to set VOREG before entering charge mode\n"); rt9455_usb_event_charger()
1385 * In this case, the charger goes into charge mode. rt9455_usb_event_charger()
1387 dev_dbg(dev, "USB_EVENT_CHARGER received, therefore the charger goes into charge mode\n"); rt9455_usb_event_charger()
1391 dev_err(dev, "Failed to set charger in charge mode\n"); rt9455_usb_event_charger()
1418 * Determine whether the charger is in charge mode rt9455_usb_event()
/linux-4.4.14/drivers/net/appletalk/
H A Dcops_ffdrv.h11 * There is no charge for this SDK. And no waranty express or implied
H A Dcops_ltdrv.h10 * There is no charge for this SDK. And no waranty express or implied
/linux-4.4.14/include/linux/spi/
H A Dds1305.h13 /* Trickle charge configuration: it's OK to leave out the MAGIC
/linux-4.4.14/include/net/irda/
H A Dirlan_eth.h21 * provided "AS-IS" and at no charge.
H A Dirlan_filter.h21 * provided "AS-IS" and at no charge.
H A Diriap_event.h21 * provided "AS-IS" and at no charge.
H A Dirlan_client.h21 * provided "AS-IS" and at no charge.
H A Dirlan_event.h21 * provided "AS-IS" and at no charge.
H A Dirlan_provider.h21 * provided "AS-IS" and at no charge.
H A Dirlmp_frame.h22 * provided "AS-IS" and at no charge.
H A Dwrapper.h22 * provided "AS-IS" and at no charge.
/linux-4.4.14/include/linux/platform_data/
H A Dlp8727.h40 * @eoc_level : end of charge level setting
/linux-4.4.14/arch/arm/mach-pxa/
H A Dcorgi_pm.c106 /* charge on */ corgi_should_wakeup()
110 /* charge off */ corgi_should_wakeup()
113 sharpsl_pm.machinfo->charge(0); corgi_should_wakeup()
174 .charge = corgi_charge,
H A Dspitz_pm.c140 /* charge on */ spitz_should_wakeup()
144 /* charge off */ spitz_should_wakeup()
147 sharpsl_pm.machinfo->charge(0); spitz_should_wakeup()
208 .charge = spitz_charge,
H A Dsharpsl_pm.c310 sharpsl_pm.machinfo->charge(0); sharpsl_charge_off()
320 sharpsl_pm.machinfo->charge(0); sharpsl_charge_error()
337 sharpsl_pm.machinfo->charge(0); sharpsl_charge_toggle()
339 sharpsl_pm.machinfo->charge(1); sharpsl_charge_toggle()
528 /* disable charge, enable discharge */ sharpsl_check_battery_voltage()
529 sharpsl_pm.machinfo->charge(0); sharpsl_check_battery_voltage()
691 sharpsl_pm.machinfo->charge(0); sharpsl_off_charge_error()
717 sharpsl_pm.machinfo->charge(0); sharpsl_off_charge_battery()
719 sharpsl_pm.machinfo->charge(1); sharpsl_off_charge_battery()
737 sharpsl_pm.machinfo->charge(0); sharpsl_off_charge_battery()
739 sharpsl_pm.machinfo->charge(1); sharpsl_off_charge_battery()
755 sharpsl_pm.machinfo->charge(0); sharpsl_off_charge_battery()
757 sharpsl_pm.machinfo->charge(1); sharpsl_off_charge_battery()
784 sharpsl_pm.machinfo->charge(0); sharpsl_off_charge_battery()
848 led_trigger_register_simple("sharpsl-charge", &sharpsl_charge_led_trigger); sharpsl_pm_probe()
/linux-4.4.14/kernel/
H A Dcgroup_pids.c114 * pids_charge - hierarchically charge the pid count
116 * @num: the number of pids to charge
131 * pids_try_charge - hierarchically try to charge the pid count
133 * @num: the number of pids to charge
135 * This function follows the set limit. It will fail if the charge would cause
136 * the new value to exceed the hierarchical limit. Returns 0 if the charge
/linux-4.4.14/drivers/isdn/i4l/
H A Disdn_net.h15 #define ISDN_WAITCHARGE 1 /* did not get a charge info yet */
16 #define ISDN_HAVECHARGE 2 /* We know a charge info */
17 #define ISDN_CHARGEHUP 4 /* We want to use the charge mechanism */
/linux-4.4.14/include/linux/mfd/wm831x/
H A Dpdata.h37 int trickle_ilim; /** Trickle charge current limit, in mA */
39 int eoc_iterm; /** End of trickle charge current, in mA */
40 int fast_ilim; /** Fast charge current limit, in mA */
/linux-4.4.14/drivers/cpuidle/
H A Dcpuidle-ux500.c55 /* The prcmu will be in charge of watching the interrupts ux500_enter_idle()
75 /* When we switch to retention, the prcmu is in charge ux500_enter_idle()
/linux-4.4.14/drivers/leds/
H A Dleds-hp6xx.c46 .default_trigger = "hp6xx-charge",
H A Dleds-locomo.c47 .name = "locomo:amber:charge",
/linux-4.4.14/drivers/gpu/drm/radeon/
H A Drs100d.h6 * Permission is hereby granted, free of charge, to any person obtaining a
H A Drv200d.h6 * Permission is hereby granted, free of charge, to any person obtaining a
H A Drv350d.h6 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dsi_blit_shaders.h4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Datom-types.h4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Davivod.h5 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dcayman_blit_shaders.h4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dcik_blit_shaders.h4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dclearstate_defs.h4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Devergreen_blit_shaders.h4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Devergreen_smc.h4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dr600_blit_shaders.h5 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dradeon_kfd.h4 * Permission is hereby granted, free of charge, to any person obtaining a
/linux-4.4.14/drivers/gpu/drm/tdfx/
H A Dtdfx_drv.h8 * Permission is hereby granted, free of charge, to any person obtaining a
/linux-4.4.14/drivers/gpu/drm/vgem/
H A Dvgem_drv.h5 * Permission is hereby granted, free of charge, to any person obtaining a
/linux-4.4.14/drivers/gpu/drm/virtio/
H A Dvirtgpu_debugfs.c5 * Permission is hereby granted, free of charge, to any person obtaining
/linux-4.4.14/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga3d_reg.h4 * Permission is hereby granted, free of charge, to any person
H A Dsvga_types.h4 * Permission is hereby granted, free of charge, to any person
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_reg.h6 * Permission is hereby granted, free of charge, to any person obtaining a
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/ce/
H A Dgm204.c4 * Permission is hereby granted, free of charge, to any person obtaining a
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Dacpi.c4 * Permission is hereby granted, free of charge, to any person obtaining a
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dbasegk104.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dbasegk110.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dbasegt200.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dbasegt215.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dchangf119.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dcoreg94.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dcoregk110.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dcoregm107.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dcoregm204.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dcoregt200.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dcoregt215.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dcursg84.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dcursgf119.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dcursgk104.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dcursgt215.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dg84.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dg94.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dgk104.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dgk110.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dgm107.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dgm204.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dgt200.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Doimmg84.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Doimmgf119.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Doimmgk104.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Doimmgt215.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dovlyg84.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dovlygt215.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Drootg84.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Drootg94.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Drootgk104.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Drootgk110.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Drootgm107.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Drootgm204.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Drootgt200.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Drootgt215.c4 * Permission is hereby granted, free of charge, to any person obtaining a
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/dma/
H A Dgf100.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dgf119.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dnv04.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dnv50.c4 * Permission is hereby granted, free of charge, to any person obtaining a
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dg84.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dgk208.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dgk20a.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dgm204.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dgm20b.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dgpfifogm204.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dnv10.c4 * Permission is hereby granted, free of charge, to any person obtaining a
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dgm206.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dgt200.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dgt215.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dmcp79.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dmcp89.c4 * Permission is hereby granted, free of charge, to any person obtaining a
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/
H A Dg84.c4 * Permission is hereby granted, free of charge, to any person obtaining a
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/mspdec/
H A Dbase.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dg98.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dgf100.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dgk104.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dgt215.c4 * Permission is hereby granted, free of charge, to any person obtaining a
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/msppp/
H A Dbase.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dg98.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dgf100.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dgt215.c4 * Permission is hereby granted, free of charge, to any person obtaining a
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/msvld/
H A Dbase.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dg98.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dgf100.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dgk104.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dgt215.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dmcp89.c4 * Permission is hereby granted, free of charge, to any person obtaining a
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/sw/
H A Dnv10.c4 * Permission is hereby granted, free of charge, to any person obtaining a
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/vp/
H A Dg84.c4 * Permission is hereby granted, free of charge, to any person obtaining a
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/bar/
H A Dg84.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dgk20a.c4 * Permission is hereby granted, free of charge, to any person obtaining a
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dbit.c4 * Permission is hereby granted, free of charge, to any person obtaining a
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dg84.c4 * Permission is hereby granted, free of charge, to any person obtaining a
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
H A Dgm107.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dnv1a.c4 * Permission is hereby granted, free of charge, to any person obtaining a
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dg84.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dgk104.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dgk20a.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dgm107.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dgt215.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dmcp77.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dmcp89.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dnv1a.c5 * Permission is hereby granted, free of charge, to any person obtaining
H A Dnv47.c5 * Permission is hereby granted, free of charge, to any person obtaining
H A Dnv49.c5 * Permission is hereby granted, free of charge, to any person obtaining
H A Dnv4e.c5 * Permission is hereby granted, free of charge, to any person obtaining
H A Dramgm107.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dramnv04.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dramnv10.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dramnv1a.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dramnv20.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dramnv41.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dramnv44.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dramnv49.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dramnv4e.c4 * Permission is hereby granted, free of charge, to any person obtaining a
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/fuse/
H A Dbase.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dgm107.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dnv50.c4 * Permission is hereby granted, free of charge, to any person obtaining a
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
H A Dgf117.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dgf119.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dgm204.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dnv04.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dnv4e.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dnv50.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dpadgf119.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dpadnv04.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dpadnv4e.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dpadnv50.c4 * Permission is hereby granted, free of charge, to any person obtaining a
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/ibus/
H A Dgf117.c4 * Permission is hereby granted, free of charge, to any person obtaining a
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/
H A Dgk104.c4 * Permission is hereby granted, free of charge, to any person obtaining a
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/mc/
H A Dg98.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dgk20a.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dnv44.c4 * Permission is hereby granted, free of charge, to any person obtaining a
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/pci/
H A Dg94.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dgf100.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dnv46.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dnv4c.c4 * Permission is hereby granted, free of charge, to any person obtaining a
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
H A Dgf100.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dgf119.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dgk208.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dgm107.c4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dgt215.c4 * Permission is hereby granted, free of charge, to any person obtaining a
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H A Dfannil.c4 * Permission is hereby granted, free of charge, to any person obtaining a
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/timer/
H A Dgk20a.c4 * Permission is hereby granted, free of charge, to any person obtaining a
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/volt/
H A Dnv40.c4 * Permission is hereby granted, free of charge, to any person obtaining a
/linux-4.4.14/drivers/gpu/drm/amd/include/
H A Datom-types.h4 * Permission is hereby granted, free of charge, to any person obtaining a
/linux-4.4.14/drivers/gpu/drm/gma500/
H A Dopregion.h4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dtc35876x-dsi-lvds.h4 * Permission is hereby granted, free of charge, to any person obtaining a
/linux-4.4.14/drivers/gpu/drm/i915/
H A Di915_gem_batch_pool.h4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Di915_gem_render_state.h4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dintel_renderstate.h4 * Permission is hereby granted, free of charge, to any person obtaining a
/linux-4.4.14/drivers/gpu/drm/nouveau/
H A Dnouveau_debugfs.c4 * Permission is hereby granted, free of charge, to any person obtaining
H A Dnouveau_hwmon.h4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dnouveau_platform.h4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Dnv50_display.h5 * Permission is hereby granted, free of charge, to any person obtaining
/linux-4.4.14/drivers/gpu/drm/nouveau/nvif/
H A Ddevice.c4 * Permission is hereby granted, free of charge, to any person obtaining a
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/core/
H A Denum.c6 * Permission is hereby granted, free of charge, to any person obtaining
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/bsp/
H A Dg84.c4 * Permission is hereby granted, free of charge, to any person obtaining a
/linux-4.4.14/include/xen/
H A Dxenbus_dev.h14 * Permission is hereby granted, free of charge, to any person obtaining a copy
/linux-4.4.14/include/drm/
H A Ddrm_cache.h6 * Permission is hereby granted, free of charge, to any person obtaining a
H A Ddrm_core.h4 * Permission is hereby granted, free of charge, to any person obtaining a
H A Ddrm_global.h6 * Permission is hereby granted, free of charge, to any person obtaining a

Completed in 2452 milliseconds

12345678910