Searched refs:new (Results 126 - 150 of 205) sorted by relevance

123456789

/drivers/gpu/drm/
H A DKconfig145 and you have a new enough userspace to support this. Running old
/drivers/md/
H A Dmd.c381 /* mddev_suspend makes sure no new requests are submitted
618 struct mddev *mddev, *new = NULL; local
631 kfree(new);
635 if (new) {
636 list_add(&new->all_mddevs, &all_mddevs);
638 new->hold_active = UNTIL_IOCTL;
639 return new;
641 } else if (new) {
655 kfree(new);
666 new
2848 sector_t new; local
4361 unsigned long long new = simple_strtoull(buf, &e, 10); local
4395 unsigned long long new = simple_strtoull(buf, &e, 10); local
4432 unsigned long long new = simple_strtoull(buf, &e, 10); local
[all...]
/drivers/media/
H A DKconfig39 This kernel includes support for the new Video for Linux Two API,
/drivers/media/rc/keymaps/
H A DMakefile70 rc-pixelview-new.o \
/drivers/usb/core/
H A DKconfig13 bool "USB announce new devices"
19 strings for every new USB device to the syslog. This option is
/drivers/uwb/
H A Dlc-dev.c54 * Add callback @new to be called when an event occurs in @rc.
56 int uwb_notifs_register(struct uwb_rc *rc, struct uwb_notifs_handler *new) argument
60 list_add(&new->list_node, &rc->notifs_chain.list);
295 * Register and initialize a new UWB device
304 * rc->uwb_dev->dev. Otherwise it is to be left NULL--a new one will
436 dev_err(dev, "new device %s: Cannot allocate memory\n",
446 dev_err(dev, "new device %s: cannot instantiate device\n",
/drivers/video/
H A Dpmag-aa-fb.c309 struct display *new = (con < 0) ? &ip->disp : (fb_display + con); local
316 aafb_set_disp(new, con, ip);
/drivers/cpufreq/
H A Dmaple-cpufreq.c160 freqs.new = maple_cpu_freqs[newstate].frequency;
H A Dacpi-cpufreq.c347 freqs.new = data->freq_table[next_state].frequency;
356 if (!check_freqs(cmd.mask, freqs.new, data)) {
H A Dpowernow-k7.c272 freqs.new = powernow_table[index].frequency;
281 if (freqs.old > freqs.new) {
H A Dcpufreq_stats.c298 new_index = freq_table_get_index(stat, freq->new);
/drivers/dma/
H A Dep93xx_dma.c210 * ep93xx_dma_set_active - set new active descriptor chain
212 * @desc: head of the new active descriptor chain
214 * Sets @desc to be the head of the new active descriptor chain. This is the
647 struct ep93xx_dma_desc *new; local
657 new = list_first_entry(&edmac->queue, struct ep93xx_dma_desc, node);
658 list_del_init(&new->node);
660 ep93xx_dma_set_active(edmac, new);
/drivers/isdn/mISDN/
H A Ddsp_pipeline.c292 pipeline_entry->p = elem->new(args);
306 "%s (new() returned NULL)\n",
/drivers/mfd/
H A Dab8500-core.c276 u8 new = ab8500->mask[i]; local
279 if (new == old)
290 ab8500->oldmask[i] = new;
293 set_register_interruptible(ab8500, AB8500_INTERRUPT, reg, new);
H A Dstmpe.c815 u8 new = stmpe->ier[i]; local
818 if (new == old)
821 stmpe->oldier[i] = new;
822 stmpe_reg_write(stmpe, stmpe->regs[STMPE_IDX_IER_LSB] - i, new);
/drivers/net/wireless/
H A DKconfig64 It supports the new 802.11b cards from Cisco (Cisco 34X, Cisco 35X
129 It supports the new 802.11b cards from Cisco (Cisco 34X, Cisco 35X
/drivers/staging/usbip/
H A Dvhci_hcd.c100 pr_debug("status prev -> new: %08x -> %08x\n", prev_status, new_status);
103 u32 new = new_status & bit; local
106 if (!prev && new)
108 else if (prev && !new)
113 if (prev || new)
/drivers/tty/serial/
H A Dvr41xx_siu.c517 static void siu_set_termios(struct uart_port *port, struct ktermios *new, argument
525 c_cflag = new->c_cflag;
550 baud = uart_get_baud_rate(port, new, old, 0, port->uartclk/16);
559 c_iflag = new->c_iflag;
/drivers/vhost/
H A Dvhost.c1230 /* If there's nothing new since last we looked, return invalid. */
1387 u16 old, new; local
1406 new = (vq->last_used_idx += count);
1411 if (unlikely((u16)(new - vq->signalled_used) < (u16)(new - old)))
1453 __u16 old, new, event; local
1474 new = vq->signalled_used = vq->last_used_idx;
1484 return vring_need_event(event, new, old);
/drivers/gpu/drm/radeon/
H A Dradeon_state.c1980 * might mean we have to allocate a new surface which might not always
1986 static int alloc_surface(drm_radeon_surface_alloc_t *new, argument
1995 new_lower = new->address;
1996 new_upper = new_lower + new->size - 1;
1999 if ((new_lower >= new_upper) || (new->flags == 0) || (new->size == 0) ||
2029 (new->flags == dev_priv->surfaces[i].flags) &&
2035 s->flags = new->flags;
2045 (new->flags == dev_priv->surfaces[i].flags) &&
2051 s->flags = new
[all...]
/drivers/pci/
H A Dpci.c719 * Transition a device to a new power state, using the platform firmware and/or
2843 u16 pci_command, new; local
2848 new = pci_command & ~PCI_COMMAND_INTX_DISABLE;
2850 new = pci_command | PCI_COMMAND_INTX_DISABLE;
2853 if (new != pci_command) {
2856 pci_write_config_word(pdev, PCI_COMMAND, new);
2876 u16 orig, new; local
2883 pci_read_config_word(dev, PCI_COMMAND, &new);
2890 if ((new ^ orig) & ~PCI_COMMAND_INTX_DISABLE) {
2892 "0x%x to 0x%x: driver or hardware bug?\n", orig, new);
[all...]
/drivers/infiniband/hw/cxgb3/
H A Diwch_cm.c251 static void __state_set(struct iwch_ep_common *epc, enum iwch_ep_state new) argument
253 epc->state = new;
256 static void state_set(struct iwch_ep_common *epc, enum iwch_ep_state new) argument
261 PDBG("%s - %s -> %s\n", __func__, states[epc->state], states[new]);
262 __state_set(epc, new);
839 * copy the new data into our accumulation buffer.
966 * Copy the new data into our accumulation buffer.
2122 int iwch_ep_redirect(void *ctx, struct dst_entry *old, struct dst_entry *new, argument
2130 PDBG("%s ep %p redirect to dst %p l2t %p\n", __func__, ep, new,
2132 dst_hold(new);
[all...]
/drivers/ata/
H A Dsata_mv.c947 * @new: new value for the register
949 * Write a new value to a cached register,
952 static inline void mv_write_cached_reg(void __iomem *addr, u32 *old, u32 new) argument
954 if (new != *old) {
956 *old = new;
970 writelfl(new, addr); /* read after write */
974 writel(new, addr); /* unaffected by the errata */
1398 * Don't allow new commands if we're in a delayed EH state
1423 * If the port is completely idle, then allow the new q
1479 u32 old, new; local
1506 u32 new, *old = &pp->cached.unknown_rsvd; local
[all...]
/drivers/mtd/
H A Dnftlmount.c50 /* Actually, we won't. The new DiskOnChip driver has already scanned
159 The new DiskOnChip driver scans the MediaHeader itself, and presents a virtual
228 The new DiskOnChip driver already scanned the bad block table. Just query it.
/drivers/net/arcnet/
H A DKconfig111 This is the driver for the new COM20020 chipset. It supports such

Completed in 1935 milliseconds

123456789