Searched refs:sd (Results 1 - 25 of 1772) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/common/
H A Dsim-info.c27 sim_info (SIM_DESC sd, int verbose) argument
29 SIM_ASSERT (STATE_MAGIC (sd) == SIM_MAGIC_NUMBER);
30 sim_module_info (sd, verbose || STATE_VERBOSE_P (sd));
H A Dsim-hload.c30 sim_load (sd, prog_name, prog_bfd, from_tty)
31 SIM_DESC sd;
38 SIM_ASSERT (STATE_MAGIC (sd) == SIM_MAGIC_NUMBER);
39 if (sim_analyze_program (sd, prog_name, prog_bfd) != SIM_RC_OK)
41 SIM_ASSERT (STATE_PROG_BFD (sd) != NULL);
48 result_bfd = sim_load_file (sd, STATE_MY_NAME (sd),
49 STATE_CALLBACK (sd),
51 STATE_PROG_BFD (sd),
52 STATE_OPEN_KIND (sd)
[all...]
H A Dsim-stop.c26 control_c_simulation (SIM_DESC sd, argument
29 ASSERT (STATE_MAGIC (sd) == SIM_MAGIC_NUMBER);
30 sim_engine_halt (sd, NULL, NULL, NULL_CIA, sim_stopped, SIM_SIGINT);
34 sim_stop (SIM_DESC sd) argument
36 ASSERT (STATE_MAGIC (sd) == SIM_MAGIC_NUMBER);
37 sim_events_schedule_after_signal(sd,
40 sd /*data*/);
H A Dsim-io.h28 int sim_io_init (SIM_DESC sd);
30 int sim_io_shutdown (SIM_DESC sd);
32 int sim_io_unlink (SIM_DESC sd, const char *);
34 long sim_io_time (SIM_DESC sd, long *);
36 int sim_io_system (SIM_DESC sd, const char *);
38 int sim_io_rename (SIM_DESC sd, const char *, const char *);
40 int sim_io_write_stdout (SIM_DESC sd, const char *, int);
42 void sim_io_flush_stdout (SIM_DESC sd);
44 int sim_io_write_stderr (SIM_DESC sd, const char *, int);
46 void sim_io_flush_stderr (SIM_DESC sd);
[all...]
H A Dsim-io.c48 sim_io_init(SIM_DESC sd) argument
50 return STATE_CALLBACK (sd)->init (STATE_CALLBACK (sd));
55 sim_io_shutdown(SIM_DESC sd) argument
57 return STATE_CALLBACK (sd)->shutdown (STATE_CALLBACK (sd));
62 sim_io_unlink(SIM_DESC sd, argument
65 return STATE_CALLBACK (sd)->unlink (STATE_CALLBACK (sd), f1);
70 sim_io_time(SIM_DESC sd, argument
78 sim_io_system(SIM_DESC sd, const char *s) argument
85 sim_io_rename(SIM_DESC sd, const char *f1, const char *f2) argument
94 sim_io_write_stdout(SIM_DESC sd, const char *buf, int len) argument
114 sim_io_flush_stdout(SIM_DESC sd) argument
130 sim_io_write_stderr(SIM_DESC sd, const char *buf, int len) argument
150 sim_io_flush_stderr(SIM_DESC sd) argument
166 sim_io_write(SIM_DESC sd, int fd, const char *buf, int len) argument
176 sim_io_read_stdin(SIM_DESC sd, char *buf, int len) argument
196 sim_io_read(SIM_DESC sd, int fd, char *buf, int len) argument
205 sim_io_open(SIM_DESC sd, const char *name, int flags) argument
214 sim_io_lseek(SIM_DESC sd, int fd, long off, int way) argument
224 sim_io_isatty(SIM_DESC sd, int fd) argument
232 sim_io_get_errno(SIM_DESC sd) argument
239 sim_io_close(SIM_DESC sd, int fd) argument
247 sim_io_printf(SIM_DESC sd, const char *fmt, ...) argument
259 sim_io_vprintf(SIM_DESC sd, const char *fmt, va_list ap) argument
268 sim_io_eprintf(SIM_DESC sd, const char *fmt, ...) argument
280 sim_io_evprintf(SIM_DESC sd, const char *fmt, va_list ap) argument
289 sim_io_error(SIM_DESC sd, const char *fmt, ...) argument
312 sim_io_poll_quit(SIM_DESC sd) argument
340 sim_io_poll_read(SIM_DESC sd, int sim_io_fd, char *buf, int sizeof_buf) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/common/
H A Dsim-info.c27 sim_info (SIM_DESC sd, int verbose) argument
29 SIM_ASSERT (STATE_MAGIC (sd) == SIM_MAGIC_NUMBER);
30 sim_module_info (sd, verbose || STATE_VERBOSE_P (sd));
H A Dsim-hload.c30 sim_load (sd, prog_name, prog_bfd, from_tty)
31 SIM_DESC sd;
38 SIM_ASSERT (STATE_MAGIC (sd) == SIM_MAGIC_NUMBER);
39 if (sim_analyze_program (sd, prog_name, prog_bfd) != SIM_RC_OK)
41 SIM_ASSERT (STATE_PROG_BFD (sd) != NULL);
48 result_bfd = sim_load_file (sd, STATE_MY_NAME (sd),
49 STATE_CALLBACK (sd),
51 STATE_PROG_BFD (sd),
52 STATE_OPEN_KIND (sd)
[all...]
H A Dsim-stop.c26 control_c_simulation (SIM_DESC sd, argument
29 ASSERT (STATE_MAGIC (sd) == SIM_MAGIC_NUMBER);
30 sim_engine_halt (sd, NULL, NULL, NULL_CIA, sim_stopped, SIM_SIGINT);
34 sim_stop (SIM_DESC sd) argument
36 ASSERT (STATE_MAGIC (sd) == SIM_MAGIC_NUMBER);
37 sim_events_schedule_after_signal(sd,
40 sd /*data*/);
H A Dsim-io.h28 int sim_io_init (SIM_DESC sd);
30 int sim_io_shutdown (SIM_DESC sd);
32 int sim_io_unlink (SIM_DESC sd, const char *);
34 long sim_io_time (SIM_DESC sd, long *);
36 int sim_io_system (SIM_DESC sd, const char *);
38 int sim_io_rename (SIM_DESC sd, const char *, const char *);
40 int sim_io_write_stdout (SIM_DESC sd, const char *, int);
42 void sim_io_flush_stdout (SIM_DESC sd);
44 int sim_io_write_stderr (SIM_DESC sd, const char *, int);
46 void sim_io_flush_stderr (SIM_DESC sd);
[all...]
H A Dsim-io.c48 sim_io_init(SIM_DESC sd) argument
50 return STATE_CALLBACK (sd)->init (STATE_CALLBACK (sd));
55 sim_io_shutdown(SIM_DESC sd) argument
57 return STATE_CALLBACK (sd)->shutdown (STATE_CALLBACK (sd));
62 sim_io_unlink(SIM_DESC sd, argument
65 return STATE_CALLBACK (sd)->unlink (STATE_CALLBACK (sd), f1);
70 sim_io_time(SIM_DESC sd, argument
78 sim_io_system(SIM_DESC sd, const char *s) argument
85 sim_io_rename(SIM_DESC sd, const char *f1, const char *f2) argument
94 sim_io_write_stdout(SIM_DESC sd, const char *buf, int len) argument
114 sim_io_flush_stdout(SIM_DESC sd) argument
130 sim_io_write_stderr(SIM_DESC sd, const char *buf, int len) argument
150 sim_io_flush_stderr(SIM_DESC sd) argument
166 sim_io_write(SIM_DESC sd, int fd, const char *buf, int len) argument
176 sim_io_read_stdin(SIM_DESC sd, char *buf, int len) argument
196 sim_io_read(SIM_DESC sd, int fd, char *buf, int len) argument
205 sim_io_open(SIM_DESC sd, const char *name, int flags) argument
214 sim_io_lseek(SIM_DESC sd, int fd, long off, int way) argument
224 sim_io_isatty(SIM_DESC sd, int fd) argument
232 sim_io_get_errno(SIM_DESC sd) argument
239 sim_io_close(SIM_DESC sd, int fd) argument
247 sim_io_printf(SIM_DESC sd, const char *fmt, ...) argument
259 sim_io_vprintf(SIM_DESC sd, const char *fmt, va_list ap) argument
268 sim_io_eprintf(SIM_DESC sd, const char *fmt, ...) argument
280 sim_io_evprintf(SIM_DESC sd, const char *fmt, va_list ap) argument
289 sim_io_error(SIM_DESC sd, const char *fmt, ...) argument
312 sim_io_poll_quit(SIM_DESC sd) argument
340 sim_io_poll_read(SIM_DESC sd, int sim_io_fd, char *buf, int sizeof_buf) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/common/
H A Dsim-info.c27 sim_info (SIM_DESC sd, int verbose) argument
29 SIM_ASSERT (STATE_MAGIC (sd) == SIM_MAGIC_NUMBER);
30 sim_module_info (sd, verbose || STATE_VERBOSE_P (sd));
H A Dsim-hload.c30 sim_load (sd, prog_name, prog_bfd, from_tty)
31 SIM_DESC sd;
38 SIM_ASSERT (STATE_MAGIC (sd) == SIM_MAGIC_NUMBER);
39 if (sim_analyze_program (sd, prog_name, prog_bfd) != SIM_RC_OK)
41 SIM_ASSERT (STATE_PROG_BFD (sd) != NULL);
48 result_bfd = sim_load_file (sd, STATE_MY_NAME (sd),
49 STATE_CALLBACK (sd),
51 STATE_PROG_BFD (sd),
52 STATE_OPEN_KIND (sd)
[all...]
H A Dsim-stop.c26 control_c_simulation (SIM_DESC sd, argument
29 ASSERT (STATE_MAGIC (sd) == SIM_MAGIC_NUMBER);
30 sim_engine_halt (sd, NULL, NULL, NULL_CIA, sim_stopped, SIM_SIGINT);
34 sim_stop (SIM_DESC sd) argument
36 ASSERT (STATE_MAGIC (sd) == SIM_MAGIC_NUMBER);
37 sim_events_schedule_after_signal(sd,
40 sd /*data*/);
H A Dsim-io.h28 int sim_io_init (SIM_DESC sd);
30 int sim_io_shutdown (SIM_DESC sd);
32 int sim_io_unlink (SIM_DESC sd, const char *);
34 long sim_io_time (SIM_DESC sd, long *);
36 int sim_io_system (SIM_DESC sd, const char *);
38 int sim_io_rename (SIM_DESC sd, const char *, const char *);
40 int sim_io_write_stdout (SIM_DESC sd, const char *, int);
42 void sim_io_flush_stdout (SIM_DESC sd);
44 int sim_io_write_stderr (SIM_DESC sd, const char *, int);
46 void sim_io_flush_stderr (SIM_DESC sd);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/video/gspca/m5602/
H A Dm5602_sensor.h55 int (*probe)(struct sd *sd);
58 int (*init)(struct sd *sd);
61 int (*start)(struct sd *sd);
64 int (*stop)(struct sd *sd);
67 void (*disconnect)(struct sd *sd);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/video/gspca/m5602/
H A Dm5602_sensor.h55 int (*probe)(struct sd *sd);
58 int (*init)(struct sd *sd);
61 int (*start)(struct sd *sd);
64 int (*stop)(struct sd *sd);
67 void (*disconnect)(struct sd *sd);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/video/gspca/stv06xx/
H A Dstv06xx_sensor.h35 #define IS_1020(sd) ((sd)->sensor == &stv06xx_sensor_hdcs1020)
57 int (*probe)(struct sd *sd);
60 int (*init)(struct sd *sd);
63 void (*disconnect)(struct sd *sd);
66 int (*read_sensor)(struct sd *sd, cons
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/video/gspca/stv06xx/
H A Dstv06xx_sensor.h35 #define IS_1020(sd) ((sd)->sensor == &stv06xx_sensor_hdcs1020)
57 int (*probe)(struct sd *sd);
60 int (*init)(struct sd *sd);
63 void (*disconnect)(struct sd *sd);
66 int (*read_sensor)(struct sd *sd, cons
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_93cx6.c101 #define CLOCK_PULSE(sd, rdy) \
102 while ((SEEPROM_STATUS_INB(sd) & rdy) == 0) { \
105 (void)SEEPROM_INB(sd); /* Clear clock */
111 send_seeprom_cmd(struct seeprom_descriptor *sd, const struct seeprom_cmd *cmd) argument
117 temp = sd->sd_MS ^ sd->sd_CS;
118 SEEPROM_OUTB(sd, temp ^ sd->sd_CK);
119 CLOCK_PULSE(sd, sd
137 reset_seeprom(struct seeprom_descriptor *sd) argument
155 ahc_read_seeprom(struct seeprom_descriptor *sd, uint16_t *buf, u_int start_addr, u_int count) argument
227 ahc_write_seeprom(struct seeprom_descriptor *sd, uint16_t *buf, u_int start_addr, u_int count) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic7xxx_93cx6.c101 #define CLOCK_PULSE(sd, rdy) \
102 while ((SEEPROM_STATUS_INB(sd) & rdy) == 0) { \
105 (void)SEEPROM_INB(sd); /* Clear clock */
111 send_seeprom_cmd(struct seeprom_descriptor *sd, const struct seeprom_cmd *cmd) argument
117 temp = sd->sd_MS ^ sd->sd_CS;
118 SEEPROM_OUTB(sd, temp ^ sd->sd_CK);
119 CLOCK_PULSE(sd, sd
137 reset_seeprom(struct seeprom_descriptor *sd) argument
155 ahc_read_seeprom(struct seeprom_descriptor *sd, uint16_t *buf, u_int start_addr, u_int count) argument
227 ahc_write_seeprom(struct seeprom_descriptor *sd, uint16_t *buf, u_int start_addr, u_int count) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/iq2000/
H A Dsim-if.c47 free_state (SIM_DESC sd)
49 if (STATE_MODULES (sd) != NULL)
50 sim_module_uninstall (sd);
51 sim_cpu_free_all (sd);
52 sim_state_free (sd);
66 SIM_DESC sd = sim_state_alloc (kind, callback);
69 if (sim_cpu_alloc_all (sd, 1, cgen_cpu_max_extra_bytes ()) != SIM_RC_OK)
71 free_state (sd);
78 SIM_CPU *current_cpu = STATE_CPU (sd, 0);
79 STATE_WATCHPOINTS (sd)
46 free_state(SIM_DESC sd) argument
65 SIM_DESC sd = sim_state_alloc (kind, callback); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/iq2000/
H A Dsim-if.c47 free_state (SIM_DESC sd)
49 if (STATE_MODULES (sd) != NULL)
50 sim_module_uninstall (sd);
51 sim_cpu_free_all (sd);
52 sim_state_free (sd);
66 SIM_DESC sd = sim_state_alloc (kind, callback);
69 if (sim_cpu_alloc_all (sd, 1, cgen_cpu_max_extra_bytes ()) != SIM_RC_OK)
71 free_state (sd);
78 SIM_CPU *current_cpu = STATE_CPU (sd, 0);
79 STATE_WATCHPOINTS (sd)
46 free_state(SIM_DESC sd) argument
65 SIM_DESC sd = sim_state_alloc (kind, callback); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/iq2000/
H A Dsim-if.c47 free_state (SIM_DESC sd)
49 if (STATE_MODULES (sd) != NULL)
50 sim_module_uninstall (sd);
51 sim_cpu_free_all (sd);
52 sim_state_free (sd);
66 SIM_DESC sd = sim_state_alloc (kind, callback);
69 if (sim_cpu_alloc_all (sd, 1, cgen_cpu_max_extra_bytes ()) != SIM_RC_OK)
71 free_state (sd);
78 SIM_CPU *current_cpu = STATE_CPU (sd, 0);
79 STATE_WATCHPOINTS (sd)
46 free_state(SIM_DESC sd) argument
65 SIM_DESC sd = sim_state_alloc (kind, callback); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/video/gspca/
H A Dsn9c2028.h30 struct sd *sd = (struct sd *) gspca_dev; local
35 if (m[i] == sn9c2028_sof_marker[sd->sof_read]) {
36 sd->sof_read++;
37 if (sd->sof_read == sizeof(sn9c2028_sof_marker)) {
42 sd->sof_read = 0;
46 sd->sof_read = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/video/gspca/
H A Dsn9c2028.h30 struct sd *sd = (struct sd *) gspca_dev; local
35 if (m[i] == sn9c2028_sof_marker[sd->sof_read]) {
36 sd->sof_read++;
37 if (sd->sof_read == sizeof(sn9c2028_sof_marker)) {
42 sd->sof_read = 0;
46 sd->sof_read = 0;

Completed in 173 milliseconds

1234567891011>>