Home
last modified time | relevance | path

Searched refs:old (Results 2901 - 2925 of 3954) sorted by relevance

1...<<111112113114115116117118119120>>...159

/kernel/linux/linux-5.10/drivers/tty/serial/
H A Dapbuart.c233 struct ktermios *termios, struct ktermios *old) in apbuart_set_termios()
240 baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk / 16); in apbuart_set_termios()
232 apbuart_set_termios(struct uart_port *port, struct ktermios *termios, struct ktermios *old) apbuart_set_termios() argument
H A Dclps711x.c254 struct ktermios *old) in uart_clps711x_set_termios()
264 baud = uart_get_baud_rate(port, termios, old, port->uartclk / 4096, in uart_clps711x_set_termios()
252 uart_clps711x_set_termios(struct uart_port *port, struct ktermios *termios, struct ktermios *old) uart_clps711x_set_termios() argument
H A Dsunhv.c326 struct ktermios *old) in sunhv_set_termios()
328 unsigned int baud = uart_get_baud_rate(port, termios, old, 0, 4000000); in sunhv_set_termios()
325 sunhv_set_termios(struct uart_port *port, struct ktermios *termios, struct ktermios *old) sunhv_set_termios() argument
H A Ddigicolor-usart.c290 struct ktermios *old) in digicolor_uart_set_termios()
301 baud = uart_get_baud_rate(port, termios, old, in digicolor_uart_set_termios()
288 digicolor_uart_set_termios(struct uart_port *port, struct ktermios *termios, struct ktermios *old) digicolor_uart_set_termios() argument
/kernel/linux/linux-5.10/drivers/tty/
H A Dtty_ldisc.c498 * Helper to try and recover a tty when switching back to the old
520 * @old: previous ldisc
526 static void tty_ldisc_restore(struct tty_struct *tty, struct tty_ldisc *old) in tty_ldisc_restore() argument
529 if (tty_ldisc_failto(tty, old->ops->num) < 0) { in tty_ldisc_restore()
584 /* Shutdown the old discipline. */ in tty_set_ldisc()
593 /* Back to the old one or N_TTY if we can't */ in tty_set_ldisc()
605 reference to the old ldisc, or we hold two references to in tty_set_ldisc()
606 the old ldisc (if it was restored as part of error cleanup in tty_set_ldisc()
608 the old ldisc is correct. */ in tty_set_ldisc()
/kernel/linux/linux-5.10/drivers/tty/serial/8250/
H A D8250_lpss.c73 struct ktermios *old) in byt_set_termios()
107 serial8250_do_set_termios(p, termios, old); in byt_set_termios()
72 byt_set_termios(struct uart_port *p, struct ktermios *termios, struct ktermios *old) byt_set_termios() argument
H A D8250_mid.c211 struct ktermios *old) in mid8250_set_termios()
242 serial8250_do_set_termios(p, termios, old); in mid8250_set_termios()
209 mid8250_set_termios(struct uart_port *p, struct ktermios *termios, struct ktermios *old) mid8250_set_termios() argument
/kernel/linux/linux-5.10/net/sched/
H A Dsch_cbs.c492 struct Qdisc **old, struct netlink_ext_ack *extack) in cbs_graft()
503 *old = qdisc_replace(sch, new, &q->qdisc); in cbs_graft()
491 cbs_graft(struct Qdisc *sch, unsigned long arg, struct Qdisc *new, struct Qdisc **old, struct netlink_ext_ack *extack) cbs_graft() argument
H A Dsch_drr.c205 struct Qdisc *new, struct Qdisc **old, in drr_graft_class()
217 *old = qdisc_replace(sch, new, &cl->qdisc); in drr_graft_class()
204 drr_graft_class(struct Qdisc *sch, unsigned long arg, struct Qdisc *new, struct Qdisc **old, struct netlink_ext_ack *extack) drr_graft_class() argument
/kernel/linux/linux-5.10/include/media/
H A Dv4l2-ctrls.h1178 * @old: pointer to struct &v4l2_event with the reported
1183 void v4l2_ctrl_replace(struct v4l2_event *old, const struct v4l2_event *new);
1189 * @old: pointer to struct &v4l2_event with the reported
1194 void v4l2_ctrl_merge(const struct v4l2_event *old, struct v4l2_event *new);
/kernel/linux/linux-5.10/security/apparmor/include/
H A Dlabel.h291 bool aa_label_replace(struct aa_label *old, struct aa_label *new);
292 bool aa_label_make_newest(struct aa_labelset *ls, struct aa_label *old,
/kernel/linux/linux-5.10/tools/perf/util/
H A Dauxtrace.h375 u64 *head, u64 *old);
574 unsigned char *data, u64 *head, u64 *old);
/kernel/linux/linux-5.10/fs/bfs/
H A Ddir.c147 static int bfs_link(struct dentry *old, struct inode *dir, in bfs_link() argument
150 struct inode *inode = d_inode(old); in bfs_link()
/kernel/linux/linux-5.10/lib/
H A Dstring.c1136 * @old: The character being replaced.
1137 * @new: The character @old is replaced with.
1141 char *strreplace(char *s, char old, char new) in strreplace() argument
1144 if (*s == old) in strreplace()
/kernel/linux/linux-5.10/kernel/bpf/
H A Dnet_namespace.c365 struct bpf_prog *old) in __netns_bpf_prog_detach()
374 if (!attached || attached != old) in __netns_bpf_prog_detach()
363 __netns_bpf_prog_detach(struct net *net, enum netns_bpf_attach_type type, struct bpf_prog *old) __netns_bpf_prog_detach() argument
/kernel/linux/linux-5.10/drivers/parport/
H A Dieee1284.c771 long int old = dev->timeout; in parport_set_timeout() local
778 return old; in parport_set_timeout()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H A Di40e_ddp.c11 * @b: old profile info
58 * @old: old profile info
64 struct i40e_profile_info *old) in i40e_ddp_profiles_overlap()
66 unsigned int group_id_old = (u8)((old->track_id & 0x00FF0000) >> 16); in i40e_ddp_profiles_overlap()
63 i40e_ddp_profiles_overlap(struct i40e_profile_info *new, struct i40e_profile_info *old) i40e_ddp_profiles_overlap() argument
/kernel/linux/linux-6.6/fs/bfs/
H A Ddir.c147 static int bfs_link(struct dentry *old, struct inode *dir, in bfs_link() argument
150 struct inode *inode = d_inode(old); in bfs_link()
/kernel/linux/linux-6.6/include/media/
H A Dv4l2-ctrls.h1264 * @old: pointer to struct &v4l2_event with the reported
1269 void v4l2_ctrl_replace(struct v4l2_event *old, const struct v4l2_event *new);
1275 * @old: pointer to struct &v4l2_event with the reported
1280 void v4l2_ctrl_merge(const struct v4l2_event *old, struct v4l2_event *new);
/kernel/linux/linux-6.6/drivers/tty/serial/
H A D21285.c225 const struct ktermios *old) in serial21285_set_termios()
244 baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk/16); in serial21285_set_termios()
224 serial21285_set_termios(struct uart_port *port, struct ktermios *termios, const struct ktermios *old) serial21285_set_termios() argument
H A Dapbuart.c205 struct ktermios *termios, const struct ktermios *old) in apbuart_set_termios()
212 baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk / 16); in apbuart_set_termios()
204 apbuart_set_termios(struct uart_port *port, struct ktermios *termios, const struct ktermios *old) apbuart_set_termios() argument
H A Dmps2-uart.c342 const struct ktermios *old) in mps2_uart_set_termios()
353 baud = uart_get_baud_rate(port, termios, old, in mps2_uart_set_termios()
341 mps2_uart_set_termios(struct uart_port *port, struct ktermios *termios, const struct ktermios *old) mps2_uart_set_termios() argument
H A Dsunhv.c324 const struct ktermios *old) in sunhv_set_termios()
326 unsigned int baud = uart_get_baud_rate(port, termios, old, 0, 4000000); in sunhv_set_termios()
323 sunhv_set_termios(struct uart_port *port, struct ktermios *termios, const struct ktermios *old) sunhv_set_termios() argument
/kernel/linux/linux-6.6/drivers/tty/serial/8250/
H A D8250_lpss.c73 const struct ktermios *old) in byt_set_termios()
103 dw8250_do_set_termios(p, termios, old); in byt_set_termios()
72 byt_set_termios(struct uart_port *p, struct ktermios *termios, const struct ktermios *old) byt_set_termios() argument
H A D8250_mid.c210 const struct ktermios *old) in mid8250_set_termios()
241 serial8250_do_set_termios(p, termios, old); in mid8250_set_termios()
209 mid8250_set_termios(struct uart_port *p, struct ktermios *termios, const struct ktermios *old) mid8250_set_termios() argument

Completed in 33 milliseconds

1...<<111112113114115116117118119120>>...159