Searched refs:poll_tx_char (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/drivers/tc/ |
D | lk201.c | 69 .poll_tx_char = NULL, 100 if (info->hook->poll_tx_char(info, ch)) { in lk201_send() 213 if (info->hook->poll_tx_char(info, LK_CMD_RPT_RATE(i))) in write_kbd_rate() 215 if (info->hook->poll_tx_char(info, LK_PARAM_DELAY(delay))) in write_kbd_rate() 217 if (info->hook->poll_tx_char(info, LK_PARAM_RATE(rate))) in write_kbd_rate() 256 if (info->hook->poll_tx_char(info, LK_CMD_ENB_BELL)) in lk201kd_mksound() 258 if (info->hook->poll_tx_char(info, LK_PARAM_VOLUME(ticks))) in lk201kd_mksound() 260 if (info->hook->poll_tx_char(info, LK_CMD_BELL)) in lk201kd_mksound() 278 if (info->hook->poll_tx_char(info, LK_CMD_LEDS_ON)) in kbd_leds() 280 if (info->hook->poll_tx_char(info, LK_PARAM_LED_MASK(l))) in kbd_leds() [all …]
|
D | zs.h | 99 int (*poll_tx_char)(struct dec_serial* info, member
|
D | zs.c | 2051 hook->poll_tx_char = zs_poll_tx_char; in register_zs_hook()
|
/linux-2.4.37.9/include/asm-mips/dec/ |
D | serial.h | 28 int (*poll_tx_char)(void *handle, unsigned char ch); member
|
/linux-2.4.37.9/include/asm-mips64/dec/ |
D | serial.h | 28 int (*poll_tx_char)(void *handle, unsigned char ch); member
|