Home
last modified time | relevance | path

Searched refs:old (Results 2601 - 2625 of 2855) sorted by relevance

1...<<101102103104105106107108109110>>...115

/kernel/linux/linux-5.10/drivers/platform/x86/
H A Ddell-laptop.c1341 static int kbd_set_state_safe(struct kbd_state *state, struct kbd_state *old) in kbd_set_state_safe() argument
1355 if (kbd_set_state(old)) in kbd_set_state_safe()
1356 pr_err("Setting old previous keyboard state failed\n"); in kbd_set_state_safe()
1435 * settings. So do not try to set AC values on old models. in kbd_init_info()
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/
H A Damplc_pci230.c431 /* Combine old and new bits. */
432 #define COMBINE(old, new, mask) (((old) & ~(mask)) | ((new) & (mask)))
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/nfdk/
H A Ddp.c1315 struct sk_buff *skb, bool old) in nfp_nfdk_ctrl_tx_one()
1340 if (!old) in nfp_nfdk_ctrl_tx_one()
1314 nfp_nfdk_ctrl_tx_one(struct nfp_net *nn, struct nfp_net_r_vector *r_vec, struct sk_buff *skb, bool old) nfp_nfdk_ctrl_tx_one() argument
/kernel/linux/linux-6.6/drivers/net/can/
H A Dgrcan.c358 u32 old = grcan_read_reg(reg); in grcan_write_bits() local
360 grcan_write_reg(reg, (old & ~mask) | (value & mask)); in grcan_write_bits()
1414 /* Bug workaround for old version of grcan where updating txwr in grcan_start_xmit()
/kernel/linux/linux-6.6/include/linux/
H A Dkvm_host.h68 * first would allow a vCPU to cache a spte from the old memslots using the
70 * to the new memslots would allow cache hits using the old generation number
695 * 7-bit bucket count matches the size of the old id to index array for
1155 const struct kvm_memory_slot *old,
1159 struct kvm_memory_slot *old,
1959 * that the caller either sees the old (non-zero) value of in mmu_invalidate_retry()
/kernel/linux/linux-6.6/include/net/
H A Dtcp.h2027 /* Called when old skb is about to be deleted and replaced by new skb */
2029 struct sk_buff *old, in tcp_highest_sack_replace()
2032 if (old == tcp_highest_sack(sk)) in tcp_highest_sack_replace()
2028 tcp_highest_sack_replace(struct sock *sk, struct sk_buff *old, struct sk_buff *new) tcp_highest_sack_replace() argument
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Domap-serial.c777 const struct ktermios *old) in serial_omap_set_termios()
799 baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk/13); in serial_omap_set_termios()
776 serial_omap_set_termios(struct uart_port *port, struct ktermios *termios, const struct ktermios *old) serial_omap_set_termios() argument
H A Dsc16is7xx.c1001 const struct ktermios *old) in sc16is7xx_set_termios()
1094 baud = uart_get_baud_rate(port, termios, old, in sc16is7xx_set_termios()
999 sc16is7xx_set_termios(struct uart_port *port, struct ktermios *termios, const struct ktermios *old) sc16is7xx_set_termios() argument
H A Dstm32-usart.c1141 const struct ktermios *old) in stm32_usart_set_termios()
1157 baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk / 8); in stm32_usart_set_termios()
1139 stm32_usart_set_termios(struct uart_port *port, struct ktermios *termios, const struct ktermios *old) stm32_usart_set_termios() argument
H A Dsunzilog.c7 * This is based on the old drivers/sbus/char/zs.c code. A lot
939 const struct ktermios *old) in sunzilog_set_termios()
946 baud = uart_get_baud_rate(port, termios, old, 1200, 76800); in sunzilog_set_termios()
938 sunzilog_set_termios(struct uart_port *port, struct ktermios *termios, const struct ktermios *old) sunzilog_set_termios() argument
H A Dmax310x.c927 const struct ktermios *old) in max310x_set_termios()
1024 baud = uart_get_baud_rate(port, termios, old, in max310x_set_termios()
925 max310x_set_termios(struct uart_port *port, struct ktermios *termios, const struct ktermios *old) max310x_set_termios() argument
H A Dpch_uart.c1303 const struct ktermios *old) in pch_uart_set_termios()
1347 baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk / 16); in pch_uart_set_termios()
1301 pch_uart_set_termios(struct uart_port *port, struct ktermios *termios, const struct ktermios *old) pch_uart_set_termios() argument
H A Dqcom_geni_serial.c1209 const struct ktermios *old) in qcom_geni_serial_set_termios()
1227 baud = uart_get_baud_rate(uport, termios, old, 300, 4000000); in qcom_geni_serial_set_termios()
1207 qcom_geni_serial_set_termios(struct uart_port *uport, struct ktermios *termios, const struct ktermios *old) qcom_geni_serial_set_termios() argument
/kernel/linux/linux-6.6/drivers/tty/serial/8250/
H A D8250_omap.c373 const struct ktermios *old) in omap_8250_set_termios()
394 baud = uart_get_baud_rate(port, termios, old, in omap_8250_set_termios()
371 omap_8250_set_termios(struct uart_port *port, struct ktermios *termios, const struct ktermios *old) omap_8250_set_termios() argument
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-atmel.c220 #define SPI_BFINS(name, value, old) \
221 (((old) & ~(((1 << SPI_##name##_SIZE) - 1) << SPI_##name##_OFFSET)) \
/kernel/linux/linux-6.6/drivers/platform/x86/
H A Dasus-laptop.c790 int old = bd->props.brightness; in asus_backlight_notify() local
794 return old; in asus_backlight_notify()
/kernel/linux/linux-6.6/drivers/platform/x86/dell/
H A Ddell-laptop.c1358 static int kbd_set_state_safe(struct kbd_state *state, struct kbd_state *old) in kbd_set_state_safe() argument
1372 if (kbd_set_state(old)) in kbd_set_state_safe()
1373 pr_err("Setting old previous keyboard state failed\n"); in kbd_set_state_safe()
1452 * settings. So do not try to set AC values on old models. in kbd_init_info()
/kernel/linux/linux-6.6/drivers/usb/gadget/
H A Dcomposite.c2381 const struct usb_device_descriptor *old) in update_unchanged_dev_desc()
2401 *new = *old; in update_unchanged_dev_desc()
2380 update_unchanged_dev_desc(struct usb_device_descriptor *new, const struct usb_device_descriptor *old) update_unchanged_dev_desc() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_cs.c419 struct dma_fence *old = fence; in amdgpu_cs_p2_dependencies() local
423 dma_fence_put(old); in amdgpu_cs_p2_dependencies()
/kernel/linux/linux-6.6/drivers/comedi/drivers/
H A Damplc_pci230.c429 /* Combine old and new bits. */
430 #define COMBINE(old, new, mask) (((old) & ~(mask)) | ((new) & (mask)))
/kernel/linux/linux-6.6/drivers/ntb/hw/mscc/
H A Dntb_hw_switchtec.c494 int old = sndev->link_is_up; in switchtec_ntb_link_status_update() local
509 if (link_sta != old) { in switchtec_ntb_link_status_update()
/kernel/linux/linux-6.6/arch/xtensa/kernel/
H A Dentry.S986 * by rotating the window back and then setting the old window base (OWB) in
1166 EX(.Leac) l32i a0, a3, 0 # read old value
1167 bne a0, a4, 1f # same as old value? jump
1597 * An old, less-efficient C version of this function used to exist.
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H A Dselftest_hangcheck.c916 struct i915_request *old = rq[idx]; in active_engine() local
937 err = active_request_put(old); in active_engine()
/kernel/linux/linux-6.6/drivers/iio/
H A Dindustrialio-core.c1488 const struct attribute_group **new, **old = iio_dev_opaque->groups; in iio_device_register_sysfs_group() local
1491 new = krealloc_array(old, cnt + 2, sizeof(*new), GFP_KERNEL); in iio_device_register_sysfs_group()
H A Dindustrialio-buffer.c984 /* Clear out any old demux */ in iio_buffer_update_demux()
1986 struct iio_buffer **new, **old = iio_dev_opaque->attached_buffers; in iio_device_attach_buffer() local
1991 new = krealloc(old, sizeof(*new) * cnt, GFP_KERNEL); in iio_device_attach_buffer()

Completed in 71 milliseconds

1...<<101102103104105106107108109110>>...115