Searched refs:volumes (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dak4xxx-adda.h62 unsigned char volumes[AK4XXX_IMAGE_SIZE]; /* saved volume values */ member in struct:snd_akm4xxx
91 (ak)->volumes[(chip) * 16 + (reg)]
93 ((ak)->volumes[(chip) * 16 + (reg)] = (val))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/ubi/
H A Dupd.c57 struct ubi_volume *vol = ubi->volumes[vol_id];
82 * data size and clears the "corrupted" flag (static volumes only). Returns
90 struct ubi_volume *vol = ubi->volumes[vol_id];
128 struct ubi_volume *vol = ubi->volumes[vol_id];
173 * volumes only)
187 * We do not do this for static volumes because they are read-only. But this
198 struct ubi_volume *vol = ubi->volumes[vol_id];
248 struct ubi_volume *vol = ubi->volumes[vol_id];
265 * When updating volumes, we accumulate whole logical eraseblock of
H A Dmisc.c59 * failure. Dynamic volumes are not checked and zero is returned immediately.
65 struct ubi_volume *vol = ubi->volumes[vol_id];
H A Dscan.h62 * static volumes)
65 * dynamic volumes)
90 * @volumes: root of the volume RB-tree
96 * those belonging to "preserve"-compatible internal volumes)
97 * @vols_found: number of volumes found during scanning
113 struct rb_root volumes; member in struct:ubi_scan_info
H A Dvmt.c203 if (!ubi->volumes[i]) {
222 if (ubi->volumes[vol_id]) {
229 if (ubi->volumes[i] &&
230 ubi->volumes[i]->name_len == req->name_len &&
231 strcmp(ubi->volumes[i]->name, req->name) == 0) {
261 ubi->volumes[vol_id] = vol;
392 ubi_assert(vol == ubi->volumes[vol_id]);
413 ubi->volumes[vol_id] = NULL;
464 ubi_assert(vol == ubi->volumes[vol_id]);
570 struct ubi_volume *vol = ubi->volumes[vol_i
[all...]
H A Dvtbl.c40 * information about how many data static volumes contain. This information may
233 ubi_err("volumes %d and %d have the same name"
484 * init_volumes - initialize volume information for existing volumes.
489 * This function allocates volume description objects for existing volumes.
521 ubi_assert(!ubi->volumes[i]);
522 ubi->volumes[i] = vol;
538 /* Static volumes only */
576 ubi_assert(!ubi->volumes[i]);
577 ubi->volumes[vol_id2idx(ubi, vol->vol_id)] = vol;
649 ubi_err("scanning found %d volumes, maximu
[all...]
H A Deba.c97 * volumes have no compatibility flags, so %0 is returned.
322 struct ubi_volume *vol = ubi->volumes[idx];
357 * bytes. The @check flag only makes sense for static volumes and forces
370 struct ubi_volume *vol = ubi->volumes[idx];
381 * with 0xFF bytes. The exception is static volumes for which
488 struct ubi_volume *vol = ubi->volumes[idx];
591 struct ubi_volume *vol = ubi->volumes[idx];
712 * volumes. This function returns zero in case of success and a negative error
720 struct ubi_volume *vol = ubi->volumes[idx];
832 struct ubi_volume *vol = ubi->volumes[id
[all...]
H A Dscan.c28 * Information about found volumes is represented by &struct ubi_scan_volume
29 * objects which are kept in volume RB-tree with root at the @volumes field.
190 struct rb_node **p = &si->volumes.rb_node, *parent = NULL;
226 rb_insert_color(&sv->rb, &si->volumes);
545 struct rb_node *p = si->volumes.rb_node;
610 rb_erase(&sv->rb, &si->volumes);
898 si->volumes = RB_ROOT;
932 ubi_rb_for_each_entry(rb1, sv, &si->volumes, rb) {
1033 rb = si->volumes.rb_node;
1080 ubi_rb_for_each_entry(rb1, sv, &si->volumes, r
[all...]
H A Dkapi.c134 vol = ubi->volumes[vol_id];
231 /* Walk all volumes of this UBI device */
233 struct ubi_volume *vol = ubi->volumes[i];
291 * stores the data at @buf. When reading from static volumes, @check specifies
295 * read speed. The @check argument is ignored for dynamic volumes.
301 * o for both static and dynamic volumes if MTD driver has detected a data
303 * o for static volumes in case of data CRC mismatch.
H A Dbuild.c237 * kill_volumes - destroy all volumes.
245 if (ubi->volumes[i])
297 if (ubi->volumes[i]) {
610 ubi_msg("max. allowed volumes: %d", ubi->vtbl_slots);
612 ubi_msg("number of internal volumes: %d", UBI_INT_VOL_COUNT);
613 ubi_msg("number of user volumes: %d",
H A Dubi.h120 * @corrupted: non-zero if the volume is corrupted (static volumes only)
140 * Since UBI protects only static volumes, this field is not relevant to
141 * dynamic volumes - it is user's responsibility to assure their data
207 * @vol_count: number of volumes in this UBI device
208 * @volumes: volumes of this UBI device
209 * @volumes_lock: protects @volumes, @rsvd_pebs, @avail_pebs, beb_rsvd_pebs,
284 struct ubi_volume *volumes[UBI_MAX_VOLUMES+UBI_INT_VOL_COUNT]; member in struct:ubi_device
H A Dwl.c1449 ubi_rb_for_each_entry(rb1, sv, &si->volumes, rb) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/i2c/other/
H A Dak4xxx-adda.c66 /* DAC volumes */
136 * Volume conversion table for non-linear volumes
265 memset(ak->volumes, 0, sizeof(ak->volumes));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/
H A Dconfigure23035 # automounting NTFS volumes can fail during boot if the driver binaries
24653 * executable prefix. This means that automounting NTFS volumes during boot *

Completed in 203 milliseconds