/linux-2.4.37.9/drivers/block/paride/ |
D | pg.c | 626 int hs = sizeof(hdr); in pg_write() local 629 if (count < hs) return -EINVAL; in pg_write() 631 if (copy_from_user((char *)&hdr, buf, hs)) in pg_write() 636 if ((count - hs) > PG_MAX_DATA) return -EINVAL; in pg_write() 639 if (count != hs) return -EINVAL; in pg_write() 656 if (copy_from_user(PG.bufptr, buf + hs, count - hs)) in pg_write() 667 int hs = sizeof(hdr); in pg_read() local 671 if (count < hs) return -EINVAL; in pg_read() 685 if (copy > (count - hs)) copy = count - hs; in pg_read() 691 if (copy_to_user(buf, (char *)&hdr, hs)) in pg_read() [all …]
|
/linux-2.4.37.9/arch/x86_64/tools/ |
D | Makefile | 24 rm -f offset.[hs] $(TARGET).new offset.tmp 27 rm -f offset.[hs] $(TARGET)
|
/linux-2.4.37.9/drivers/video/matrox/ |
D | matroxfb_misc.c | 225 unsigned int hd, hs, he, hbe, ht; in matroxfb_vgaHWinit() local 301 hs = m->HSyncStart / fwidth; in matroxfb_vgaHWinit() 307 hs = m->HSyncStart >> 3; in matroxfb_vgaHWinit() 317 hs >>= 1; in matroxfb_vgaHWinit() 326 hs <<= 1; in matroxfb_vgaHWinit() 332 hs = hs - 1; in matroxfb_vgaHWinit() 355 hw->CRTCEXT[5] = (hs + he - ht) >> 1; in matroxfb_vgaHWinit() 363 ((hs & 0x100) >> 6) | /* sync start */ in matroxfb_vgaHWinit() 383 hw->CRTC[4] = hs; in matroxfb_vgaHWinit()
|
/linux-2.4.37.9/drivers/usb/gadget/ |
D | zero.c | 396 #define ep_desc(g,hs,fs) (((g)->speed==USB_SPEED_HIGH)?(hs):(fs)) argument 401 #define ep_desc(g,hs,fs) fs argument 449 int hs = (gadget->speed == USB_SPEED_HIGH); in config_buf() local 459 hs = !hs; in config_buf() 460 if (hs) in config_buf()
|
D | ether.c | 863 #define ep_desc(g,hs,fs) (((g)->speed==USB_SPEED_HIGH)?(hs):(fs)) argument 868 #define ep_desc(g,hs,fs) fs argument 926 int hs = (speed == USB_SPEED_HIGH); in config_buf() local 929 hs = !hs; in config_buf() 930 #define which_fn(t) (hs ? hs_ ## t ## _function : fs_ ## t ## _function) in config_buf()
|
D | file_storage.c | 980 #define ep_desc(g,fs,hs) (((g)->speed==USB_SPEED_HIGH) ? (hs) : (fs)) argument 985 #define ep_desc(g,fs,hs) fs argument
|
/linux-2.4.37.9/drivers/video/ |
D | acornfb.c | 673 unsigned long hs, vs; in acornfb_validate_timing() local 682 hs = 1953125000 / var->pixclock; in acornfb_validate_timing() 683 hs = hs * 512 / in acornfb_validate_timing() 685 vs = hs / in acornfb_validate_timing() 689 hs >= monspecs->hfmin && hs <= monspecs->hfmax) ? 0 : -EINVAL; in acornfb_validate_timing() 1619 unsigned long hs; in acornfb_init() local 1621 hs = modedb[i].refresh * in acornfb_init() 1628 hs >= fb_info.monspecs.hfmin && in acornfb_init() 1629 hs <= fb_info.monspecs.hfmax) { in acornfb_init()
|
D | amifb.c | 3072 u_short hs, vs, ve; in ami_set_sprite() local 3089 hs = par->diwstrt_h + (mx<<par->clk_shift) - 4; in ami_set_sprite() 3094 lofsprite[0] = spr2hw_pos(vs, hs); in ami_set_sprite() 3095 shfsprite[0] = spr2hw_pos(vs+1, hs); in ami_set_sprite() 3097 lofsprite[1<<par->crsr.fmode] = spr2hw_ctl(vs, hs, ve); in ami_set_sprite() 3098 shfsprite[1<<par->crsr.fmode] = spr2hw_ctl(vs+1, hs, ve+1); in ami_set_sprite() 3101 lofsprite[1<<par->crsr.fmode] = spr2hw_ctl(vs, hs, ve+1); in ami_set_sprite() 3102 shfsprite[1<<par->crsr.fmode] = spr2hw_ctl(vs+1, hs, ve); in ami_set_sprite() 3105 lofsprite[0] = spr2hw_pos(vs, hs) | (IS_AGA && (par->fmode & FMODE_BSCAN2) ? 0x80 : 0); in ami_set_sprite() 3106 lofsprite[1<<par->crsr.fmode] = spr2hw_ctl(vs, hs, ve); in ami_set_sprite()
|
D | tdfxfb.c | 1293 u32 hd, hs, he, ht, hbs, hbe; in tdfxfb_set_par() local 1328 hs = (par->hsyncsta >> 3) - 1; in tdfxfb_set_par() 1397 reg.crt[0x04] = hs; in tdfxfb_set_par() 1434 ((hs & 0x100) >> 2) | in tdfxfb_set_par()
|
/linux-2.4.37.9/arch/mips/tools/ |
D | Makefile | 19 rm -f offset.[hs] $(TARGET).new
|
/linux-2.4.37.9/arch/sh/lib/ |
D | div64.S | 16 cmp/hs r6, r1
|
D | checksum.S | 124 cmp/hs r1, r5 325 cmp/hs r1,r6
|
/linux-2.4.37.9/arch/sh/kernel/ |
D | head.S | 62 9: cmp/hs r2, r1
|
D | entry.S | 425 cmp/hs r10, r9
|
/linux-2.4.37.9/drivers/video/intel/ |
D | intelfbhw.c | 839 u32 *vs, *vb, *vt, *hs, *hb, *ht, *ss, *pipe_conf; in intelfbhw_mode_to_hw() local 860 hs = &hw->hsync_b; in intelfbhw_mode_to_hw() 872 hs = &hw->hsync_a; in intelfbhw_mode_to_hw() 1026 *hs = (hsync_start << HSYNCSTART_SHIFT) | (hsync_end << HSYNCEND_SHIFT); in intelfbhw_mode_to_hw() 1065 const u32 *hs, *ht, *hb, *vs, *vt, *vb, *ss; in intelfbhw_program_mode() local 1093 hs = &hw->hsync_b; in intelfbhw_program_mode() 1116 hs = &hw->hsync_a; in intelfbhw_program_mode() 1169 OUTREG(hsync_reg, *hs); in intelfbhw_program_mode()
|
/linux-2.4.37.9/drivers/net/ |
D | bsd_comp.c | 127 } hs; member 1033 *--p = dictp->f.hs.suffix; in bsd_decompress() 1034 finchar = dictp->f.hs.prefix; in bsd_decompress()
|
/linux-2.4.37.9/arch/parisc/ |
D | Makefile | 83 CLEAN_FILES := $(CLEAN_FILES) arch/parisc/tools/offset.[hs]
|
/linux-2.4.37.9/net/bluetooth/ |
D | hci_core.c | 1095 hci_sco_hdr hs; in hci_send_sco() local 1104 hs.handle = __cpu_to_le16(conn->handle); in hci_send_sco() 1105 hs.dlen = skb->len; in hci_send_sco() 1108 memcpy(skb->h.raw, &hs, HCI_SCO_HDR_SIZE); in hci_send_sco()
|
/linux-2.4.37.9/net/ipv4/netfilter/ |
D | ip_nat_core.c | 70 unsigned int hs, hp; in ip_nat_cleanup_conntrack() local 78 hs = hash_by_src(&conn->tuplehash[IP_CT_DIR_ORIGINAL].tuple.src, in ip_nat_cleanup_conntrack() 88 LIST_DELETE(&bysource[hs], &info->bysource); in ip_nat_cleanup_conntrack()
|
/linux-2.4.37.9/drivers/atm/ |
D | zatm.c | 1703 struct zatm_t_hist hs[ZATM_TIMER_HISTORY_SIZE]; in zatm_ioctl() local 1707 hs[i] = zatm_dev->timer_history[ in zatm_ioctl() 1712 hs, sizeof(hs)) ? -EFAULT : 0; in zatm_ioctl()
|
/linux-2.4.37.9/arch/sh/mm/ |
D | clear_page.S | 123 cmp/hs r3, r2
|
/linux-2.4.37.9/drivers/hotplug/ |
D | ibmphp_core.c | 1263 static int enable_slot (struct hotplug_slot *hs) in enable_slot() argument 1274 slot_cur = (struct slot *) hs->private; in enable_slot()
|
/linux-2.4.37.9/fs/hfs/ |
D | ChangeLog | 1214 Remove the unneeded 'hs' field from (struct hfs_mdb).
|
/linux-2.4.37.9/Documentation/ |
D | Configure.help | 17871 /dev/[hs]d?1) on each of your drives. Please read the file 29348 # LocalWords: Yellowfin gsfc nasa gov yellowfin pcnet Mylex LNE lne EtherH hs
|