/linux-2.4.37.9/drivers/video/matrox/ |
D | i2c-matroxfb.c | 39 static int matroxfb_read_gpio(struct matrox_fb_info* minfo) { in matroxfb_read_gpio() argument 49 static void matroxfb_set_gpio(struct matrox_fb_info* minfo, int mask, int val) { in matroxfb_set_gpio() argument 62 static inline void matroxfb_i2c_set(struct matrox_fb_info* minfo, int mask, int state) { in matroxfb_i2c_set() argument 67 matroxfb_set_gpio(minfo, ~mask, state); in matroxfb_i2c_set() 72 matroxfb_i2c_set(b->minfo, b->mask.data, state); in matroxfb_gpio_setsda() 77 matroxfb_i2c_set(b->minfo, b->mask.clock, state); in matroxfb_gpio_setscl() 82 return (matroxfb_read_gpio(b->minfo) & b->mask.data) ? 1 : 0; in matroxfb_gpio_getsda() 87 return (matroxfb_read_gpio(b->minfo) & b->mask.clock) ? 1 : 0; in matroxfb_gpio_getscl() 116 static int i2c_bus_reg(struct i2c_bit_adapter* b, struct matrox_fb_info* minfo, in i2c_bus_reg() argument 120 b->minfo = minfo; in i2c_bus_reg() [all …]
|
D | matroxfb_proc.c | 94 static void* matroxfb_proc_probe(struct matrox_fb_info* minfo) { in matroxfb_proc_probe() argument 103 binfo->info = minfo; in matroxfb_proc_probe() 104 sprintf(b, "fb%u", GET_FB_IDX(minfo->fbcon.node)); in matroxfb_proc_probe() 107 create_proc_read_entry("bios", 0, binfo->pde, bios_read_proc, &minfo->bios); in matroxfb_proc_probe() 108 if (minfo->bios.pins_len) { in matroxfb_proc_probe() 109 …struct proc_dir_entry* p = create_proc_read_entry("pins", 0, binfo->pde, pins_read_proc, &minfo->b… in matroxfb_proc_probe() 111 p->size = minfo->bios.pins_len; in matroxfb_proc_probe() 118 static void matroxfb_proc_remove(struct matrox_fb_info* minfo, void* binfoI) { in matroxfb_proc_remove() argument
|
D | matroxfb_base.c | 122 static void matroxfb_unregister_device(struct matrox_fb_info* minfo); 397 kfree(minfo); in matroxfb_remove() 466 #define minfo (list_entry(info, struct matrox_fb_info, fbcon)) in matroxfb_updatevar() macro 471 #undef minfo in matroxfb_updatevar() 743 struct matrox_fb_info* minfo = list_entry(fb_info, struct matrox_fb_info, fbcon); in matroxfb_setcolreg() local 840 #define minfo (list_entry(info, struct matrox_fb_info, fbcon)) in matroxfb_get_fix() macro 867 #undef minfo in matroxfb_get_fix() 873 #define minfo (list_entry(info, struct matrox_fb_info, fbcon)) in matroxfb_get_var() macro 881 #undef minfo in matroxfb_get_var() 887 #define minfo (list_entry(info, struct matrox_fb_info, fbcon)) in matroxfb_set_var() macro [all …]
|
D | matroxfb_maven.h | 13 struct matrox_fb_info* minfo; member
|
D | matroxfb_base.h | 681 #define ACCESS_FBINFO(x) ACCESS_FBINFO2(minfo,x) 683 #define MINFO minfo 685 #define WPMINFO2 struct matrox_fb_info* minfo 687 #define CPMINFO2 const struct matrox_fb_info* minfo 689 #define PMINFO2 minfo 697 #define MINFO_FROM(x) struct matrox_fb_info* minfo = x
|
D | matroxfb_crtc2.c | 806 #define minfo (m2info->primary_dev) in matroxfb_dh_regit() macro 877 #undef minfo in matroxfb_dh_regit() 883 #define minfo (m2info->primary_dev) in matroxfb_dh_registerfb() macro 892 #undef minfo in matroxfb_dh_registerfb() 896 #define minfo (m2info->primary_dev) in matroxfb_dh_deregisterfb() macro 920 #undef minfo in matroxfb_dh_deregisterfb() 923 static void* matroxfb_crtc2_probe(struct matrox_fb_info* minfo) { in matroxfb_crtc2_probe() argument 944 static void matroxfb_crtc2_remove(struct matrox_fb_info* minfo, void* crtc2) { in matroxfb_crtc2_remove() argument
|
D | matroxfb_misc.h | 17 void matroxfb_fastfont_init(struct matrox_fb_info* minfo);
|
D | matroxfb_maven.c | 1143 #define minfo (mdinfo->primary_head) in maven_out_compute() macro 1145 #undef minfo in maven_out_compute() 1151 #define minfo (mdinfo->primary_head) in maven_out_program() macro 1153 #undef minfo in maven_out_program() 1198 MINFO_FROM(list_entry(a, struct i2c_bit_adapter, adapter)->minfo); in maven_init_client()
|
D | matroxfb_DAC1064.c | 41 #define minfo ((struct matrox_fb_info*)ptr) in matroxfb_DAC1064_flashcursor() macro 47 #undef minfo in matroxfb_DAC1064_flashcursor() 597 #define minfo ((struct matrox_fb_info*)out) in m1064_compute() macro 620 #undef minfo in m1064_compute() 632 #define minfo ((struct matrox_fb_info*)out) in g450_compute() macro 639 #undef minfo in g450_compute()
|
D | matroxfb_Ti3026.c | 287 #define minfo ((struct matrox_fb_info*)ptr) in matroxfb_ti3026_flashcursor() macro 293 #undef minfo in matroxfb_ti3026_flashcursor()
|
D | matroxfb_misc.c | 479 void matroxfb_fastfont_init(struct matrox_fb_info* minfo){ in matroxfb_fastfont_init() argument
|
/linux-2.4.37.9/net/ipv4/ |
D | tcp_diag.c | 51 struct tcpdiag_meminfo *minfo = NULL; in tcpdiag_fill() local 59 minfo = TCPDIAG_PUT(skb, TCPDIAG_MEMINFO, sizeof(*minfo)); in tcpdiag_fill() 135 if (minfo) { in tcpdiag_fill() 136 minfo->tcpdiag_rmem = atomic_read(&sk->rmem_alloc); in tcpdiag_fill() 137 minfo->tcpdiag_wmem = sk->wmem_queued; in tcpdiag_fill() 138 minfo->tcpdiag_fmem = sk->forward_alloc; in tcpdiag_fill() 139 minfo->tcpdiag_tmem = atomic_read(&sk->wmem_alloc); in tcpdiag_fill()
|