/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | apbuart.c | 233 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 D | clps711x.c | 254 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 D | sunhv.c | 326 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 D | digicolor-usart.c | 290 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 D | tty_ldisc.c | 498 * 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 D | 8250_lpss.c | 73 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 D | 8250_mid.c | 211 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 D | sch_cbs.c | 492 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 D | sch_drr.c | 205 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 D | v4l2-ctrls.h | 1178 * @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 D | label.h | 291 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 D | auxtrace.h | 375 u64 *head, u64 *old); 574 unsigned char *data, u64 *head, u64 *old);
|
/kernel/linux/linux-5.10/fs/bfs/ |
H A D | dir.c | 147 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 D | string.c | 1136 * @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 D | net_namespace.c | 365 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 D | ieee1284.c | 771 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 D | i40e_ddp.c | 11 * @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 D | dir.c | 147 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 D | v4l2-ctrls.h | 1264 * @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 D | 21285.c | 225 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 D | apbuart.c | 205 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 D | mps2-uart.c | 342 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 D | sunhv.c | 324 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 D | 8250_lpss.c | 73 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 D | 8250_mid.c | 210 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
|