/linux-2.4.37.9/drivers/video/ |
D | skeletonfb.c | 39 struct fb_info_gen gen; member 305 fb_info.gen.fbhw = &xxx_switch; in xxxfb_init() 306 fb_info.gen.fbhw->detect(); in xxxfb_init() 307 strcpy(fb_info.gen.info.modename, "XXX"); in xxxfb_init() 308 fb_info.gen.info.changevar = NULL; in xxxfb_init() 309 fb_info.gen.info.node = -1; in xxxfb_init() 310 fb_info.gen.info.fbops = &xxxfb_ops; in xxxfb_init() 311 fb_info.gen.info.disp = &disp; in xxxfb_init() 312 fb_info.gen.info.switch_con = &xxxfb_switch; in xxxfb_init() 313 fb_info.gen.info.updatevar = &xxxfb_update_var; in xxxfb_init() [all …]
|
D | hitfb.c | 46 struct fb_info_gen gen; member 346 strcpy(fb_info.gen.info.modename, "Hitachi HD64461"); in hitfb_init() 347 fb_info.gen.info.node = -1; in hitfb_init() 348 fb_info.gen.info.flags = FBINFO_FLAG_DEFAULT; in hitfb_init() 349 fb_info.gen.info.fbops = &hitfb_ops; in hitfb_init() 350 fb_info.gen.info.disp = &fb_info.disp; in hitfb_init() 351 fb_info.gen.info.changevar = NULL; in hitfb_init() 352 fb_info.gen.info.switch_con = &fbgen_switch; in hitfb_init() 353 fb_info.gen.info.updatevar = &fbgen_update_var; in hitfb_init() 354 fb_info.gen.info.blank = &fbgen_blank; in hitfb_init() [all …]
|
D | epson1355fb.c | 77 struct fb_info_gen gen; member 499 fb_info.gen.fbhw = &e1355_switch; in e1355fb_init() 500 fb_info.gen.fbhw->detect(); in e1355fb_init() 501 strcpy(fb_info.gen.info.modename, "SED1355"); in e1355fb_init() 502 fb_info.gen.info.changevar = NULL; in e1355fb_init() 503 fb_info.gen.info.node = -1; in e1355fb_init() 504 fb_info.gen.info.fbops = &e1355fb_ops; in e1355fb_init() 505 fb_info.gen.info.disp = &disp; in e1355fb_init() 506 fb_info.gen.parsize = sizeof(struct e1355_par); in e1355fb_init() 507 fb_info.gen.info.switch_con = &fbgen_switch; in e1355fb_init() [all …]
|
D | au1100fb.c | 76 struct fb_info_gen gen; member 580 fb_info.gen.parsize = sizeof(struct au1100fb_par); in au1100fb_init() 581 fb_info.gen.fbhw = &au1100_switch; in au1100fb_init() 583 strcpy(fb_info.gen.info.modename, "Au1100 LCD"); in au1100fb_init() 584 fb_info.gen.info.changevar = NULL; in au1100fb_init() 585 fb_info.gen.info.node = -1; in au1100fb_init() 587 fb_info.gen.info.fbops = &au1100fb_ops; in au1100fb_init() 588 fb_info.gen.info.disp = &disp; in au1100fb_init() 589 fb_info.gen.info.switch_con = &fbgen_switch; in au1100fb_init() 590 fb_info.gen.info.updatevar = &fbgen_update_var; in au1100fb_init() [all …]
|
D | tgafb.c | 312 strcpy(fix->id, fb_info.gen.info.modename); in tgafb_encode_fix() 940 fb_info.gen.info.node = -1; in tgafb_init() 941 fb_info.gen.info.flags = FBINFO_FLAG_DEFAULT; in tgafb_init() 942 fb_info.gen.info.fbops = &tgafb_ops; in tgafb_init() 943 fb_info.gen.info.disp = &disp; in tgafb_init() 944 fb_info.gen.info.changevar = NULL; in tgafb_init() 945 fb_info.gen.info.switch_con = &fbgen_switch; in tgafb_init() 946 fb_info.gen.info.updatevar = &fbgen_update_var; in tgafb_init() 947 fb_info.gen.info.blank = &fbgen_blank; in tgafb_init() 948 strcpy(fb_info.gen.info.fontname, default_fontname); in tgafb_init() [all …]
|
D | it8181fb.c | 197 struct fb_info_gen gen; member 1230 p->gen.parsize = sizeof (struct it8181fb_par); in it8181fb_init() 1231 p->gen.fbhw = &it8181fb_hwswitch; in it8181fb_init() 1233 strcpy(p->gen.info.modename, "ITE "); in it8181fb_init() 1234 strcat(p->gen.info.modename, it8181fb_name); in it8181fb_init() 1235 p->gen.info.changevar = NULL; in it8181fb_init() 1236 p->gen.info.node = -1; in it8181fb_init() 1238 p->gen.info.fbops = &it8181fb_ops; in it8181fb_init() 1239 p->gen.info.disp = &p->disp; in it8181fb_init() 1240 p->gen.info.switch_con = &fbgen_switch; in it8181fb_init() [all …]
|
D | tridentfb.c | 58 struct fb_info_gen gen; member 1352 fb_info.gen.parsize = sizeof (struct tridentfb_par); in trident_pci_probe() 1353 fb_info.gen.fbhw = &trident_hwswitch; in trident_pci_probe() 1355 strcpy(fb_info.gen.info.modename, tridentfb_name); in trident_pci_probe() 1361 fb_info.gen.info.changevar = NULL; in trident_pci_probe() 1362 fb_info.gen.info.node = NODEV; in trident_pci_probe() 1363 fb_info.gen.info.fbops = &tridentfb_ops; in trident_pci_probe() 1364 fb_info.gen.info.disp = &disp; in trident_pci_probe() 1366 fb_info.gen.info.switch_con = &fbgen_switch; in trident_pci_probe() 1367 fb_info.gen.info.updatevar = &fbgen_update_var; in trident_pci_probe() [all …]
|
D | pm2fb.c | 228 struct fb_info_gen gen; member 2081 fb_info.gen.parsize=sizeof(struct pm2fb_par); in pm2fb_init() 2082 fb_info.gen.fbhw=&pm2fb_hwswitch; in pm2fb_init() 2083 strcpy(fb_info.gen.info.modename, permedia2_name); in pm2fb_init() 2084 fb_info.gen.info.flags=FBINFO_FLAG_DEFAULT; in pm2fb_init() 2085 fb_info.gen.info.fbops=&pm2fb_ops; in pm2fb_init() 2086 fb_info.gen.info.disp=&fb_info.disp; in pm2fb_init() 2087 strcpy(fb_info.gen.info.fontname, pm2fb_options.font); in pm2fb_init() 2088 fb_info.gen.info.switch_con=&fbgen_switch; in pm2fb_init() 2089 fb_info.gen.info.updatevar=&fbgen_update_var; in pm2fb_init() [all …]
|
D | clgenfb.c | 373 struct fb_info_gen gen; member 2796 fb_info->gen.parsize = sizeof (struct clgenfb_par); in clgenfb_init() 2797 fb_info->gen.fbhw = &clgen_hwswitch; in clgenfb_init() 2799 strncpy (fb_info->gen.info.modename, clgen_board_info[btype].name, in clgenfb_init() 2800 sizeof (fb_info->gen.info.modename)); in clgenfb_init() 2801 fb_info->gen.info.modename [sizeof (fb_info->gen.info.modename) - 1] = 0; in clgenfb_init() 2803 fb_info->gen.info.node = -1; in clgenfb_init() 2804 fb_info->gen.info.fbops = &clgenfb_ops; in clgenfb_init() 2805 fb_info->gen.info.disp = &disp; in clgenfb_init() 2806 fb_info->gen.info.changevar = NULL; in clgenfb_init() [all …]
|
D | pm3fb.c | 138 struct fb_info_gen gen; member 1600 strcpy(l_fb_info->gen.info.modename, permedia3_name); in pm3fb_common_init() 1602 l_fb_info->gen.parsize = sizeof(struct pm3fb_par); in pm3fb_common_init() 1603 l_fb_info->gen.info.changevar = NULL; in pm3fb_common_init() 1604 l_fb_info->gen.info.node = B_FREE; in pm3fb_common_init() 1605 l_fb_info->gen.info.fbops = &pm3fb_ops; in pm3fb_common_init() 1606 l_fb_info->gen.info.disp = &(disp[l_fb_info->board_num]); in pm3fb_common_init() 1608 strcpy(l_fb_info->gen.info.fontname, in pm3fb_common_init() 1610 l_fb_info->gen.info.switch_con = &fbgen_switch; in pm3fb_common_init() 1611 l_fb_info->gen.info.updatevar = &fbgen_update_var; /* */ in pm3fb_common_init() [all …]
|
D | tgafb.h | 174 struct fb_info_gen gen; member
|
/linux-2.4.37.9/drivers/zorro/ |
D | Makefile | 23 devlist.h: zorro.ids gen-devlist 24 ./gen-devlist <zorro.ids 26 gen-devlist: gen-devlist.c 27 $(HOSTCC) $(HOSTCFLAGS) -o gen-devlist gen-devlist.c
|
/linux-2.4.37.9/drivers/pci/ |
D | Makefile | 41 devlist.h classlist.h: pci.ids gen-devlist 42 ./gen-devlist <pci.ids 44 gen-devlist: gen-devlist.c 45 $(HOSTCC) $(HOSTCFLAGS) -o gen-devlist gen-devlist.c
|
/linux-2.4.37.9/fs/xfs/ |
D | xfs_trans_ail.c | 103 int gen; in xfs_trans_push_ail() local 112 lip = xfs_trans_first_ail(mp, &gen); in xfs_trans_push_ail() 191 lip = xfs_trans_next_ail(mp, lip, &gen, &restarts); in xfs_trans_push_ail() 398 int *gen) in xfs_trans_first_ail() argument 403 *gen = (int)mp->m_ail_gen; in xfs_trans_first_ail() 419 int *gen, in xfs_trans_next_ail() argument 424 ASSERT(mp && lip && gen); in xfs_trans_next_ail() 425 if (mp->m_ail_gen == *gen) { in xfs_trans_next_ail() 429 *gen = (int)mp->m_ail_gen; in xfs_trans_next_ail()
|
D | xfs_log_recover.c | 76 #define xlog_recover_check_ail(mp, lip, gen) argument 2744 int gen; in xlog_recover_do_efd_trans() local 2765 lip = xfs_trans_first_ail(mp, &gen); in xlog_recover_do_efd_trans() 2778 lip = xfs_trans_next_ail(mp, lip, &gen, NULL); in xlog_recover_do_efd_trans() 3080 int gen) in xlog_recover_check_ail() argument 3082 int orig_gen = gen; in xlog_recover_check_ail() 3086 lip = xfs_trans_next_ail(mp, lip, &gen, NULL); in xlog_recover_check_ail() 3093 ASSERT(gen == orig_gen); in xlog_recover_check_ail() 3122 int gen; in xlog_recover_process_efis() local 3129 lip = xfs_trans_first_ail(mp, &gen); in xlog_recover_process_efis() [all …]
|
/linux-2.4.37.9/scripts/ |
D | docgen | 5 X=`$TOPDIR/scripts/gen-all-syms "$*"` 8 X=`${scripts_objtree}gen-all-syms "$*"`
|
/linux-2.4.37.9/drivers/scsi/ |
D | gdth.c | 5428 gdth_ioctl_general gen; in ioc_general() local 5441 if (copy_from_user(&gen, (char *)arg, sizeof(gdth_ioctl_general)) || in ioc_general() 5442 gen.ionode >= gdth_ctr_count) in ioc_general() 5444 hanum = gen.ionode; in ioc_general() 5446 if (gen.data_len + gen.sense_len != 0) { in ioc_general() 5447 if (!(buf = gdth_ioctl_alloc(hanum, gen.data_len + gen.sense_len, in ioc_general() 5451 gen.data_len + gen.sense_len)) { in ioc_general() 5452 gdth_ioctl_free(hanum, gen.data_len+gen.sense_len, buf, paddr); in ioc_general() 5456 if (gen.command.OpCode == GDT_IOCTL) { in ioc_general() 5457 gen.command.u.ioctl.p_param = paddr; in ioc_general() [all …]
|
/linux-2.4.37.9/arch/arm/tools/ |
D | Makefile | 10 $(TOPDIR)/include/asm-arm/mach-types.h: mach-types gen-mach-types 11 awk -f gen-mach-types mach-types > $@
|
/linux-2.4.37.9/drivers/message/i2o/ |
D | i2o_lan.c | 1046 priv->stats.gen.tx_packets = val64[0]; in i2o_lan_get_stats() 1047 priv->stats.gen.tx_bytes = val64[1]; in i2o_lan_get_stats() 1048 priv->stats.gen.rx_packets = val64[2]; in i2o_lan_get_stats() 1049 priv->stats.gen.rx_bytes = val64[3]; in i2o_lan_get_stats() 1050 priv->stats.gen.tx_errors = val64[4]; in i2o_lan_get_stats() 1051 priv->stats.gen.rx_errors = val64[5]; in i2o_lan_get_stats() 1052 priv->stats.gen.rx_dropped = val64[6]; in i2o_lan_get_stats() 1065 priv->stats.gen.multicast = val64[4]; in i2o_lan_get_stats() 1066 priv->stats.gen.rx_length_errors = val64[10]; in i2o_lan_get_stats() 1067 priv->stats.gen.rx_crc_errors = val64[0]; in i2o_lan_get_stats() [all …]
|
/linux-2.4.37.9/include/asm-sparc/ |
D | obio.h | 226 extern __inline__ void cc_set_igen(unsigned gen) in cc_set_igen() argument 229 "r" (gen), in cc_set_igen()
|
/linux-2.4.37.9/drivers/net/ |
D | defxx.c | 1812 bp->stats.gen.rx_packets = bp->rcv_total_frames; in dfx_ctl_get_stats() 1813 bp->stats.gen.tx_packets = bp->xmt_total_frames; in dfx_ctl_get_stats() 1814 bp->stats.gen.rx_bytes = bp->rcv_total_bytes; in dfx_ctl_get_stats() 1815 bp->stats.gen.tx_bytes = bp->xmt_total_bytes; in dfx_ctl_get_stats() 1816 bp->stats.gen.rx_errors = bp->rcv_crc_errors + in dfx_ctl_get_stats() 1819 bp->stats.gen.tx_errors = bp->xmt_length_errors; in dfx_ctl_get_stats() 1820 bp->stats.gen.rx_dropped = bp->rcv_discards; in dfx_ctl_get_stats() 1821 bp->stats.gen.tx_dropped = bp->xmt_discards; in dfx_ctl_get_stats() 1822 bp->stats.gen.multicast = bp->rcv_multicast_frames; in dfx_ctl_get_stats() 1823 bp->stats.gen.collisions = 0; /* always zero (0) for FDDI */ in dfx_ctl_get_stats()
|
/linux-2.4.37.9/drivers/net/skfp/ |
D | skfddi.c | 1366 bp->MacStat.gen.tx_errors++; /* bump error counter */ in skfp_send_pkt() 1817 smc->os.MacStat.gen.tx_packets++; // Count transmitted packets. in mac_drv_tx_complete() 1818 smc->os.MacStat.gen.tx_bytes+=skb->len; // Count bytes in mac_drv_tx_complete() 1900 smc->os.MacStat.gen.rx_errors++; in mac_drv_rx_complete() 1953 smc->os.MacStat.gen.rx_packets++; // Count indicated receive in mac_drv_rx_complete() 1955 smc->os.MacStat.gen.rx_bytes+=len; // Count bytes. in mac_drv_rx_complete() 1960 smc->os.MacStat.gen.multicast++; in mac_drv_rx_complete() 1978 smc->os.MacStat.gen.rx_errors++; // Count receive packets in mac_drv_rx_complete() 2354 smc->os.MacStat.gen.rx_errors++; in smt_stat_counter()
|
/linux-2.4.37.9/Documentation/ |
D | kernel-doc-nano-HOWTO.txt | 26 - scripts/gen-all-syms 34 documented (this list comes from gen-all-syms).
|
/linux-2.4.37.9/include/linux/ |
D | if_fddi.h | 110 struct net_device_stats gen; member
|
/linux-2.4.37.9/fs/intermezzo/ |
D | file.c | 100 int gen, is_iopen = 0, minor; in open_check_dod() local 113 is_iopen = izo_dentry_is_ilookup(file->f_dentry, &inum, &gen); in open_check_dod()
|