Home
last modified time | relevance | path

Searched refs:re (Results 1 – 25 of 73) sorted by relevance

123

/drivers/mtd/ubi/
Dcdev.c684 struct ubi_rename_entry *re, *re1; in rename_volumes() local
730 re = kzalloc(sizeof(struct ubi_rename_entry), GFP_KERNEL); in rename_volumes()
731 if (!re) { in rename_volumes()
736 re->desc = ubi_open_volume(ubi->ubi_num, vol_id, UBI_METAONLY); in rename_volumes()
737 if (IS_ERR(re->desc)) { in rename_volumes()
738 err = PTR_ERR(re->desc); in rename_volumes()
741 kfree(re); in rename_volumes()
746 if (re->desc->vol->name_len == name_len && in rename_volumes()
747 !memcmp(re->desc->vol->name, name, name_len)) { in rename_volumes()
748 ubi_close_volume(re->desc); in rename_volumes()
[all …]
Dvtbl.c124 struct ubi_rename_entry *re; in ubi_vtbl_rename_volumes() local
126 list_for_each_entry(re, rename_list, list) { in ubi_vtbl_rename_volumes()
128 struct ubi_volume *vol = re->desc->vol; in ubi_vtbl_rename_volumes()
131 if (re->remove) { in ubi_vtbl_rename_volumes()
137 vtbl_rec->name_len = cpu_to_be16(re->new_name_len); in ubi_vtbl_rename_volumes()
138 memcpy(vtbl_rec->name, re->new_name, re->new_name_len); in ubi_vtbl_rename_volumes()
139 memset(vtbl_rec->name + re->new_name_len, 0, in ubi_vtbl_rename_volumes()
140 UBI_VOL_NAME_MAX + 1 - re->new_name_len); in ubi_vtbl_rename_volumes()
Dvmt.c534 struct ubi_rename_entry *re; in ubi_rename_volumes() local
540 list_for_each_entry(re, rename_list, list) { in ubi_rename_volumes()
541 if (re->remove) { in ubi_rename_volumes()
542 err = ubi_remove_volume(re->desc, 1); in ubi_rename_volumes()
546 struct ubi_volume *vol = re->desc->vol; in ubi_rename_volumes()
549 vol->name_len = re->new_name_len; in ubi_rename_volumes()
550 memcpy(vol->name, re->new_name, re->new_name_len + 1); in ubi_rename_volumes()
/drivers/net/ethernet/cavium/octeon/
Docteon_mgmt.c217 union mgmt_port_ring_entry re; in octeon_mgmt_rx_fill_ring() local
229 re.d64 = 0; in octeon_mgmt_rx_fill_ring()
230 re.s.len = size; in octeon_mgmt_rx_fill_ring()
231 re.s.addr = dma_map_single(p->dev, skb->data, in octeon_mgmt_rx_fill_ring()
236 p->rx_ring[p->rx_next_fill] = re.d64; in octeon_mgmt_rx_fill_ring()
256 union mgmt_port_ring_entry re; in octeon_mgmt_clean_tx_buffers() local
276 re.d64 = p->tx_ring[p->tx_next_clean]; in octeon_mgmt_clean_tx_buffers()
290 dma_unmap_single(p->dev, re.s.addr, re.s.len, in octeon_mgmt_clean_tx_buffers()
294 if (unlikely(re.s.tstamp)) { in octeon_mgmt_clean_tx_buffers()
372 union mgmt_port_ring_entry re; in octeon_mgmt_dequeue_rx_buffer() local
[all …]
/drivers/net/ethernet/marvell/
Dsky2.c1154 struct rx_ring_info *re; in sky2_get_rx_data_size() local
1161 BUG_ON(sky2->rx_nfrags > ARRAY_SIZE(re->frag_addr)); in sky2_get_rx_data_size()
1195 const struct rx_ring_info *re) in sky2_rx_submit() argument
1199 sky2_rx_add(sky2, OP_PACKET, re->data_addr, sky2->rx_data_size); in sky2_rx_submit()
1201 for (i = 0; i < skb_shinfo(re->skb)->nr_frags; i++) in sky2_rx_submit()
1202 sky2_rx_add(sky2, OP_BUFFER, re->frag_addr[i], PAGE_SIZE); in sky2_rx_submit()
1206 static int sky2_rx_map_skb(struct pci_dev *pdev, struct rx_ring_info *re, in sky2_rx_map_skb() argument
1209 struct sk_buff *skb = re->skb; in sky2_rx_map_skb()
1212 re->data_addr = dma_map_single(&pdev->dev, skb->data, size, in sky2_rx_map_skb()
1214 if (dma_mapping_error(&pdev->dev, re->data_addr)) in sky2_rx_map_skb()
[all …]
/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dnv50.c142 const struct nvkm_enum *en, *re, *cl, *sc; in nv50_fb_intr() local
175 re = nvkm_enum_find(vm_fault , st1); in nv50_fb_intr()
191 st1, re ? re->name : ""); in nv50_fb_intr()
/drivers/thunderbolt/
Dproperty.c419 struct tb_property_rootdir_entry *re; in __tb_property_format_dir() local
421 re = (struct tb_property_rootdir_entry *)&block[start_offset]; in __tb_property_format_dir()
422 re->magic = TB_PROPERTY_ROOTDIR_MAGIC; in __tb_property_format_dir()
423 re->length = dir_len - sizeof(*re) / 4; in __tb_property_format_dir()
424 entry = re->entries; in __tb_property_format_dir()
/drivers/remoteproc/
DKconfig72 It's safe to say N here if you're not interested in multimedia
117 It's safe to say n here if you're not interested in multimedia
127 It's safe to say N here if you're not interested in the Keystone
139 processors on various TI SoCs. It's safe to say N here if you're
302 It's safe to say N here if you're not interested in utilizing
315 It's safe to say N here if you're not interested in utilizing
/drivers/input/
DKconfig111 If you're using a digitizer, or a graphic tablet, and want to use
114 you're not using a digitizer, this value is ignored.
121 If you're using a digitizer, or a graphic tablet, and want to use
124 you're not using a digitizer, this value is ignored.
/drivers/atm/
Dnicstarmac.copyright11 * loss of link, and correctly re-enable PHY when link is
12 * re-established. (put back CFG_PHYIE)
/drivers/net/usb/
DKconfig369 Choose this option if you're using a host-to-host cable,
379 Choose this option if you're using a host-to-host cable based
389 Choose this option if you're using a host-to-host cable
396 Choose this option if you're using a 10/100 Ethernet USB2
439 Choose this option if you're using a host-to-host cable
447 Choose this option if you're using a host-to-host cable
457 Choose this option if you're using a host-to-host cable
492 Choose this option if you're using a host-to-host cable
517 Choose this option if you're using a Conexant CX82310-based ADSL
568 Choose this option if you're using a 14Mb USB-based PLC
/drivers/virtio/
Dvirtio_input.c174 u32 mi, ma, re, fu, fl; in virtinput_cfg_abs() local
179 virtio_cread_le(vi->vdev, struct virtio_input_config, u.abs.res, &re); in virtinput_cfg_abs()
183 input_abs_set_res(vi->idev, abs, re); in virtinput_cfg_abs()
/drivers/pci/controller/dwc/
DKconfig93 hardware and therefore the driver re-uses the DesignWare core
122 DesignWare hardware and therefore the driver re-uses the
134 on DesignWare hardware and therefore the driver re-uses the
191 DesignWare hardware and therefore the driver re-uses the
292 and therefore the driver re-uses the DesignWare core functions to
/drivers/usb/gadget/
DKconfig56 Avoid enabling these messages, even if you're actively
59 either create new failure modes or remove the one you're
70 Avoid enabling these messages, even if you're actively
73 either create new failure modes or remove the one you're
84 files may help when you're troubleshooting or bringing up a
94 The information in these files may help when you're
/drivers/staging/unisys/Documentation/ABI/
Dsysfs-platform-visorchipset66 another message is sent to the guests to re-enable the VFs.
85 another message is sent to the guests to re-enable the VFs.
/drivers/infiniband/hw/hns/
Dhns_roce_mr.c952 struct hns_roce_buf_region *re; in cal_best_bt_pg_sz() local
965 re = &mtr->hem_cfg.region[i]; in cal_best_bt_pg_sz()
966 if (re->hopnum == 0) in cal_best_bt_pg_sz()
969 pgs_per_l1ba = cal_pages_per_l1ba(ba_per_bt, re->hopnum); in cal_best_bt_pg_sz()
970 ba_num += DIV_ROUND_UP(re->count, pgs_per_l1ba); in cal_best_bt_pg_sz()
/drivers/gpu/drm/i2c/
DKconfig12 This driver is currently only useful if you're also using
/drivers/md/bcache/
DKconfig17 Don't select this option unless you're a developer
/drivers/comedi/drivers/ni_routing/tools/
Dconvert_csv_to_c.py7 import os, sys, re
47 if not re.match('[VIU]\([^)]*\)', value):
/drivers/pci/
DKconfig81 bool "Enable PCI resource re-allocation detection"
85 re-allocation needs to be enabled. You can always use pci=realloc=on
87 re-allocate PCI resources if SR-IOV BARs have not been allocated by
/drivers/usb/dwc3/
DKconfig81 If you're using the DesignWare Core IP with a PCIe (but not HAPS
89 If you're using the DesignWare Core IP with a Synopsys PCIe HAPS
/drivers/mtd/
DKconfig88 hardware, although under the terms of the GPL you're obviously
105 hardware, although under the terms of the GPL you're obviously
130 hardware, although under the terms of the GPL you're obviously
/drivers/mmc/host/
Drenesas_sdhi_core.c592 unsigned int tap_start = 0, tap_end = 0, tap_cnt = 0, rs, re, i; in renesas_sdhi_select_tuning() local
630 bitmap_for_each_set_region(bitmap, rs, re, 0, taps_size) { in renesas_sdhi_select_tuning()
631 if (re - rs > tap_cnt) { in renesas_sdhi_select_tuning()
632 tap_end = re; in renesas_sdhi_select_tuning()
/drivers/vfio/
DKconfig38 devices without IOMMU backing for the purpose of re-using the VFIO
/drivers/media/pci/ddbridge/
DKconfig45 If you're unsure, concerned about stability and don't want to pass

123