Searched refs:new (Results 251 - 255 of 255) sorted by relevance

<<11

/drivers/block/
H A Dnvme-scsi.c3092 void __user *new = compat_alloc_user_space(sizeof(sg_io_hdr_t) + local
3094 if (new > top)
3097 sgio = new;
/drivers/hwmon/
H A Dlm93.c499 u8 new = LM93_TEMP_OFFSET_TO_REG(off, mode); local
503 return (old & 0xf0) | (new & 0x0f);
507 return (new << 4 & 0xf0) | (old & 0x0f);
1807 /* insert the new mapping and write it out */
/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c1329 goto new;
1333 goto new;
1338 new:
2396 * We have to construct a new transfer descriptor,
2681 * The code below does not care of the new phase and so
3790 * a context for the new current data pointer.
3798 * Get a context for the new current data pointer.
3819 * Set up the new current data pointer.
3988 * Get new chip synchronous parameters value.
4008 * Apply new value
[all...]
/drivers/tty/serial/8250/
H A D8250_core.c796 * recommended for new designs).
2606 serial8250_set_ldisc(struct uart_port *port, int new) argument
2608 if (new == N_PPS) {
/drivers/gpu/drm/i915/
H A Di915_drv.h1886 struct drm_i915_gem_object *new,

Completed in 444 milliseconds

<<11