/drivers/misc/sgi-gru/ |
D | grumain.c | 451 static void gru_load_context_data(void *save, void *grubase, int ctxnum, in gru_load_context_data() argument 465 save += gru_copy_handle(cb, save); in gru_load_context_data() 466 save += gru_copy_handle(cbe + i * GRU_HANDLE_STRIDE, save); in gru_load_context_data() 470 memcpy(gseg + GRU_DS_BASE, save, length); in gru_load_context_data() 473 static void gru_unload_context_data(void *save, void *grubase, int ctxnum, in gru_unload_context_data() argument 487 save += gru_copy_handle(save, cb); in gru_unload_context_data() 488 save += gru_copy_handle(save, cbe + i * GRU_HANDLE_STRIDE); in gru_unload_context_data() 491 memcpy(save, gseg + GRU_DS_BASE, length); in gru_unload_context_data()
|
D | grukservices.c | 342 int half, qlines, save; in send_message_queue_full() local 354 save = *(int *)mesg; in send_message_queue_full() 359 *(int *)mesg = save; in send_message_queue_full()
|
/drivers/spi/ |
D | spidev.c | 370 u8 save = spi->mode; in spidev_ioctl() local 381 spi->mode = save; in spidev_ioctl() 389 u8 save = spi->mode; in spidev_ioctl() local 397 spi->mode = save; in spidev_ioctl() 406 u8 save = spi->bits_per_word; in spidev_ioctl() local 411 spi->bits_per_word = save; in spidev_ioctl() 419 u32 save = spi->max_speed_hz; in spidev_ioctl() local 424 spi->max_speed_hz = save; in spidev_ioctl()
|
/drivers/video/aty/ |
D | radeon_base.c | 1207 struct radeon_regs *save) in radeon_save_state() argument 1210 save->crtc_gen_cntl = INREG(CRTC_GEN_CNTL); in radeon_save_state() 1211 save->crtc_ext_cntl = INREG(CRTC_EXT_CNTL); in radeon_save_state() 1212 save->crtc_more_cntl = INREG(CRTC_MORE_CNTL); in radeon_save_state() 1213 save->dac_cntl = INREG(DAC_CNTL); in radeon_save_state() 1214 save->crtc_h_total_disp = INREG(CRTC_H_TOTAL_DISP); in radeon_save_state() 1215 save->crtc_h_sync_strt_wid = INREG(CRTC_H_SYNC_STRT_WID); in radeon_save_state() 1216 save->crtc_v_total_disp = INREG(CRTC_V_TOTAL_DISP); in radeon_save_state() 1217 save->crtc_v_sync_strt_wid = INREG(CRTC_V_SYNC_STRT_WID); in radeon_save_state() 1218 save->crtc_pitch = INREG(CRTC_PITCH); in radeon_save_state() [all …]
|
D | radeonfb.h | 445 u32 save, tmp; in radeon_pll_errata_after_data() local 446 save = INREG(CLOCK_CNTL_INDEX); in radeon_pll_errata_after_data() 447 tmp = save & ~(0x3f | PLL_WR_EN); in radeon_pll_errata_after_data() 450 OUTREG(CLOCK_CNTL_INDEX, save); in radeon_pll_errata_after_data()
|
/drivers/mfd/ |
D | sm501.c | 258 unsigned long save; in sm501_misc_control() local 261 spin_lock_irqsave(&sm->reg_lock, save); in sm501_misc_control() 273 spin_unlock_irqrestore(&sm->reg_lock, save); in sm501_misc_control() 292 unsigned long save; in sm501_modify_reg() local 294 spin_lock_irqsave(&sm->reg_lock, save); in sm501_modify_reg() 303 spin_unlock_irqrestore(&sm->reg_lock, save); in sm501_modify_reg() 938 unsigned long save; in sm501_gpio_set() local 944 spin_lock_irqsave(&smgpio->lock, save); in sm501_gpio_set() 954 spin_unlock_irqrestore(&smgpio->lock, save); in sm501_gpio_set() 963 unsigned long save; in sm501_gpio_input() local [all …]
|
/drivers/video/console/ |
D | promcon.c | 240 unsigned char save; in promcon_putcs() local 254 save = scr_readw((unsigned short *)(conp->vc_origin in promcon_putcs() 272 if (inverted(save)) in promcon_putcs() 273 b += sprintf(b, "\033[7m%c\033[m", save); in promcon_putcs() 275 b += sprintf(b, "%c", save); in promcon_putcs() 310 save = scr_readw(s++); in promcon_putcs() 311 b += sprintf(b, "%c\b\033[@%c", scr_readw(s++), save); in promcon_putcs()
|
/drivers/char/ |
D | ser_a2232fw.ax | 155 sta CommonCDb ; save current state ; 158 jmp =over ; skip CD save ; 161 bpl =over ; not done yet, so skip CD save ; 164 sta cdbuf,x ; save status in buffer ; 169 sta CommonCDo ; save state for the next check ; 184 sta XonOff\1 ; save it ; 205 sta OutTail\1 ; save as tail ; 224 sta ictl\1,x ; save it in InCtl buffer ; 226 sta ibuf\1,x ; save it as well ; 237 sta ibuf\1,x ; save char in buffer ;
|
/drivers/media/video/bt8xx/ |
D | bttv-gpio.c | 108 struct bttv_sub_device *sub, *save; in bttv_sub_del_devices() local 110 list_for_each_entry_safe(sub, save, &core->subs, list) { in bttv_sub_del_devices()
|
/drivers/video/logo/ |
D | logo_blackfin_clut224.ppm | 3 # gimp linux_bf.svg (create 80x80 save as linux_bf.ppm)
|
D | logo_blackfin_vga16.ppm | 3 # gimp linux_bf.svg (create 80x80 save as linux_bf.ppm)
|
/drivers/hwmon/ |
D | w83781d.c | 1819 int val, save, found = 0; in w83781d_isa_found() local 1847 save = inb_p(address + W83781D_ADDR_REG_OFFSET); in w83781d_isa_found() 1848 if (save & 0x80) { in w83781d_isa_found() 1852 val = ~save & 0x7f; in w83781d_isa_found() 1855 outb_p(save, address + W83781D_ADDR_REG_OFFSET); in w83781d_isa_found() 1868 save = inb_p(address + W83781D_DATA_REG_OFFSET); in w83781d_isa_found() 1871 if ((!(save & 0x80) && (val != 0xa3)) in w83781d_isa_found() 1872 || ((save & 0x80) && (val != 0x5c))) { in w83781d_isa_found() 1891 save = inb_p(address + W83781D_DATA_REG_OFFSET); in w83781d_isa_found() 1892 outb_p(save & 0xf8, address + W83781D_DATA_REG_OFFSET); in w83781d_isa_found()
|
D | lm78.c | 872 int val, save, found = 0; in lm78_isa_found() local 898 save = inb_p(address + LM78_ADDR_REG_OFFSET); in lm78_isa_found() 899 if (save & 0x80) in lm78_isa_found() 901 val = ~save & 0x7f; in lm78_isa_found() 904 outb_p(save, address + LM78_ADDR_REG_OFFSET); in lm78_isa_found()
|
/drivers/gpu/drm/i915/ |
D | dvo.h | 75 void (*save)(struct intel_dvo_device *dvo); member
|
D | intel_dvo.c | 111 dvo->dev_ops->save(dvo); in intel_dvo_save() 319 .save = intel_dvo_save,
|
D | dvo_sil164.c | 299 .save = sil164_save,
|
/drivers/char/hw_random/ |
D | n2-asm.S | 29 save %sp, -192, %sp
|
/drivers/sn/ |
D | ioc3.c | 337 int save = 0, loops = 3; in probe_nic() local 345 addr = first = nic_find(idd, &save, 0); in probe_nic() 363 addr = nic_find(idd, &save, addr); in probe_nic()
|
/drivers/video/vermilion/ |
D | cr_pll.c | 146 .save = crvml_sys_save,
|
D | vermilion.h | 240 int (*save) (struct vml_sys * sys); member
|
/drivers/pnp/ |
D | Kconfig | 32 This option allows you to save a bit of space if you do not want
|
/drivers/scsi/libsas/ |
D | Kconfig | 48 N here if you want to save the few kb this consumes.
|
/drivers/char/agp/ |
D | uninorth-agp.c | 39 char *save = aperture; in uninorth_fetch_size() local 42 aperture = save; in uninorth_fetch_size()
|
/drivers/mmc/card/ |
D | Kconfig | 42 save power when theres an SD card inserted but not being used.
|
/drivers/regulator/ |
D | Kconfig | 14 output in order to save power and prolong battery life. This applies
|