/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | efm32-uart.c | 344 struct ktermios *new, struct ktermios *old) in efm32_uart_set_termios() 355 baud = uart_get_baud_rate(port, new, old, in efm32_uart_set_termios() 677 /* fall back to old and (wrongly) generic property "location" */ in efm32_uart_probe_dt() 343 efm32_uart_set_termios(struct uart_port *port, struct ktermios *new, struct ktermios *old) efm32_uart_set_termios() argument
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | metricgroup.c | 783 struct metric *old = list_entry(pos, struct metric, nd); in __add_metric() local 786 hashmap__size(&old->pctx.ids)) in __add_metric()
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | pnfs.h | 332 const struct pnfs_layout_range *old), 334 struct pnfs_layout_segment *old),
|
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ |
H A D | amplc_pci224.c | 245 /* Combine old and new bits. */ 246 #define COMBINE(old, new, mask) (((old) & ~(mask)) | ((new) & (mask)))
|
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | ab8500-core.c | 348 u8 old = ab8500->oldmask[i]; in ab8500_irq_sync_unlock() local 352 if (new == old) in ab8500_irq_sync_unlock()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | pnfs.h | 332 const struct pnfs_layout_range *old), 334 struct pnfs_layout_segment *old),
|
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | ar933x_uart.c | 286 const struct ktermios *old) in ar933x_uart_set_termios() 314 baud = uart_get_baud_rate(port, new, old, up->min_baud, up->max_baud); in ar933x_uart_set_termios() 284 ar933x_uart_set_termios(struct uart_port *port, struct ktermios *new, const struct ktermios *old) ar933x_uart_set_termios() argument
|
H A D | ma35d1_serial.c | 415 const struct ktermios *old) in ma35d1serial_set_termios() 433 baud = uart_get_baud_rate(port, termios, old, in ma35d1serial_set_termios() 413 ma35d1serial_set_termios(struct uart_port *port, struct ktermios *termios, const struct ktermios *old) ma35d1serial_set_termios() argument
|
H A D | lantiq.c | 389 const struct ktermios *old) in lqasc_set_termios() 457 baud = uart_get_baud_rate(port, new, old, 0, port->uartclk / 16); in lqasc_set_termios() 388 lqasc_set_termios(struct uart_port *port, struct ktermios *new, const struct ktermios *old) lqasc_set_termios() argument
|
H A D | meson_uart.c | 338 const struct ktermios *old) in meson_uart_set_termios() 394 baud = uart_get_baud_rate(port, termios, old, 50, 4000000); in meson_uart_set_termios() 336 meson_uart_set_termios(struct uart_port *port, struct ktermios *termios, const struct ktermios *old) meson_uart_set_termios() argument
|
H A D | rp2.c | 374 const struct ktermios *old) in rp2_uart_set_termios() 380 baud = uart_get_baud_rate(port, new, old, 0, port->uartclk / 16); in rp2_uart_set_termios() 373 rp2_uart_set_termios(struct uart_port *port, struct ktermios *new, const struct ktermios *old) rp2_uart_set_termios() argument
|
H A D | pic32_uart.c | 600 const struct ktermios *old) in pic32_uart_set_termios() 664 baud = uart_get_baud_rate(port, new, old, 0, port->uartclk / 16); in pic32_uart_set_termios() 598 pic32_uart_set_termios(struct uart_port *port, struct ktermios *new, const struct ktermios *old) pic32_uart_set_termios() argument
|
H A D | rda-uart.c | 241 const struct ktermios *old) in rda_uart_set_termios() 251 baud = uart_get_baud_rate(port, termios, old, 9600, port->uartclk / 4); in rda_uart_set_termios() 239 rda_uart_set_termios(struct uart_port *port, struct ktermios *termios, const struct ktermios *old) rda_uart_set_termios() argument
|
H A D | pxa.c | 403 const struct ktermios *old) in serial_pxa_set_termios() 423 baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk/16); in serial_pxa_set_termios() 402 serial_pxa_set_termios(struct uart_port *port, struct ktermios *termios, const struct ktermios *old) serial_pxa_set_termios() argument
|
H A D | serial_txx9.c | 574 const struct ktermios *old) in serial_txx9_set_termios() 617 baud = uart_get_baud_rate(up, termios, old, 0, up->uartclk/16/2); in serial_txx9_set_termios() 573 serial_txx9_set_termios(struct uart_port *up, struct ktermios *termios, const struct ktermios *old) serial_txx9_set_termios() argument
|
H A D | st-asc.c | 465 const struct ktermios *old) in asc_set_termios() 480 baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk/16); in asc_set_termios() 464 asc_set_termios(struct uart_port *port, struct ktermios *termios, const struct ktermios *old) asc_set_termios() argument
|
/kernel/linux/linux-6.6/drivers/block/zram/zram_group/ |
H A D | group_writeback.c | 33 unsigned long old = zram->table[index].flags & (~ZRAM_GRPID_MASK); in zram_set_memcg_id() local 35 zram->table[index].flags = old | ((u64)gid << ZRAM_SIZE_SHIFT); in zram_set_memcg_id()
|
/kernel/linux/linux-6.6/drivers/comedi/drivers/ |
H A D | amplc_pci224.c | 243 /* Combine old and new bits. */ 244 #define COMBINE(old, new, mask) (((old) & ~(mask)) | ((new) & (mask)))
|
/kernel/linux/linux-6.6/drivers/media/pci/saa7134/ |
H A D | saa7134-input.c | 361 if (ir->old == parity) in get_key_pinnacle() 364 ir->old = parity; in get_key_pinnacle()
|
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/netdevsim/ |
H A D | udp_tunnel_nic.sh | 234 local -n old=$1 239 for check in $old; do
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | intel_pm.c | 809 static bool is_disabling(int old, int new, int threshold) in is_disabling() argument 811 return old >= threshold && new < threshold; in is_disabling() 814 static bool is_enabling(int old, int new, int threshold) in is_enabling() argument 816 return old < threshold && new >= threshold; in is_enabling() 3214 * Build a set of 'intermediate' watermark values that satisfy both the old 3258 * there's no safe way to transition from the old state to in ilk_compute_intermediate_wm() 3483 const struct ilk_wm_values *old, in ilk_compute_wm_dirty() 3491 if (old->wm_pipe[pipe] != new->wm_pipe[pipe]) { in ilk_compute_wm_dirty() 3498 if (old->enable_fbc_wm != new->enable_fbc_wm) { in ilk_compute_wm_dirty() 3504 if (old in ilk_compute_wm_dirty() 3482 ilk_compute_wm_dirty(struct drm_i915_private *dev_priv, const struct ilk_wm_values *old, const struct ilk_wm_values *new) ilk_compute_wm_dirty() argument 5852 const struct skl_ddb_entry *old, *new; skl_print_wm_changes() local [all...] |
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | smb2ops.c | 126 cifs_dbg(FYI, "trying to put %d credits from the old server instance %d\n", in smb2_add_credits() 313 cifs_server_dbg(VFS, "trying to return %d credits to old session\n", in smb2_adjust_credits() 4490 struct smb_rqst *old = &old_rq[i - 1]; in smb3_init_transform_rq() local 4493 size_t size = iov_iter_count(&old->rq_iter), seg, copied = 0; in smb3_init_transform_rq() 4495 orig_len += smb_rqst_len(server, old); in smb3_init_transform_rq() 4496 new->rq_iov = old->rq_iov; in smb3_init_transform_rq() 4497 new->rq_nvec = old->rq_nvec; in smb3_init_transform_rq() 4522 if (copy_page_from_iter(page, 0, seg, &old->rq_iter) != seg) { in smb3_init_transform_rq() 4873 void *old; in receive_encrypted_read() local 4879 old in receive_encrypted_read() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | i9xx_wm.c | 586 static bool is_disabling(int old, int new, int threshold) in is_disabling() argument 588 return old >= threshold && new < threshold; in is_disabling() 591 static bool is_enabling(int old, int new, int threshold) in is_enabling() argument 593 return old < threshold && new >= threshold; in is_enabling() 2858 * Build a set of 'intermediate' watermark values that satisfy both the old 2903 * there's no safe way to transition from the old state to in ilk_compute_intermediate_wm() 3123 const struct ilk_wm_values *old, in ilk_compute_wm_dirty() 3131 if (old->wm_pipe[pipe] != new->wm_pipe[pipe]) { in ilk_compute_wm_dirty() 3138 if (old->enable_fbc_wm != new->enable_fbc_wm) { in ilk_compute_wm_dirty() 3144 if (old in ilk_compute_wm_dirty() 3122 ilk_compute_wm_dirty(struct drm_i915_private *dev_priv, const struct ilk_wm_values *old, const struct ilk_wm_values *new) ilk_compute_wm_dirty() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-eth.c | 2222 struct bpf_prog *old; in dpaa2_eth_setup_xdp() local 2241 * so we are sure no old format buffers will be used from now on. in dpaa2_eth_setup_xdp() 2252 old = xchg(&priv->xdp_prog, prog); in dpaa2_eth_setup_xdp() 2253 if (old) in dpaa2_eth_setup_xdp() 2254 bpf_prog_put(old); in dpaa2_eth_setup_xdp() 2258 old = xchg(&ch->xdp.prog, prog); in dpaa2_eth_setup_xdp() 2259 if (old) in dpaa2_eth_setup_xdp() 2260 bpf_prog_put(old); in dpaa2_eth_setup_xdp()
|
/kernel/linux/linux-5.10/sound/pci/cs46xx/ |
H A D | cs46xx_lib.c | 22 * NOTE: with CONFIG_SND_CS46XX_NEW_DSP unset uses old DSP image (which 489 #else /* old DSP image */ 1221 /* old dsp */ in snd_cs46xx_playback_prepare() 1386 /* old dsp */ in snd_cs46xx_interrupt() 1910 unsigned int old = snd_cs46xx_peek(chip, reg); in snd_cs46xx_vol_put() local 1911 int change = (old != val); in snd_cs46xx_vol_put() 3258 /* old image */ in snd_cs46xx_start_dsp() 3437 int old = chip->amplifier; in amp_voyetra() local 3461 if (chip->amplifier && !old) { in amp_voyetra() 3480 int old in amp_hercules() local [all...] |