Searched defs:re (Results 1 - 9 of 9) sorted by relevance

/drivers/mtd/ubi/
H A Dcdev.c26 * manipulate whole volumes: create, remove, and re-size them. Volume character
656 * verify_rsvol_req - verify volume re-size request.
677 * @req: volumes re-name request
679 * This is a helper function for the volume re-name IOCTL which validates the
689 struct ubi_rename_entry *re, *re1; local
728 /* Create the re-name list */
735 re = kzalloc(sizeof(struct ubi_rename_entry), GFP_KERNEL);
736 if (!re) {
741 re->desc = ubi_open_volume(ubi->ubi_num, vol_id, UBI_EXCLUSIVE);
742 if (IS_ERR(re
[all...]
H A Dvmt.c479 * ubi_resize_volume - re-size volume.
483 * This function re-sizes the volume and returns zero in case of success, and a
498 dbg_gen("re-size device %d, volume %d to from %d to %d PEBs",
592 dbg_err("check failed while re-sizing volume %d", vol_id);
608 * ubi_rename_volumes - re-name UBI volumes.
612 * This function re-names or removes volumes specified in the re-name list.
619 struct ubi_rename_entry *re; local
625 list_for_each_entry(re, rename_list, list) {
626 if (re
[all...]
H A Dvtbl.c123 * This function re-names multiple volumes specified in @req in the volume
131 struct ubi_rename_entry *re; local
134 list_for_each_entry(re, rename_list, list) {
136 struct ubi_volume *vol = re->desc->vol;
139 if (re->remove) {
145 vtbl_rec->name_len = cpu_to_be16(re->new_name_len);
146 memcpy(vtbl_rec->name, re->new_name, re->new_name_len);
147 memset(vtbl_rec->name + re->new_name_len, 0,
148 UBI_VOL_NAME_MAX + 1 - re
[all...]
/drivers/hid/
H A Dhid-multitouch.c620 struct hid_report_enum *re; local
625 re = &(hdev->report_enum[HID_FEATURE_REPORT]);
626 r = re->report_id_hash[td->inputmode];
637 struct hid_report_enum *re; local
646 re = &hdev->report_enum[HID_FEATURE_REPORT];
647 r = re->report_id_hash[td->maxcontact_report_id];
/drivers/net/ethernet/octeon/
H A Docteon_mgmt.c153 union mgmt_port_ring_entry re; local
165 re.d64 = 0;
166 re.s.len = size;
167 re.s.addr = dma_map_single(p->dev, skb->data,
172 p->rx_ring[p->rx_next_fill] = re.d64;
188 union mgmt_port_ring_entry re; local
208 re.d64 = p->tx_ring[p->tx_next_clean];
222 dma_unmap_single(p->dev, re.s.addr, re.s.len,
290 union mgmt_port_ring_entry re; local
314 union mgmt_port_ring_entry re; local
953 union mgmt_port_ring_entry re; local
[all...]
/drivers/pci/hotplug/
H A Dibmphp_ebda.c249 u16 ebda_seg, num_entries, next_offset, offset, blk_id, sub_addr, re, rc_id, re_id, base; local
310 re = readw (io_mem + sub_addr); /* next sub blk */
335 sub_addr = base + re; /* re sub blk */
346 /* signature of re */
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.c1522 * @re:
1531 struct bnx2x_vlan_mac_registry_elem **re)
1566 *re = reg_elem;
1526 bnx2x_vlan_mac_get_registry_elem( struct bnx2x *bp, struct bnx2x_vlan_mac_obj *o, struct bnx2x_exeq_elem *elem, bool restore, struct bnx2x_vlan_mac_registry_elem **re) argument
/drivers/net/ethernet/marvell/
H A Dsky2.c830 * sky2_reset will re-enable on resume
1165 struct rx_ring_info *re; local
1172 BUG_ON(sky2->rx_nfrags > ARRAY_SIZE(re->frag_addr));
1206 const struct rx_ring_info *re)
1210 sky2_rx_add(sky2, OP_PACKET, re->data_addr, sky2->rx_data_size);
1212 for (i = 0; i < skb_shinfo(re->skb)->nr_frags; i++)
1213 sky2_rx_add(sky2, OP_BUFFER, re->frag_addr[i], PAGE_SIZE);
1217 static int sky2_rx_map_skb(struct pci_dev *pdev, struct rx_ring_info *re, argument
1220 struct sk_buff *skb = re->skb;
1223 re
1205 sky2_rx_submit(struct sky2_port *sky2, const struct rx_ring_info *re) argument
1258 sky2_rx_unmap_skb(struct pci_dev *pdev, struct rx_ring_info *re) argument
1368 struct rx_ring_info *re = sky2->rx_ring + i; local
1507 struct rx_ring_info *re = sky2->rx_ring + i; local
1534 struct rx_ring_info *re; local
1822 sky2_tx_unmap(struct pci_dev *pdev, struct tx_ring_info *re) argument
1847 struct tx_ring_info *re; local
2026 struct tx_ring_info *re = sky2->tx_ring + idx; local
2472 needs_copy(const struct rx_ring_info *re, unsigned length) argument
2484 receive_copy(struct sky2_port *sky2, const struct rx_ring_info *re, unsigned length) argument
2544 receive_new(struct sky2_port *sky2, struct rx_ring_info *re, unsigned int length) argument
2584 struct rx_ring_info *re = sky2->rx_ring + sky2->rx_next; local
[all...]
/drivers/net/wireless/brcm80211/brcmsmac/phy/
H A Dphy_lcn.c174 s16 re; member in struct:lcnphy_spb_tone
179 u16 re; member in struct:lcnphy_unsign16_struct
3495 cc.re = 0;
3500 cc.re = a;
3507 cc.re = (u16) di0;
3512 cc.re = (u16) ei;
3517 cc.re = (u16) fi;
3674 phy_c15 = (s16) phy_c3.re;
3677 if (phy_c3.re > 127)
3678 phy_c15 = phy_c3.re
[all...]

Completed in 419 milliseconds