/drivers/gpu/drm/omapdrm/ |
D | omap_dmm_tiler.c | 1035 static void text_map(char **map, int xdiv, char *nice, int yd, int x0, int x1) in text_map() argument 1038 int w = (map_width(xdiv, x0, x1) - strlen(nice)) / 2; in text_map() 1041 while (*nice) in text_map() 1042 *p++ = *nice++; in text_map() 1046 static void map_1d_info(char **map, int xdiv, int ydiv, char *nice, in map_1d_info() argument 1049 sprintf(nice, "%dK", tcm_sizeof(*a) * 4); in map_1d_info() 1051 text_map(map, xdiv, nice, (a->p0.y + a->p1.y) / 2 / ydiv, 0, in map_1d_info() 1054 if (strlen(nice) < map_width(xdiv, a->p0.x, 256 - 1)) in map_1d_info() 1055 text_map(map, xdiv, nice, a->p0.y / ydiv, in map_1d_info() 1057 else if (strlen(nice) < map_width(xdiv, 0, a->p1.x)) in map_1d_info() [all …]
|
/drivers/block/paride/ |
D | pseudo.h | 52 int timeout, int nice) in ps_set_intr() argument 61 ps_nice = nice; in ps_set_intr()
|
D | pf.c | 133 static int nice = 0; variable 167 module_param(nice, int, 0); 727 name, name, PF_VERSION, major, cluster, nice); in pf_detect() 917 ps_set_intr(do_pf_read_start, NULL, 0, nice); in do_pf_read() 935 ps_set_intr(do_pf_read_drq, pf_ready, PF_TMO, nice); in do_pf_read_start() 963 ps_set_intr(do_pf_write_start, NULL, 0, nice); in do_pf_write() 998 ps_set_intr(do_pf_write_done, pf_ready, PF_TMO, nice); in do_pf_write_start()
|
D | pcd.c | 117 static int nice = 0; variable 150 module_param(nice, int, 0); 701 ps_set_intr(do_pcd_read, NULL, 0, nice); in pcd_request() 773 ps_set_intr(do_pcd_read_drq, pcd_ready, PCD_TMO, nice); in pcd_start() 969 name, name, PCD_VERSION, major, nice); in pcd_init()
|
D | pd.c | 133 static int nice = 0; variable 168 module_param(nice, int, 0); 373 if (!nice) in schedule_fsm() 376 schedule_delayed_work(&fsm_tq, nice-1); in schedule_fsm() 995 name, name, PD_VERSION, major, cluster, nice); in pd_init()
|
/drivers/leds/ |
D | TODO | 67 It would be also nice to have useful listing mode -- name, type, 74 ethernet interface would be nice.
|
/drivers/parport/ |
D | TODO-parport | 9 a) ECP support would be nice. This can only work if both the port and
|
/drivers/pnp/pnpbios/ |
D | Kconfig | 38 See the latest pcmcia-cs (stand-alone package) for a nice set of
|
/drivers/staging/vc04_services/interface/ |
D | TODO | 75 be nice to completely decouple it from the actual core code. For instance to be
|
/drivers/cpufreq/ |
D | Kconfig | 9 CPUs on the fly. This is a nice method to save power, because
|