Symbol: tms9914_priv
drivers/gpib/agilent_82350b/agilent_82350b.c
139
struct tms9914_priv *tms_priv = &a_priv->tms9914_priv;
drivers/gpib/agilent_82350b/agilent_82350b.c
155
struct tms9914_priv *tms_priv = &a_priv->tms9914_priv;
drivers/gpib/agilent_82350b/agilent_82350b.c
264
tms9914_status1 = read_byte(&a_priv->tms9914_priv, ISR0);
drivers/gpib/agilent_82350b/agilent_82350b.c
265
tms9914_status2 = read_byte(&a_priv->tms9914_priv, ISR1);
drivers/gpib/agilent_82350b/agilent_82350b.c
266
tms9914_interrupt_have_status(board, &a_priv->tms9914_priv, tms9914_status1,
drivers/gpib/agilent_82350b/agilent_82350b.c
309
return tms9914_read(board, &priv->tms9914_priv, buffer, length, end, bytes_read);
drivers/gpib/agilent_82350b/agilent_82350b.c
318
return tms9914_write(board, &priv->tms9914_priv, buffer, length, send_eoi, bytes_written);
drivers/gpib/agilent_82350b/agilent_82350b.c
327
return tms9914_command(board, &priv->tms9914_priv, buffer, length, bytes_written);
drivers/gpib/agilent_82350b/agilent_82350b.c
335
return tms9914_take_control_workaround(board, &priv->tms9914_priv, synchronous);
drivers/gpib/agilent_82350b/agilent_82350b.c
343
return tms9914_go_to_standby(board, &priv->tms9914_priv);
drivers/gpib/agilent_82350b/agilent_82350b.c
360
return tms9914_request_system_control(board, &a_priv->tms9914_priv, request_control);
drivers/gpib/agilent_82350b/agilent_82350b.c
368
tms9914_interface_clear(board, &priv->tms9914_priv, assert);
drivers/gpib/agilent_82350b/agilent_82350b.c
375
tms9914_remote_enable(board, &priv->tms9914_priv, enable);
drivers/gpib/agilent_82350b/agilent_82350b.c
38
struct tms9914_priv *tms_priv = &a_priv->tms9914_priv;
drivers/gpib/agilent_82350b/agilent_82350b.c
383
return tms9914_enable_eos(board, &priv->tms9914_priv, eos_byte, compare_8_bits);
drivers/gpib/agilent_82350b/agilent_82350b.c
390
tms9914_disable_eos(board, &priv->tms9914_priv);
drivers/gpib/agilent_82350b/agilent_82350b.c
398
return tms9914_update_status(board, &priv->tms9914_priv, clear_mask);
drivers/gpib/agilent_82350b/agilent_82350b.c
406
return tms9914_primary_address(board, &priv->tms9914_priv, address);
drivers/gpib/agilent_82350b/agilent_82350b.c
414
return tms9914_secondary_address(board, &priv->tms9914_priv, address, enable);
drivers/gpib/agilent_82350b/agilent_82350b.c
421
return tms9914_parallel_poll(board, &priv->tms9914_priv, result);
drivers/gpib/agilent_82350b/agilent_82350b.c
429
tms9914_parallel_poll_configure(board, &priv->tms9914_priv, config);
drivers/gpib/agilent_82350b/agilent_82350b.c
436
tms9914_parallel_poll_response(board, &priv->tms9914_priv, ist);
drivers/gpib/agilent_82350b/agilent_82350b.c
443
tms9914_serial_poll_response(board, &priv->tms9914_priv, status);
drivers/gpib/agilent_82350b/agilent_82350b.c
450
return tms9914_serial_poll_status(board, &priv->tms9914_priv);
drivers/gpib/agilent_82350b/agilent_82350b.c
457
return tms9914_line_status(board, &priv->tms9914_priv);
drivers/gpib/agilent_82350b/agilent_82350b.c
466
tms9914_t1_delay(board, &a_priv->tms9914_priv, nanosec);
drivers/gpib/agilent_82350b/agilent_82350b.c
479
tms9914_return_to_local(board, &priv->tms9914_priv);
drivers/gpib/agilent_82350b/agilent_82350b.c
597
struct tms9914_priv *tms_priv;
drivers/gpib/agilent_82350b/agilent_82350b.c
607
tms_priv = &a_priv->tms9914_priv;
drivers/gpib/agilent_82350b/agilent_82350b.c
750
struct tms9914_priv *tms_priv;
drivers/gpib/agilent_82350b/agilent_82350b.c
756
tms_priv = &a_priv->tms9914_priv;
drivers/gpib/agilent_82350b/agilent_82350b.h
46
struct tms9914_priv tms9914_priv;
drivers/gpib/hp_82335/hp82335.c
103
tms9914_disable_eos(board, &priv->tms9914_priv);
drivers/gpib/hp_82335/hp82335.c
110
return tms9914_update_status(board, &priv->tms9914_priv, clear_mask);
drivers/gpib/hp_82335/hp82335.c
117
return tms9914_primary_address(board, &priv->tms9914_priv, address);
drivers/gpib/hp_82335/hp82335.c
124
return tms9914_secondary_address(board, &priv->tms9914_priv, address, enable);
drivers/gpib/hp_82335/hp82335.c
131
return tms9914_parallel_poll(board, &priv->tms9914_priv, result);
drivers/gpib/hp_82335/hp82335.c
138
tms9914_parallel_poll_configure(board, &priv->tms9914_priv, config);
drivers/gpib/hp_82335/hp82335.c
145
tms9914_parallel_poll_response(board, &priv->tms9914_priv, ist);
drivers/gpib/hp_82335/hp82335.c
152
tms9914_serial_poll_response(board, &priv->tms9914_priv, status);
drivers/gpib/hp_82335/hp82335.c
159
return tms9914_serial_poll_status(board, &priv->tms9914_priv);
drivers/gpib/hp_82335/hp82335.c
166
return tms9914_line_status(board, &priv->tms9914_priv);
drivers/gpib/hp_82335/hp82335.c
173
return tms9914_t1_delay(board, &priv->tms9914_priv, nano_sec);
drivers/gpib/hp_82335/hp82335.c
180
tms9914_return_to_local(board, &priv->tms9914_priv);
drivers/gpib/hp_82335/hp82335.c
230
static u8 hp82335_read_byte(struct tms9914_priv *priv, unsigned int register_num)
drivers/gpib/hp_82335/hp82335.c
235
static void hp82335_write_byte(struct tms9914_priv *priv, u8 data, unsigned int register_num)
drivers/gpib/hp_82335/hp82335.c
242
struct tms9914_priv *tms_priv = &hp_priv->tms9914_priv;
drivers/gpib/hp_82335/hp82335.c
250
struct tms9914_priv *tms_priv;
drivers/gpib/hp_82335/hp82335.c
260
tms_priv = &hp_priv->tms9914_priv;
drivers/gpib/hp_82335/hp82335.c
315
struct tms9914_priv *tms_priv;
drivers/gpib/hp_82335/hp82335.c
318
tms_priv = &hp_priv->tms9914_priv;
drivers/gpib/hp_82335/hp82335.c
365
status1 = read_byte(&priv->tms9914_priv, ISR0);
drivers/gpib/hp_82335/hp82335.c
366
status2 = read_byte(&priv->tms9914_priv, ISR1);
drivers/gpib/hp_82335/hp82335.c
368
retval = tms9914_interrupt_have_status(board, &priv->tms9914_priv, status1, status2);
drivers/gpib/hp_82335/hp82335.c
38
return tms9914_read(board, &priv->tms9914_priv, buffer, length, end, bytes_read);
drivers/gpib/hp_82335/hp82335.c
46
return tms9914_write(board, &priv->tms9914_priv, buffer, length, send_eoi, bytes_written);
drivers/gpib/hp_82335/hp82335.c
54
return tms9914_command(board, &priv->tms9914_priv, buffer, length, bytes_written);
drivers/gpib/hp_82335/hp82335.c
61
return tms9914_take_control(board, &priv->tms9914_priv, synchronous);
drivers/gpib/hp_82335/hp82335.c
68
return tms9914_go_to_standby(board, &priv->tms9914_priv);
drivers/gpib/hp_82335/hp82335.c
75
return tms9914_request_system_control(board, &priv->tms9914_priv, request_control);
drivers/gpib/hp_82335/hp82335.c
82
tms9914_interface_clear(board, &priv->tms9914_priv, assert);
drivers/gpib/hp_82335/hp82335.c
89
tms9914_remote_enable(board, &priv->tms9914_priv, enable);
drivers/gpib/hp_82335/hp82335.c
96
return tms9914_enable_eos(board, &priv->tms9914_priv, eos_byte, compare_8_bits);
drivers/gpib/hp_82335/hp82335.h
15
struct tms9914_priv tms9914_priv;
drivers/gpib/hp_82341/hp_82341.c
150
struct tms9914_priv *tms_priv = &hp_priv->tms9914_priv;
drivers/gpib/hp_82341/hp_82341.c
177
struct tms9914_priv *tms_priv = &hp_priv->tms9914_priv;
drivers/gpib/hp_82341/hp_82341.c
258
return tms9914_read(board, &priv->tms9914_priv, buffer, length, end, bytes_read);
drivers/gpib/hp_82341/hp_82341.c
266
return tms9914_write(board, &priv->tms9914_priv, buffer, length, send_eoi, bytes_written);
drivers/gpib/hp_82341/hp_82341.c
274
return tms9914_command(board, &priv->tms9914_priv, buffer, length, bytes_written);
drivers/gpib/hp_82341/hp_82341.c
281
return tms9914_take_control(board, &priv->tms9914_priv, synchronous);
drivers/gpib/hp_82341/hp_82341.c
288
return tms9914_go_to_standby(board, &priv->tms9914_priv);
drivers/gpib/hp_82341/hp_82341.c
300
return tms9914_request_system_control(board, &priv->tms9914_priv, request_control);
drivers/gpib/hp_82341/hp_82341.c
307
tms9914_interface_clear(board, &priv->tms9914_priv, assert);
drivers/gpib/hp_82341/hp_82341.c
314
tms9914_remote_enable(board, &priv->tms9914_priv, enable);
drivers/gpib/hp_82341/hp_82341.c
321
return tms9914_enable_eos(board, &priv->tms9914_priv, eos_byte, compare_8_bits);
drivers/gpib/hp_82341/hp_82341.c
328
tms9914_disable_eos(board, &priv->tms9914_priv);
drivers/gpib/hp_82341/hp_82341.c
335
return tms9914_update_status(board, &priv->tms9914_priv, clear_mask);
drivers/gpib/hp_82341/hp_82341.c
342
return tms9914_primary_address(board, &priv->tms9914_priv, address);
drivers/gpib/hp_82341/hp_82341.c
349
return tms9914_secondary_address(board, &priv->tms9914_priv, address, enable);
drivers/gpib/hp_82341/hp_82341.c
356
return tms9914_parallel_poll(board, &priv->tms9914_priv, result);
drivers/gpib/hp_82341/hp_82341.c
36
struct tms9914_priv *tms_priv = &hp_priv->tms9914_priv;
drivers/gpib/hp_82341/hp_82341.c
363
tms9914_parallel_poll_configure(board, &priv->tms9914_priv, config);
drivers/gpib/hp_82341/hp_82341.c
370
tms9914_parallel_poll_response(board, &priv->tms9914_priv, ist);
drivers/gpib/hp_82341/hp_82341.c
377
tms9914_serial_poll_response(board, &priv->tms9914_priv, status);
drivers/gpib/hp_82341/hp_82341.c
384
return tms9914_serial_poll_status(board, &priv->tms9914_priv);
drivers/gpib/hp_82341/hp_82341.c
391
return tms9914_line_status(board, &priv->tms9914_priv);
drivers/gpib/hp_82341/hp_82341.c
398
return tms9914_t1_delay(board, &priv->tms9914_priv, nano_sec);
drivers/gpib/hp_82341/hp_82341.c
405
tms9914_return_to_local(board, &priv->tms9914_priv);
drivers/gpib/hp_82341/hp_82341.c
477
static u8 hp_82341_read_byte(struct tms9914_priv *priv, unsigned int register_num)
drivers/gpib/hp_82341/hp_82341.c
482
static void hp_82341_write_byte(struct tms9914_priv *priv, u8 data, unsigned int register_num)
drivers/gpib/hp_82341/hp_82341.c
688
struct tms9914_priv *tms_priv;
drivers/gpib/hp_82341/hp_82341.c
700
tms_priv = &hp_priv->tms9914_priv;
drivers/gpib/hp_82341/hp_82341.c
781
struct tms9914_priv *tms_priv;
drivers/gpib/hp_82341/hp_82341.c
785
tms_priv = &hp_priv->tms9914_priv;
drivers/gpib/hp_82341/hp_82341.c
862
struct tms9914_priv *tms_priv = &hp_priv->tms9914_priv;
drivers/gpib/hp_82341/hp_82341.h
18
struct tms9914_priv tms9914_priv;
drivers/gpib/include/tms9914.h
100
int tms9914_enable_eos(struct gpib_board *board, struct tms9914_priv *priv, u8 eos_bytes,
drivers/gpib/include/tms9914.h
102
void tms9914_disable_eos(struct gpib_board *board, struct tms9914_priv *priv);
drivers/gpib/include/tms9914.h
103
unsigned int tms9914_update_status(struct gpib_board *board, struct tms9914_priv *priv,
drivers/gpib/include/tms9914.h
106
struct tms9914_priv *priv, unsigned int address);
drivers/gpib/include/tms9914.h
107
int tms9914_secondary_address(struct gpib_board *board, struct tms9914_priv *priv,
drivers/gpib/include/tms9914.h
109
int tms9914_parallel_poll(struct gpib_board *board, struct tms9914_priv *priv, u8 *result);
drivers/gpib/include/tms9914.h
111
struct tms9914_priv *priv, u8 config);
drivers/gpib/include/tms9914.h
113
struct tms9914_priv *priv, int ist);
drivers/gpib/include/tms9914.h
115
struct tms9914_priv *priv, u8 status);
drivers/gpib/include/tms9914.h
116
u8 tms9914_serial_poll_status(struct gpib_board *board, struct tms9914_priv *priv);
drivers/gpib/include/tms9914.h
117
int tms9914_line_status(const struct gpib_board *board, struct tms9914_priv *priv);
drivers/gpib/include/tms9914.h
118
unsigned int tms9914_t1_delay(struct gpib_board *board, struct tms9914_priv *priv,
drivers/gpib/include/tms9914.h
120
void tms9914_return_to_local(const struct gpib_board *board, struct tms9914_priv *priv);
drivers/gpib/include/tms9914.h
123
void tms9914_board_reset(struct tms9914_priv *priv);
drivers/gpib/include/tms9914.h
124
void tms9914_online(struct gpib_board *board, struct tms9914_priv *priv);
drivers/gpib/include/tms9914.h
125
void tms9914_release_holdoff(struct tms9914_priv *priv);
drivers/gpib/include/tms9914.h
126
void tms9914_set_holdoff_mode(struct tms9914_priv *priv, enum tms9914_holdoff_mode mode);
drivers/gpib/include/tms9914.h
129
u8 tms9914_ioport_read_byte(struct tms9914_priv *priv, unsigned int register_num);
drivers/gpib/include/tms9914.h
130
void tms9914_ioport_write_byte(struct tms9914_priv *priv, u8 data, unsigned int register_num);
drivers/gpib/include/tms9914.h
131
u8 tms9914_iomem_read_byte(struct tms9914_priv *priv, unsigned int register_num);
drivers/gpib/include/tms9914.h
132
void tms9914_iomem_write_byte(struct tms9914_priv *priv, u8 data, unsigned int register_num);
drivers/gpib/include/tms9914.h
135
irqreturn_t tms9914_interrupt(struct gpib_board *board, struct tms9914_priv *priv);
drivers/gpib/include/tms9914.h
136
irqreturn_t tms9914_interrupt_have_status(struct gpib_board *board, struct tms9914_priv *priv,
drivers/gpib/include/tms9914.h
52
u8 (*read_byte)(struct tms9914_priv *priv, unsigned int register_number);
drivers/gpib/include/tms9914.h
53
void (*write_byte)(struct tms9914_priv *priv, u8 byte, unsigned int
drivers/gpib/include/tms9914.h
58
static inline u8 read_byte(struct tms9914_priv *priv, unsigned int register_number)
drivers/gpib/include/tms9914.h
63
static inline void write_byte(struct tms9914_priv *priv, u8 byte, unsigned int register_number)
drivers/gpib/include/tms9914.h
82
int tms9914_read(struct gpib_board *board, struct tms9914_priv *priv, u8 *buffer,
drivers/gpib/include/tms9914.h
84
int tms9914_write(struct gpib_board *board, struct tms9914_priv *priv, u8 *buffer,
drivers/gpib/include/tms9914.h
86
int tms9914_command(struct gpib_board *board, struct tms9914_priv *priv, u8 *buffer,
drivers/gpib/include/tms9914.h
88
int tms9914_take_control(struct gpib_board *board, struct tms9914_priv *priv, int syncronous);
drivers/gpib/include/tms9914.h
93
int tms9914_take_control_workaround(struct gpib_board *board, struct tms9914_priv *priv,
drivers/gpib/include/tms9914.h
95
int tms9914_go_to_standby(struct gpib_board *board, struct tms9914_priv *priv);
drivers/gpib/include/tms9914.h
96
int tms9914_request_system_control(struct gpib_board *board, struct tms9914_priv *priv,
drivers/gpib/include/tms9914.h
98
void tms9914_interface_clear(struct gpib_board *board, struct tms9914_priv *priv, int assert);
drivers/gpib/include/tms9914.h
99
void tms9914_remote_enable(struct gpib_board *board, struct tms9914_priv *priv, int enable);
drivers/gpib/tms9914/tms9914.c
100
void tms9914_interface_clear(struct gpib_board *board, struct tms9914_priv *priv, int assert)
drivers/gpib/tms9914/tms9914.c
112
void tms9914_remote_enable(struct gpib_board *board, struct tms9914_priv *priv, int enable)
drivers/gpib/tms9914/tms9914.c
121
int tms9914_request_system_control(struct gpib_board *board, struct tms9914_priv *priv,
drivers/gpib/tms9914/tms9914.c
134
unsigned int tms9914_t1_delay(struct gpib_board *board, struct tms9914_priv *priv,
drivers/gpib/tms9914/tms9914.c
160
void tms9914_return_to_local(const struct gpib_board *board, struct tms9914_priv *priv)
drivers/gpib/tms9914/tms9914.c
166
void tms9914_set_holdoff_mode(struct tms9914_priv *priv, enum tms9914_holdoff_mode mode)
drivers/gpib/tms9914/tms9914.c
189
void tms9914_release_holdoff(struct tms9914_priv *priv)
drivers/gpib/tms9914/tms9914.c
198
int tms9914_enable_eos(struct gpib_board *board, struct tms9914_priv *priv, u8 eos_byte,
drivers/gpib/tms9914/tms9914.c
209
void tms9914_disable_eos(struct gpib_board *board, struct tms9914_priv *priv)
drivers/gpib/tms9914/tms9914.c
215
int tms9914_parallel_poll(struct gpib_board *board, struct tms9914_priv *priv, u8 *result)
drivers/gpib/tms9914/tms9914.c
227
static void set_ppoll_reg(struct tms9914_priv *priv, int enable,
drivers/gpib/tms9914/tms9914.c
241
struct tms9914_priv *priv, u8 config)
drivers/gpib/tms9914/tms9914.c
251
struct tms9914_priv *priv, int ist)
drivers/gpib/tms9914/tms9914.c
258
struct tms9914_priv *priv, u8 status)
drivers/gpib/tms9914/tms9914.c
273
u8 tms9914_serial_poll_status(struct gpib_board *board, struct tms9914_priv *priv)
drivers/gpib/tms9914/tms9914.c
287
struct tms9914_priv *priv, unsigned int address)
drivers/gpib/tms9914/tms9914.c
295
int tms9914_secondary_address(struct gpib_board *board, struct tms9914_priv *priv,
drivers/gpib/tms9914/tms9914.c
30
static unsigned int update_status_nolock(struct gpib_board *board, struct tms9914_priv *priv);
drivers/gpib/tms9914/tms9914.c
308
unsigned int tms9914_update_status(struct gpib_board *board, struct tms9914_priv *priv,
drivers/gpib/tms9914/tms9914.c
32
int tms9914_take_control(struct gpib_board *board, struct tms9914_priv *priv, int synchronous)
drivers/gpib/tms9914/tms9914.c
323
static void update_talker_state(struct tms9914_priv *priv, unsigned int address_status_bits)
drivers/gpib/tms9914/tms9914.c
339
static void update_listener_state(struct tms9914_priv *priv, unsigned int address_status_bits)
drivers/gpib/tms9914/tms9914.c
351
static unsigned int update_status_nolock(struct gpib_board *board, struct tms9914_priv *priv)
drivers/gpib/tms9914/tms9914.c
397
int tms9914_line_status(const struct gpib_board *board, struct tms9914_priv *priv)
drivers/gpib/tms9914/tms9914.c
425
static int check_for_eos(struct tms9914_priv *priv, u8 byte)
drivers/gpib/tms9914/tms9914.c
442
static int wait_for_read_byte(struct gpib_board *board, struct tms9914_priv *priv)
drivers/gpib/tms9914/tms9914.c
459
struct tms9914_priv *priv, int *end)
drivers/gpib/tms9914/tms9914.c
490
static int pio_read(struct gpib_board *board, struct tms9914_priv *priv, u8 *buffer,
drivers/gpib/tms9914/tms9914.c
511
int tms9914_read(struct gpib_board *board, struct tms9914_priv *priv, u8 *buffer,
drivers/gpib/tms9914/tms9914.c
551
static int pio_write_wait(struct gpib_board *board, struct tms9914_priv *priv)
drivers/gpib/tms9914/tms9914.c
571
static int pio_write(struct gpib_board *board, struct tms9914_priv *priv, u8 *buffer,
drivers/gpib/tms9914/tms9914.c
595
int tms9914_write(struct gpib_board *board, struct tms9914_priv *priv,
drivers/gpib/tms9914/tms9914.c
631
struct tms9914_priv *priv, int cmd_byte)
drivers/gpib/tms9914/tms9914.c
666
int tms9914_command(struct gpib_board *board, struct tms9914_priv *priv, u8 *buffer,
drivers/gpib/tms9914/tms9914.c
703
irqreturn_t tms9914_interrupt(struct gpib_board *board, struct tms9914_priv *priv)
drivers/gpib/tms9914/tms9914.c
71
struct tms9914_priv *priv, int synchronous)
drivers/gpib/tms9914/tms9914.c
714
irqreturn_t tms9914_interrupt_have_status(struct gpib_board *board, struct tms9914_priv *priv,
drivers/gpib/tms9914/tms9914.c
79
int tms9914_go_to_standby(struct gpib_board *board, struct tms9914_priv *priv)
drivers/gpib/tms9914/tms9914.c
823
void tms9914_board_reset(struct tms9914_priv *priv)
drivers/gpib/tms9914/tms9914.c
849
void tms9914_online(struct gpib_board *board, struct tms9914_priv *priv)
drivers/gpib/tms9914/tms9914.c
871
u8 tms9914_ioport_read_byte(struct tms9914_priv *priv, unsigned int register_num)
drivers/gpib/tms9914/tms9914.c
878
void tms9914_ioport_write_byte(struct tms9914_priv *priv, u8 data, unsigned int register_num)
drivers/gpib/tms9914/tms9914.c
888
u8 tms9914_iomem_read_byte(struct tms9914_priv *priv, unsigned int register_num)
drivers/gpib/tms9914/tms9914.c
895
void tms9914_iomem_write_byte(struct tms9914_priv *priv, u8 data, unsigned int register_num)