mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
tty: use u8 for flags
This makes all those 'char's an explicit 'u8'. This is part of the continuing unification of chars and flags to be consistent u8. This approaches tty_port_default_receive_buf(). Note that we do not change signedness as we compile with -funsigned-char. Signed-off-by: "Jiri Slaby (SUSE)" <jirislaby@kernel.org> Cc: William Hubbs <w.d.hubbs@gmail.com> Cc: Chris Brannon <chris@the-brannons.com> Cc: Kirk Reiser <kirk@reisers.ca> Cc: Samuel Thibault <samuel.thibault@ens-lyon.org> Cc: Marcel Holtmann <marcel@holtmann.org> Cc: Johan Hedberg <johan.hedberg@gmail.com> Cc: Luiz Augusto von Dentz <luiz.dentz@gmail.com> Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com> Cc: Arnd Bergmann <arnd@arndb.de> Cc: "David S. Miller" <davem@davemloft.net> Cc: Eric Dumazet <edumazet@google.com> Cc: Jakub Kicinski <kuba@kernel.org> Cc: Paolo Abeni <pabeni@redhat.com> Cc: Max Staudt <max@enpas.org> Cc: Wolfgang Grandegger <wg@grandegger.com> Cc: Marc Kleine-Budde <mkl@pengutronix.de> Cc: Dario Binacchi <dario.binacchi@amarulasolutions.com> Cc: Andreas Koensgen <ajk@comnets.uni-bremen.de> Cc: Jeremy Kerr <jk@codeconstruct.com.au> Cc: Matt Johnston <matt@codeconstruct.com.au> Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Cc: Liam Girdwood <lgirdwood@gmail.com> Cc: Mark Brown <broonie@kernel.org> Cc: Jaroslav Kysela <perex@perex.cz> Cc: Takashi Iwai <tiwai@suse.com> Acked-by: Mark Brown <broonie@kernel.org> Link: https://lore.kernel.org/r/20230810091510.13006-18-jirislaby@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
a8d9cd2318
commit
892bc209f2
23 changed files with 54 additions and 55 deletions
|
@ -72,7 +72,7 @@ static void spk_ttyio_ldisc_close(struct tty_struct *tty)
|
||||||
}
|
}
|
||||||
|
|
||||||
static size_t spk_ttyio_receive_buf2(struct tty_struct *tty, const u8 *cp,
|
static size_t spk_ttyio_receive_buf2(struct tty_struct *tty, const u8 *cp,
|
||||||
const char *fp, size_t count)
|
const u8 *fp, size_t count)
|
||||||
{
|
{
|
||||||
struct spk_ldisc_data *ldisc_data = tty->disc_data;
|
struct spk_ldisc_data *ldisc_data = tty->disc_data;
|
||||||
struct spk_synth *synth = ldisc_data->synth;
|
struct spk_synth *synth = ldisc_data->synth;
|
||||||
|
|
|
@ -599,7 +599,7 @@ static void hci_uart_tty_wakeup(struct tty_struct *tty)
|
||||||
* Return Value: None
|
* Return Value: None
|
||||||
*/
|
*/
|
||||||
static void hci_uart_tty_receive(struct tty_struct *tty, const u8 *data,
|
static void hci_uart_tty_receive(struct tty_struct *tty, const u8 *data,
|
||||||
const char *flags, size_t count)
|
const u8 *flags, size_t count)
|
||||||
{
|
{
|
||||||
struct hci_uart *hu = tty->disc_data;
|
struct hci_uart *hu = tty->disc_data;
|
||||||
|
|
||||||
|
|
|
@ -115,7 +115,7 @@ static void serport_ldisc_close(struct tty_struct *tty)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static void serport_ldisc_receive(struct tty_struct *tty, const u8 *cp,
|
static void serport_ldisc_receive(struct tty_struct *tty, const u8 *cp,
|
||||||
const char *fp, size_t count)
|
const u8 *fp, size_t count)
|
||||||
{
|
{
|
||||||
struct serport *serport = tty->disc_data;
|
struct serport *serport = tty->disc_data;
|
||||||
unsigned long flags;
|
unsigned long flags;
|
||||||
|
|
|
@ -792,7 +792,7 @@ static void st_tty_close(struct tty_struct *tty)
|
||||||
}
|
}
|
||||||
|
|
||||||
static void st_tty_receive(struct tty_struct *tty, const u8 *data,
|
static void st_tty_receive(struct tty_struct *tty, const u8 *data,
|
||||||
const char *tty_flags, size_t count)
|
const u8 *tty_flags, size_t count)
|
||||||
{
|
{
|
||||||
#ifdef VERBOSE
|
#ifdef VERBOSE
|
||||||
print_hex_dump(KERN_DEBUG, ">in>", DUMP_PREFIX_NONE,
|
print_hex_dump(KERN_DEBUG, ">in>", DUMP_PREFIX_NONE,
|
||||||
|
|
|
@ -159,7 +159,7 @@ static inline void debugfs_tx(struct ser_device *ser, const u8 *data, int size)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static void ldisc_receive(struct tty_struct *tty, const u8 *data,
|
static void ldisc_receive(struct tty_struct *tty, const u8 *data,
|
||||||
const char *flags, size_t count)
|
const u8 *flags, size_t count)
|
||||||
{
|
{
|
||||||
struct sk_buff *skb = NULL;
|
struct sk_buff *skb = NULL;
|
||||||
struct ser_device *ser;
|
struct ser_device *ser;
|
||||||
|
|
|
@ -886,7 +886,7 @@ static bool can327_is_valid_rx_char(u8 c)
|
||||||
* functions may be called in parallel.
|
* functions may be called in parallel.
|
||||||
*/
|
*/
|
||||||
static void can327_ldisc_rx(struct tty_struct *tty, const u8 *cp,
|
static void can327_ldisc_rx(struct tty_struct *tty, const u8 *cp,
|
||||||
const char *fp, size_t count)
|
const u8 *fp, size_t count)
|
||||||
{
|
{
|
||||||
struct can327 *elm = tty->disc_data;
|
struct can327 *elm = tty->disc_data;
|
||||||
size_t first_new_char_idx;
|
size_t first_new_char_idx;
|
||||||
|
|
|
@ -775,7 +775,7 @@ static const struct net_device_ops slcan_netdev_ops = {
|
||||||
* in parallel
|
* in parallel
|
||||||
*/
|
*/
|
||||||
static void slcan_receive_buf(struct tty_struct *tty, const u8 *cp,
|
static void slcan_receive_buf(struct tty_struct *tty, const u8 *cp,
|
||||||
const char *fp, size_t count)
|
const u8 *fp, size_t count)
|
||||||
{
|
{
|
||||||
struct slcan *sl = tty->disc_data;
|
struct slcan *sl = tty->disc_data;
|
||||||
|
|
||||||
|
|
|
@ -428,7 +428,7 @@ out:
|
||||||
* and sent on to some IP layer for further processing.
|
* and sent on to some IP layer for further processing.
|
||||||
*/
|
*/
|
||||||
static void sixpack_receive_buf(struct tty_struct *tty, const u8 *cp,
|
static void sixpack_receive_buf(struct tty_struct *tty, const u8 *cp,
|
||||||
const char *fp, size_t count)
|
const u8 *fp, size_t count)
|
||||||
{
|
{
|
||||||
struct sixpack *sp;
|
struct sixpack *sp;
|
||||||
int count1;
|
int count1;
|
||||||
|
|
|
@ -875,7 +875,7 @@ static int mkiss_ioctl(struct tty_struct *tty, unsigned int cmd,
|
||||||
* and sent on to the AX.25 layer for further processing.
|
* and sent on to the AX.25 layer for further processing.
|
||||||
*/
|
*/
|
||||||
static void mkiss_receive_buf(struct tty_struct *tty, const u8 *cp,
|
static void mkiss_receive_buf(struct tty_struct *tty, const u8 *cp,
|
||||||
const char *fp, size_t count)
|
const u8 *fp, size_t count)
|
||||||
{
|
{
|
||||||
struct mkiss *ax = mkiss_get(tty);
|
struct mkiss *ax = mkiss_get(tty);
|
||||||
|
|
||||||
|
|
|
@ -391,7 +391,7 @@ static void mctp_serial_push(struct mctp_serial *dev, unsigned char c)
|
||||||
}
|
}
|
||||||
|
|
||||||
static void mctp_serial_tty_receive_buf(struct tty_struct *tty, const u8 *c,
|
static void mctp_serial_tty_receive_buf(struct tty_struct *tty, const u8 *c,
|
||||||
const char *f, size_t len)
|
const u8 *f, size_t len)
|
||||||
{
|
{
|
||||||
struct mctp_serial *dev = tty->disc_data;
|
struct mctp_serial *dev = tty->disc_data;
|
||||||
int i;
|
int i;
|
||||||
|
|
|
@ -98,7 +98,7 @@ static int ppp_async_send(struct ppp_channel *chan, struct sk_buff *skb);
|
||||||
static int ppp_async_push(struct asyncppp *ap);
|
static int ppp_async_push(struct asyncppp *ap);
|
||||||
static void ppp_async_flush_output(struct asyncppp *ap);
|
static void ppp_async_flush_output(struct asyncppp *ap);
|
||||||
static void ppp_async_input(struct asyncppp *ap, const unsigned char *buf,
|
static void ppp_async_input(struct asyncppp *ap, const unsigned char *buf,
|
||||||
const char *flags, int count);
|
const u8 *flags, int count);
|
||||||
static int ppp_async_ioctl(struct ppp_channel *chan, unsigned int cmd,
|
static int ppp_async_ioctl(struct ppp_channel *chan, unsigned int cmd,
|
||||||
unsigned long arg);
|
unsigned long arg);
|
||||||
static void ppp_async_process(struct tasklet_struct *t);
|
static void ppp_async_process(struct tasklet_struct *t);
|
||||||
|
@ -330,7 +330,7 @@ ppp_asynctty_ioctl(struct tty_struct *tty, unsigned int cmd, unsigned long arg)
|
||||||
|
|
||||||
/* May sleep, don't call from interrupt level or with interrupts disabled */
|
/* May sleep, don't call from interrupt level or with interrupts disabled */
|
||||||
static void
|
static void
|
||||||
ppp_asynctty_receive(struct tty_struct *tty, const u8 *buf, const char *cflags,
|
ppp_asynctty_receive(struct tty_struct *tty, const u8 *buf, const u8 *cflags,
|
||||||
size_t count)
|
size_t count)
|
||||||
{
|
{
|
||||||
struct asyncppp *ap = ap_get(tty);
|
struct asyncppp *ap = ap_get(tty);
|
||||||
|
@ -819,8 +819,7 @@ process_input_packet(struct asyncppp *ap)
|
||||||
other ldisc functions but will not be re-entered */
|
other ldisc functions but will not be re-entered */
|
||||||
|
|
||||||
static void
|
static void
|
||||||
ppp_async_input(struct asyncppp *ap, const u8 *buf, const char *flags,
|
ppp_async_input(struct asyncppp *ap, const u8 *buf, const u8 *flags, int count)
|
||||||
int count)
|
|
||||||
{
|
{
|
||||||
struct sk_buff *skb;
|
struct sk_buff *skb;
|
||||||
int c, i, j, n, s, f;
|
int c, i, j, n, s, f;
|
||||||
|
|
|
@ -93,7 +93,7 @@ static int ppp_sync_ioctl(struct ppp_channel *chan, unsigned int cmd,
|
||||||
static void ppp_sync_process(struct tasklet_struct *t);
|
static void ppp_sync_process(struct tasklet_struct *t);
|
||||||
static int ppp_sync_push(struct syncppp *ap);
|
static int ppp_sync_push(struct syncppp *ap);
|
||||||
static void ppp_sync_flush_output(struct syncppp *ap);
|
static void ppp_sync_flush_output(struct syncppp *ap);
|
||||||
static void ppp_sync_input(struct syncppp *ap, const u8 *buf, const char *flags,
|
static void ppp_sync_input(struct syncppp *ap, const u8 *buf, const u8 *flags,
|
||||||
int count);
|
int count);
|
||||||
|
|
||||||
static const struct ppp_channel_ops sync_ops = {
|
static const struct ppp_channel_ops sync_ops = {
|
||||||
|
@ -323,7 +323,7 @@ ppp_synctty_ioctl(struct tty_struct *tty, unsigned int cmd, unsigned long arg)
|
||||||
|
|
||||||
/* May sleep, don't call from interrupt level or with interrupts disabled */
|
/* May sleep, don't call from interrupt level or with interrupts disabled */
|
||||||
static void
|
static void
|
||||||
ppp_sync_receive(struct tty_struct *tty, const u8 *buf, const char *cflags,
|
ppp_sync_receive(struct tty_struct *tty, const u8 *buf, const u8 *cflags,
|
||||||
size_t count)
|
size_t count)
|
||||||
{
|
{
|
||||||
struct syncppp *ap = sp_get(tty);
|
struct syncppp *ap = sp_get(tty);
|
||||||
|
@ -655,7 +655,7 @@ ppp_sync_flush_output(struct syncppp *ap)
|
||||||
* frame is considered to be in error and is tossed.
|
* frame is considered to be in error and is tossed.
|
||||||
*/
|
*/
|
||||||
static void
|
static void
|
||||||
ppp_sync_input(struct syncppp *ap, const u8 *buf, const char *flags, int count)
|
ppp_sync_input(struct syncppp *ap, const u8 *buf, const u8 *flags, int count)
|
||||||
{
|
{
|
||||||
struct sk_buff *skb;
|
struct sk_buff *skb;
|
||||||
unsigned char *p;
|
unsigned char *p;
|
||||||
|
|
|
@ -685,8 +685,8 @@ static void sl_setup(struct net_device *dev)
|
||||||
* in parallel
|
* in parallel
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static void slip_receive_buf(struct tty_struct *tty, const u8 *cp,
|
static void slip_receive_buf(struct tty_struct *tty, const u8 *cp, const u8 *fp,
|
||||||
const char *fp, size_t count)
|
size_t count)
|
||||||
{
|
{
|
||||||
struct slip *sl = tty->disc_data;
|
struct slip *sl = tty->disc_data;
|
||||||
|
|
||||||
|
|
|
@ -3490,7 +3490,7 @@ static void gsmld_detach_gsm(struct tty_struct *tty, struct gsm_mux *gsm)
|
||||||
}
|
}
|
||||||
|
|
||||||
static void gsmld_receive_buf(struct tty_struct *tty, const u8 *cp,
|
static void gsmld_receive_buf(struct tty_struct *tty, const u8 *cp,
|
||||||
const char *fp, size_t count)
|
const u8 *fp, size_t count)
|
||||||
{
|
{
|
||||||
struct gsm_mux *gsm = tty->disc_data;
|
struct gsm_mux *gsm = tty->disc_data;
|
||||||
char flags = TTY_NORMAL;
|
char flags = TTY_NORMAL;
|
||||||
|
|
|
@ -370,7 +370,7 @@ static void n_hdlc_tty_wakeup(struct tty_struct *tty)
|
||||||
* interpreted as one HDLC frame.
|
* interpreted as one HDLC frame.
|
||||||
*/
|
*/
|
||||||
static void n_hdlc_tty_receive(struct tty_struct *tty, const u8 *data,
|
static void n_hdlc_tty_receive(struct tty_struct *tty, const u8 *data,
|
||||||
const char *flags, size_t count)
|
const u8 *flags, size_t count)
|
||||||
{
|
{
|
||||||
register struct n_hdlc *n_hdlc = tty->disc_data;
|
register struct n_hdlc *n_hdlc = tty->disc_data;
|
||||||
register struct n_hdlc_buf *buf;
|
register struct n_hdlc_buf *buf;
|
||||||
|
|
|
@ -1480,7 +1480,7 @@ n_tty_receive_char_lnext(struct tty_struct *tty, unsigned char c, char flag)
|
||||||
|
|
||||||
/* Caller must ensure count > 0 */
|
/* Caller must ensure count > 0 */
|
||||||
static void n_tty_lookahead_flow_ctrl(struct tty_struct *tty, const u8 *cp,
|
static void n_tty_lookahead_flow_ctrl(struct tty_struct *tty, const u8 *cp,
|
||||||
const unsigned char *fp, size_t count)
|
const u8 *fp, size_t count)
|
||||||
{
|
{
|
||||||
struct n_tty_data *ldata = tty->disc_data;
|
struct n_tty_data *ldata = tty->disc_data;
|
||||||
unsigned char flag = TTY_NORMAL;
|
unsigned char flag = TTY_NORMAL;
|
||||||
|
@ -1520,11 +1520,11 @@ n_tty_receive_buf_real_raw(const struct tty_struct *tty, const u8 *cp,
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
n_tty_receive_buf_raw(struct tty_struct *tty, const u8 *cp,
|
n_tty_receive_buf_raw(struct tty_struct *tty, const u8 *cp, const u8 *fp,
|
||||||
const char *fp, int count)
|
int count)
|
||||||
{
|
{
|
||||||
struct n_tty_data *ldata = tty->disc_data;
|
struct n_tty_data *ldata = tty->disc_data;
|
||||||
char flag = TTY_NORMAL;
|
u8 flag = TTY_NORMAL;
|
||||||
|
|
||||||
while (count--) {
|
while (count--) {
|
||||||
if (fp)
|
if (fp)
|
||||||
|
@ -1537,8 +1537,8 @@ n_tty_receive_buf_raw(struct tty_struct *tty, const u8 *cp,
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
n_tty_receive_buf_closing(struct tty_struct *tty, const u8 *cp,
|
n_tty_receive_buf_closing(struct tty_struct *tty, const u8 *cp, const u8 *fp,
|
||||||
const char *fp, int count, bool lookahead_done)
|
int count, bool lookahead_done)
|
||||||
{
|
{
|
||||||
char flag = TTY_NORMAL;
|
char flag = TTY_NORMAL;
|
||||||
|
|
||||||
|
@ -1551,11 +1551,11 @@ n_tty_receive_buf_closing(struct tty_struct *tty, const u8 *cp,
|
||||||
}
|
}
|
||||||
|
|
||||||
static void n_tty_receive_buf_standard(struct tty_struct *tty, const u8 *cp,
|
static void n_tty_receive_buf_standard(struct tty_struct *tty, const u8 *cp,
|
||||||
const char *fp, int count,
|
const u8 *fp, int count,
|
||||||
bool lookahead_done)
|
bool lookahead_done)
|
||||||
{
|
{
|
||||||
struct n_tty_data *ldata = tty->disc_data;
|
struct n_tty_data *ldata = tty->disc_data;
|
||||||
char flag = TTY_NORMAL;
|
u8 flag = TTY_NORMAL;
|
||||||
|
|
||||||
while (count--) {
|
while (count--) {
|
||||||
u8 c = *cp++;
|
u8 c = *cp++;
|
||||||
|
@ -1589,8 +1589,8 @@ static void n_tty_receive_buf_standard(struct tty_struct *tty, const u8 *cp,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static void __receive_buf(struct tty_struct *tty, const u8 *cp,
|
static void __receive_buf(struct tty_struct *tty, const u8 *cp, const u8 *fp,
|
||||||
const char *fp, int count)
|
int count)
|
||||||
{
|
{
|
||||||
struct n_tty_data *ldata = tty->disc_data;
|
struct n_tty_data *ldata = tty->disc_data;
|
||||||
bool preops = I_ISTRIP(tty) || (I_IUCLC(tty) && L_IEXTEN(tty));
|
bool preops = I_ISTRIP(tty) || (I_IUCLC(tty) && L_IEXTEN(tty));
|
||||||
|
@ -1664,8 +1664,8 @@ static void __receive_buf(struct tty_struct *tty, const u8 *cp,
|
||||||
* publishes commit_head or canon_head
|
* publishes commit_head or canon_head
|
||||||
*/
|
*/
|
||||||
static size_t
|
static size_t
|
||||||
n_tty_receive_buf_common(struct tty_struct *tty, const u8 *cp,
|
n_tty_receive_buf_common(struct tty_struct *tty, const u8 *cp, const u8 *fp,
|
||||||
const char *fp, int count, int flow)
|
int count, int flow)
|
||||||
{
|
{
|
||||||
struct n_tty_data *ldata = tty->disc_data;
|
struct n_tty_data *ldata = tty->disc_data;
|
||||||
size_t rcvd = 0;
|
size_t rcvd = 0;
|
||||||
|
@ -1746,13 +1746,13 @@ n_tty_receive_buf_common(struct tty_struct *tty, const u8 *cp,
|
||||||
}
|
}
|
||||||
|
|
||||||
static void n_tty_receive_buf(struct tty_struct *tty, const u8 *cp,
|
static void n_tty_receive_buf(struct tty_struct *tty, const u8 *cp,
|
||||||
const char *fp, size_t count)
|
const u8 *fp, size_t count)
|
||||||
{
|
{
|
||||||
n_tty_receive_buf_common(tty, cp, fp, count, 0);
|
n_tty_receive_buf_common(tty, cp, fp, count, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
static size_t n_tty_receive_buf2(struct tty_struct *tty, const u8 *cp,
|
static size_t n_tty_receive_buf2(struct tty_struct *tty, const u8 *cp,
|
||||||
const char *fp, size_t count)
|
const u8 *fp, size_t count)
|
||||||
{
|
{
|
||||||
return n_tty_receive_buf_common(tty, cp, fp, count, 1);
|
return n_tty_receive_buf_common(tty, cp, fp, count, 1);
|
||||||
}
|
}
|
||||||
|
|
|
@ -317,7 +317,7 @@ EXPORT_SYMBOL_GPL(tty_buffer_request_room);
|
||||||
* Returns: the number added.
|
* Returns: the number added.
|
||||||
*/
|
*/
|
||||||
int tty_insert_flip_string_fixed_flag(struct tty_port *port, const u8 *chars,
|
int tty_insert_flip_string_fixed_flag(struct tty_port *port, const u8 *chars,
|
||||||
char flag, size_t size)
|
u8 flag, size_t size)
|
||||||
{
|
{
|
||||||
int copied = 0;
|
int copied = 0;
|
||||||
bool flags = flag != TTY_NORMAL;
|
bool flags = flag != TTY_NORMAL;
|
||||||
|
@ -356,7 +356,7 @@ EXPORT_SYMBOL(tty_insert_flip_string_fixed_flag);
|
||||||
* Returns: the number added.
|
* Returns: the number added.
|
||||||
*/
|
*/
|
||||||
int tty_insert_flip_string_flags(struct tty_port *port, const u8 *chars,
|
int tty_insert_flip_string_flags(struct tty_port *port, const u8 *chars,
|
||||||
const char *flags, size_t size)
|
const u8 *flags, size_t size)
|
||||||
{
|
{
|
||||||
int copied = 0;
|
int copied = 0;
|
||||||
|
|
||||||
|
@ -390,7 +390,7 @@ EXPORT_SYMBOL(tty_insert_flip_string_flags);
|
||||||
* Queue a single byte @ch to the tty buffering, with an optional flag. This is
|
* Queue a single byte @ch to the tty buffering, with an optional flag. This is
|
||||||
* the slow path of tty_insert_flip_char().
|
* the slow path of tty_insert_flip_char().
|
||||||
*/
|
*/
|
||||||
int __tty_insert_flip_char(struct tty_port *port, u8 ch, char flag)
|
int __tty_insert_flip_char(struct tty_port *port, u8 ch, u8 flag)
|
||||||
{
|
{
|
||||||
struct tty_buffer *tb;
|
struct tty_buffer *tb;
|
||||||
bool flags = flag != TTY_NORMAL;
|
bool flags = flag != TTY_NORMAL;
|
||||||
|
@ -449,7 +449,7 @@ EXPORT_SYMBOL_GPL(tty_prepare_flip_string);
|
||||||
*
|
*
|
||||||
* Returns: the number of bytes processed.
|
* Returns: the number of bytes processed.
|
||||||
*/
|
*/
|
||||||
size_t tty_ldisc_receive_buf(struct tty_ldisc *ld, const u8 *p, const char *f,
|
size_t tty_ldisc_receive_buf(struct tty_ldisc *ld, const u8 *p, const u8 *f,
|
||||||
size_t count)
|
size_t count)
|
||||||
{
|
{
|
||||||
if (ld->ops->receive_buf2)
|
if (ld->ops->receive_buf2)
|
||||||
|
|
|
@ -34,7 +34,7 @@ static size_t tty_port_default_receive_buf(struct tty_port *port, const u8 *p,
|
||||||
if (!ld)
|
if (!ld)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
count = tty_ldisc_receive_buf(ld, p, (char *)f, count);
|
count = tty_ldisc_receive_buf(ld, p, f, count);
|
||||||
|
|
||||||
tty_ldisc_deref(ld);
|
tty_ldisc_deref(ld);
|
||||||
|
|
||||||
|
|
|
@ -27,9 +27,9 @@ static inline u8 *char_buf_ptr(struct tty_buffer *b, int ofs)
|
||||||
return ((u8 *)b->data) + ofs;
|
return ((u8 *)b->data) + ofs;
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline char *flag_buf_ptr(struct tty_buffer *b, int ofs)
|
static inline u8 *flag_buf_ptr(struct tty_buffer *b, int ofs)
|
||||||
{
|
{
|
||||||
return (char *)char_buf_ptr(b, ofs) + b->size;
|
return char_buf_ptr(b, ofs) + b->size;
|
||||||
}
|
}
|
||||||
|
|
||||||
struct tty_bufhead {
|
struct tty_bufhead {
|
||||||
|
|
|
@ -11,14 +11,14 @@ int tty_buffer_set_limit(struct tty_port *port, int limit);
|
||||||
unsigned int tty_buffer_space_avail(struct tty_port *port);
|
unsigned int tty_buffer_space_avail(struct tty_port *port);
|
||||||
int tty_buffer_request_room(struct tty_port *port, size_t size);
|
int tty_buffer_request_room(struct tty_port *port, size_t size);
|
||||||
int tty_insert_flip_string_flags(struct tty_port *port, const u8 *chars,
|
int tty_insert_flip_string_flags(struct tty_port *port, const u8 *chars,
|
||||||
const char *flags, size_t size);
|
const u8 *flags, size_t size);
|
||||||
int tty_insert_flip_string_fixed_flag(struct tty_port *port, const u8 *chars,
|
int tty_insert_flip_string_fixed_flag(struct tty_port *port, const u8 *chars,
|
||||||
char flag, size_t size);
|
u8 flag, size_t size);
|
||||||
int tty_prepare_flip_string(struct tty_port *port, u8 **chars, size_t size);
|
int tty_prepare_flip_string(struct tty_port *port, u8 **chars, size_t size);
|
||||||
void tty_flip_buffer_push(struct tty_port *port);
|
void tty_flip_buffer_push(struct tty_port *port);
|
||||||
int __tty_insert_flip_char(struct tty_port *port, u8 ch, char flag);
|
int __tty_insert_flip_char(struct tty_port *port, u8 ch, u8 flag);
|
||||||
|
|
||||||
static inline int tty_insert_flip_char(struct tty_port *port, u8 ch, char flag)
|
static inline int tty_insert_flip_char(struct tty_port *port, u8 ch, u8 flag)
|
||||||
{
|
{
|
||||||
struct tty_buffer *tb = port->buf.tail;
|
struct tty_buffer *tb = port->buf.tail;
|
||||||
int change;
|
int change;
|
||||||
|
@ -39,7 +39,7 @@ static inline int tty_insert_flip_string(struct tty_port *port,
|
||||||
return tty_insert_flip_string_fixed_flag(port, chars, TTY_NORMAL, size);
|
return tty_insert_flip_string_fixed_flag(port, chars, TTY_NORMAL, size);
|
||||||
}
|
}
|
||||||
|
|
||||||
size_t tty_ldisc_receive_buf(struct tty_ldisc *ld, const u8 *p, const char *f,
|
size_t tty_ldisc_receive_buf(struct tty_ldisc *ld, const u8 *p, const u8 *f,
|
||||||
size_t count);
|
size_t count);
|
||||||
|
|
||||||
void tty_buffer_lock_exclusive(struct tty_port *port);
|
void tty_buffer_lock_exclusive(struct tty_port *port);
|
||||||
|
|
|
@ -162,7 +162,7 @@ int ldsem_down_write_nested(struct ld_semaphore *sem, int subclass,
|
||||||
* Optional. Can sleep.
|
* Optional. Can sleep.
|
||||||
*
|
*
|
||||||
* @receive_buf: [DRV] ``void ()(struct tty_struct *tty, const u8 *cp,
|
* @receive_buf: [DRV] ``void ()(struct tty_struct *tty, const u8 *cp,
|
||||||
* const char *fp, size_t count)``
|
* const u8 *fp, size_t count)``
|
||||||
*
|
*
|
||||||
* This function is called by the low-level tty driver to send characters
|
* This function is called by the low-level tty driver to send characters
|
||||||
* received by the hardware to the line discpline for processing. @cp is
|
* received by the hardware to the line discpline for processing. @cp is
|
||||||
|
@ -192,7 +192,7 @@ int ldsem_down_write_nested(struct ld_semaphore *sem, int subclass,
|
||||||
* Optional.
|
* Optional.
|
||||||
*
|
*
|
||||||
* @receive_buf2: [DRV] ``ssize_t ()(struct tty_struct *tty, const u8 *cp,
|
* @receive_buf2: [DRV] ``ssize_t ()(struct tty_struct *tty, const u8 *cp,
|
||||||
* const char *fp, size_t count)``
|
* const u8 *fp, size_t count)``
|
||||||
*
|
*
|
||||||
* This function is called by the low-level tty driver to send characters
|
* This function is called by the low-level tty driver to send characters
|
||||||
* received by the hardware to the line discpline for processing. @cp is a
|
* received by the hardware to the line discpline for processing. @cp is a
|
||||||
|
@ -205,7 +205,7 @@ int ldsem_down_write_nested(struct ld_semaphore *sem, int subclass,
|
||||||
* Optional.
|
* Optional.
|
||||||
*
|
*
|
||||||
* @lookahead_buf: [DRV] ``void ()(struct tty_struct *tty, const u8 *cp,
|
* @lookahead_buf: [DRV] ``void ()(struct tty_struct *tty, const u8 *cp,
|
||||||
* const char *fp, size_t count)``
|
* const u8 *fp, size_t count)``
|
||||||
*
|
*
|
||||||
* This function is called by the low-level tty driver for characters
|
* This function is called by the low-level tty driver for characters
|
||||||
* not eaten by ->receive_buf() or ->receive_buf2(). It is useful for
|
* not eaten by ->receive_buf() or ->receive_buf2(). It is useful for
|
||||||
|
@ -256,13 +256,13 @@ struct tty_ldisc_ops {
|
||||||
* The following routines are called from below.
|
* The following routines are called from below.
|
||||||
*/
|
*/
|
||||||
void (*receive_buf)(struct tty_struct *tty, const u8 *cp,
|
void (*receive_buf)(struct tty_struct *tty, const u8 *cp,
|
||||||
const char *fp, size_t count);
|
const u8 *fp, size_t count);
|
||||||
void (*write_wakeup)(struct tty_struct *tty);
|
void (*write_wakeup)(struct tty_struct *tty);
|
||||||
void (*dcd_change)(struct tty_struct *tty, bool active);
|
void (*dcd_change)(struct tty_struct *tty, bool active);
|
||||||
size_t (*receive_buf2)(struct tty_struct *tty, const u8 *cp,
|
size_t (*receive_buf2)(struct tty_struct *tty, const u8 *cp,
|
||||||
const char *fp, size_t count);
|
const u8 *fp, size_t count);
|
||||||
void (*lookahead_buf)(struct tty_struct *tty, const u8 *cp,
|
void (*lookahead_buf)(struct tty_struct *tty, const u8 *cp,
|
||||||
const unsigned char *fp, size_t count);
|
const u8 *fp, size_t count);
|
||||||
|
|
||||||
struct module *owner;
|
struct module *owner;
|
||||||
};
|
};
|
||||||
|
|
|
@ -296,7 +296,7 @@ static int nci_uart_default_recv_buf(struct nci_uart *nu, const u8 *data,
|
||||||
* Return Value: None
|
* Return Value: None
|
||||||
*/
|
*/
|
||||||
static void nci_uart_tty_receive(struct tty_struct *tty, const u8 *data,
|
static void nci_uart_tty_receive(struct tty_struct *tty, const u8 *data,
|
||||||
const char *flags, size_t count)
|
const u8 *flags, size_t count)
|
||||||
{
|
{
|
||||||
struct nci_uart *nu = tty->disc_data;
|
struct nci_uart *nu = tty->disc_data;
|
||||||
|
|
||||||
|
|
|
@ -258,7 +258,7 @@ static void v253_hangup(struct tty_struct *tty)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Line discipline .receive_buf() */
|
/* Line discipline .receive_buf() */
|
||||||
static void v253_receive(struct tty_struct *tty, const u8 *cp, const char *fp,
|
static void v253_receive(struct tty_struct *tty, const u8 *cp, const u8 *fp,
|
||||||
size_t count)
|
size_t count)
|
||||||
{
|
{
|
||||||
struct snd_soc_component *component = tty->disc_data;
|
struct snd_soc_component *component = tty->disc_data;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue