/drivers/video/ |
D | vgastate.c | 50 struct regstate *saved = (struct regstate *) state->vidstate; in save_vga_text() local 89 saved->vga_font0[i] = vga_r(fbbase, i); in save_vga_text() 100 saved->vga_font1[i] = vga_r(fbbase, i); in save_vga_text() 111 saved->vga_text[i] = vga_r(fbbase, i); in save_vga_text() 119 saved->vga_text[8192+i] = vga_r(fbbase + 2 * 8192, i); in save_vga_text() 140 struct regstate *saved = (struct regstate *) state->vidstate; in restore_vga_text() local 175 vga_w(fbbase, i, saved->vga_font0[i]); in restore_vga_text() 186 vga_w(fbbase, i, saved->vga_font1[i]); in restore_vga_text() 197 vga_w(fbbase, i, saved->vga_text[i]); in restore_vga_text() 205 vga_w(fbbase, i, saved->vga_text[8192+i]); in restore_vga_text() [all …]
|
/drivers/gpu/drm/radeon/ |
D | atom.c | 179 int *ptr, uint32_t *saved, int print) in atom_get_src_int() argument 332 if (saved) in atom_get_src_int() 333 *saved = val; in atom_get_src_int() 434 int *ptr, uint32_t *saved, int print) in atom_get_dst() argument 439 ptr, saved, print); in atom_get_dst() 450 int *ptr, uint32_t val, uint32_t saved) in atom_put_dst() argument 459 saved &= ~atom_arg_mask[align]; in atom_put_dst() 460 val |= saved; in atom_put_dst() 591 uint32_t dst, src, saved; in atom_op_add() local 594 dst = atom_get_dst(ctx, arg, attr, ptr, &saved, 1); in atom_op_add() [all …]
|
D | radeon_device.c | 1820 bool saved = false; in radeon_gpu_reset() local 1844 saved = true; in radeon_gpu_reset() 1910 if (r && saved) in radeon_gpu_reset()
|
/drivers/gpu/drm/amd/amdgpu/ |
D | atom.c | 175 int *ptr, uint32_t *saved, int print) in atom_get_src_int() argument 328 if (saved) in atom_get_src_int() 329 *saved = val; in atom_get_src_int() 430 int *ptr, uint32_t *saved, int print) in atom_get_dst() argument 435 ptr, saved, print); in atom_get_dst() 446 int *ptr, uint32_t val, uint32_t saved) in atom_put_dst() argument 455 saved &= ~atom_arg_mask[align]; in atom_put_dst() 456 val |= saved; in atom_put_dst() 587 uint32_t dst, src, saved; in atom_op_add() local 590 dst = atom_get_dst(ctx, arg, attr, ptr, &saved, 1); in atom_op_add() [all …]
|
/drivers/input/misc/ |
D | adxl34x.c | 197 struct axis_triple saved; member 245 ac->saved.x = (s16) le16_to_cpu(buf[0]); in adxl34x_get_triple() 246 axis->x = ac->saved.x; in adxl34x_get_triple() 248 ac->saved.y = (s16) le16_to_cpu(buf[1]); in adxl34x_get_triple() 249 axis->y = ac->saved.y; in adxl34x_get_triple() 251 ac->saved.z = (s16) le16_to_cpu(buf[2]); in adxl34x_get_triple() 252 axis->z = ac->saved.z; in adxl34x_get_triple() 510 ac->hwcal.x -= (ac->saved.x / 4); in adxl34x_calibrate_store() 511 ac->swcal.x = ac->saved.x % 4; in adxl34x_calibrate_store() 513 ac->hwcal.y -= (ac->saved.y / 4); in adxl34x_calibrate_store() [all …]
|
/drivers/irqchip/ |
D | irq-sa11x0.c | 85 unsigned int saved; member 95 st->saved = 1; in sa1100irq_suspend() 112 if (st->saved) { in sa1100irq_resume()
|
/drivers/net/wireless/broadcom/b43legacy/ |
D | radio.c | 250 u16 saved; in b43legacy_radio_aci_detect() local 256 saved = b43legacy_phy_read(dev, 0x0403); in b43legacy_radio_aci_detect() 258 b43legacy_phy_write(dev, 0x0403, (saved & 0xFFF8) | 5); in b43legacy_radio_aci_detect() 262 rssi = saved & 0x3F; in b43legacy_radio_aci_detect() 275 b43legacy_phy_write(dev, 0x0403, saved); in b43legacy_radio_aci_detect() 389 u16 saved = 0xFFFF; in b43legacy_calc_nrssi_offset() local 456 if (v47F < 31 && saved == 0xFFFF) in b43legacy_calc_nrssi_offset() 457 saved = i; in b43legacy_calc_nrssi_offset() 459 if (saved == 0xFFFF) in b43legacy_calc_nrssi_offset() 460 saved = 4; in b43legacy_calc_nrssi_offset() [all …]
|
/drivers/acpi/ |
D | processor_driver.c | 73 int saved; in acpi_processor_notify() local 84 saved = pr->performance_platform_limit; in acpi_processor_notify() 86 if (saved == pr->performance_platform_limit) in acpi_processor_notify()
|
/drivers/iommu/ |
D | omap-iommu-debug.c | 116 struct iotlb_lock saved; in __dump_tlb_entries() local 121 iotlb_lock_get(obj, &saved); in __dump_tlb_entries() 129 iotlb_lock_set(obj, &saved); in __dump_tlb_entries()
|
/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_overlay.c | 44 struct drm_vmw_control_stream_arg saved; member 325 stream->saved = *arg; in vmw_overlay_update_stream() 351 stream->saved = *arg; in vmw_overlay_update_stream() 412 &stream->saved, false); in vmw_overlay_resume_all()
|
/drivers/net/ethernet/3com/ |
D | typhoon.c | 902 struct net_device_stats *saved = &tp->stats_saved; in typhoon_do_get_stats() local 920 saved->tx_packets; in typhoon_do_get_stats() 922 saved->tx_bytes; in typhoon_do_get_stats() 924 saved->tx_errors; in typhoon_do_get_stats() 926 saved->tx_carrier_errors; in typhoon_do_get_stats() 928 saved->collisions; in typhoon_do_get_stats() 930 saved->rx_packets; in typhoon_do_get_stats() 932 saved->rx_bytes; in typhoon_do_get_stats() 934 saved->rx_fifo_errors; in typhoon_do_get_stats() 937 saved->rx_errors; in typhoon_do_get_stats() [all …]
|
/drivers/net/wireless/broadcom/b43/ |
D | phy_g.c | 428 u16 saved = 0xFFFF; in b43_calc_nrssi_offset() local 484 if (v47F < 31 && saved == 0xFFFF) in b43_calc_nrssi_offset() 485 saved = i; in b43_calc_nrssi_offset() 487 if (saved == 0xFFFF) in b43_calc_nrssi_offset() 488 saved = 4; in b43_calc_nrssi_offset() 528 if (v47F > -31 && saved == 0xFFFF) in b43_calc_nrssi_offset() 529 saved = i; in b43_calc_nrssi_offset() 531 if (saved == 0xFFFF) in b43_calc_nrssi_offset() 532 saved = 3; in b43_calc_nrssi_offset() 534 saved = 0; in b43_calc_nrssi_offset() [all …]
|
/drivers/net/wireless/zydas/zd1211rw/ |
D | Kconfig | 17 messages being saved to your kernel logs, which may help debug any
|
/drivers/gpu/drm/nouveau/dispnv04/ |
D | crtc.c | 664 struct nv04_mode_state *saved = &nv04_display(dev)->saved_reg; in nv_crtc_save() local 665 struct nv04_crtc_reg *crtc_saved = &saved->crtc_reg[nv_crtc->index]; in nv_crtc_save() 670 nouveau_hw_save_state(crtc->dev, nv_crtc->index, saved); in nv_crtc_save() 673 state->sel_clk = saved->sel_clk & ~(0x5 << 16); in nv_crtc_save() 675 state->pllsel = saved->pllsel & ~(PLLSEL_VPLL1_MASK | PLLSEL_VPLL2_MASK | PLLSEL_TV_MASK); in nv_crtc_save()
|
/drivers/char/mwave/ |
D | README | 5 are not saved by the BIOS and so do not persist after unload and reload.
|
/drivers/net/usb/ |
D | lan78xx.c | 293 struct lan78xx_statstage saved; member 453 if (struct1->member < dev_stats.saved.member) \ 508 memcpy(&dev->stats.saved, stats, sizeof(struct lan78xx_statstage)); in lan78xx_check_stat_rollover() 623 u32 saved; in lan78xx_read_raw_eeprom() local 631 saved = val; in lan78xx_read_raw_eeprom() 667 ret = lan78xx_write_reg(dev, HW_CFG, saved); in lan78xx_read_raw_eeprom() 691 u32 saved; in lan78xx_write_raw_eeprom() local 699 saved = val; in lan78xx_write_raw_eeprom() 749 ret = lan78xx_write_reg(dev, HW_CFG, saved); in lan78xx_write_raw_eeprom()
|
/drivers/tty/vt/ |
D | defkeymap.map | 11 # be saved by mapping AltGr to Alt (and adapting a few entries):
|
/drivers/net/wireless/atmel/ |
D | at76c50x-usb.c | 559 u8 saved; in at76_get_op_mode() local 569 saved = *op_mode; in at76_get_op_mode() 577 return saved; in at76_get_op_mode()
|
/drivers/staging/lustre/lustre/ptlrpc/ |
D | client.c | 2446 struct ptlrpc_request *req, *saved; in ptlrpc_free_committed() local 2469 list_for_each_entry_safe(req, saved, &imp->imp_replay_list, in ptlrpc_free_committed() 2505 list_for_each_entry_safe(req, saved, &imp->imp_committed_list, in ptlrpc_free_committed()
|
/drivers/mtd/ |
D | Kconfig | 308 suitable for swapping. The mapping of written blocks is not saved.
|
/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
D | hub.fuc | 448 // strand context is saved (and presumably restored) incorrectly..
|
/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 125 * the QINFIFO next pointer will not match our saved 855 * modify the saved values in the SCB until we see a save 1727 * we can only ack the message after SHADDR has been saved. On these
|
D | aic79xx.seq | 1837 * In H2A4, the mode pointer is not saved
|
/drivers/parisc/ |
D | sba_iommu.c | 842 d = &(ioc->saved[ioc->saved_cnt]); in sba_unmap_page()
|
/drivers/ata/ |
D | Kconfig | 71 end user's experience of the ODD, only power is saved when
|