Home
last modified time | relevance | path

Searched refs:volume (Results 101 – 125 of 552) sorted by relevance

12345678910>>...23

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libblockdev/
H A Dlibblockdev_3.1.1.bb32 PACKAGECONFIG[escrow] = "--with-escrow, --without-escrow, nss volume-key"
34 PACKAGECONFIG[crypto] = "--with-crypto,--without-crypto,cryptsetup nss volume-key"
/openbmc/phosphor-bmc-code-mgmt/ubi/
H A Dobmc-flash-bmc-ubiro-remove@.service.in2 Description=Deletes read-only and kernel ubi volume %I
H A Dobmc-flash-bmc-ubiremount.service.in2 Description=Remount the ubi volume after a reboot
/openbmc/linux/fs/cachefiles/
H A DMakefile15 volume.o \
/openbmc/qemu/audio/
H A Ddbusaudio.c67 Volume volume; member
76 Volume volume; member
218 Volume *vol = &vo->volume; in dbus_volume_out_listener()
243 vo->volume = *vol; in dbus_volume_out()
308 Volume *vol = &vo->volume; in dbus_volume_in_listener()
333 vo->volume = *vol; in dbus_volume_in()
/openbmc/openpower-pnor-code-mgmt/ubi/
H A Dobmc-flash-bios-ubiumount-ro@.service2 Description=Remove UBIFS volume pnor-ro-%I
H A Dobmc-flash-bios-ubiumount-rw@.service2 Description=Remove UBIFS volume pnor-rw-%I
H A Dobmc-flash-bios-ubipatch.service2 Description=Create a ubi volume for pnor patches
/openbmc/linux/fs/afs/
H A Dsecurity.c313 if (key == vnode->volume->cell->anonymous_key) { in afs_check_permit_rcu()
353 if (key == vnode->volume->cell->anonymous_key) { in afs_check_permit()
410 key = afs_request_key_rcu(vnode->volume->cell); in afs_permission()
419 key = afs_request_key(vnode->volume->cell); in afs_permission()
H A Ddir.c616 .fid.vid = as->volume->vid in afs_do_lookup_one()
758 struct afs_volume *volume = dvnode->volume; in afs_server_supports_ibulk() local
767 slist = rcu_dereference(volume->servers); in afs_server_supports_ibulk()
836 op = afs_alloc_operation(NULL, dvnode->volume); in afs_do_lookup()
1001 key = afs_request_key(dvnode->volume->cell); in afs_lookup()
1348 op = afs_alloc_operation(NULL, dvnode->volume); in afs_mkdir()
1433 op = afs_alloc_operation(NULL, dvnode->volume); in afs_rmdir()
1570 op = afs_alloc_operation(NULL, dvnode->volume); in afs_unlink()
1651 op = afs_alloc_operation(NULL, dvnode->volume); in afs_create()
1726 op = afs_alloc_operation(NULL, dvnode->volume); in afs_link()
[all …]
/openbmc/u-boot/doc/
H A DREADME.ubispl16 The maximum number of logical eraseblocks which a static volume
30 The maximum volume ids which can be loaded. Used for sizing the
68 .vol_id = 0, /* kernel volume */
/openbmc/linux/include/linux/
H A Ddtlk.h74 unsigned char volume; /* nV; 0-9 */ member
/openbmc/qemu/docs/system/
H A Ddevice-url-syntax.rst.inc93 Syntax for specifying a VM disk image on GlusterFS volume is
98 gluster[+type]://[host[:port]]/volume/path[?socket=...][,debug=N][,logfile=...]
101 …'json:{"driver":"qcow2","file":{"driver":"gluster","volume":"testvol","path":"a.img","debug":N,"lo…
116   "volume":"testvol","path":"a.img",
120 … |qemu_system| -drive driver=qcow2,file.driver=gluster,file.volume=testvol,file.path=/path/a.img,
/openbmc/linux/drivers/accessibility/speakup/
H A Dspeakup_dtlk.h49 u_char volume; /* nV; 0-9 */ member
/openbmc/linux/Documentation/admin-guide/nfs/
H A Dpnfs-block-server.rst15 sit directly on the exported volume, striping or concatenation of
18 On the server, pNFS block volume support is automatically if the file system
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/pulseaudio/pavucontrol/
H A D0001-pavucontrol-remove-canberra-gtk-support.patch85 if (!(o = pa_context_set_sink_volume_by_index(get_context(), index, &volume, NULL, NULL))) {
101 - CA_PROP_EVENT_ID, "audio-volume-change",
/openbmc/linux/sound/oss/dmasound/
H A Ddmasound.h181 static inline int dmasound_set_volume(int volume) in dmasound_set_volume() argument
183 return dmasound.mach.setVolume(volume); in dmasound_set_volume()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-multivolumefile_0.2.3.bb1 SUMMARY = "Multi volume file wrapper library"
/openbmc/linux/drivers/staging/vc04_services/bcm2835-audio/
H A Dbcm2835-vchiq.c262 m.control.volume = CHIP_MIN_VOLUME; in bcm2835_audio_set_ctls()
264 m.control.volume = alsa2chip(chip->volume); in bcm2835_audio_set_ctls()
/openbmc/linux/Documentation/admin-guide/laptops/
H A Dthinkpad-acpi.rst312 which uses a single volume up or volume down hotkey
1100 procfs: /proc/acpi/ibm/volume
1126 audio control: volume up, volume down and mute.
1135 change the volume, it will just unmute).
1157 The ThinkPad-ACPI volume control
1166 echo up >/proc/acpi/ibm/volume
1167 echo down >/proc/acpi/ibm/volume
1168 echo mute >/proc/acpi/ibm/volume
1169 echo unmute >/proc/acpi/ibm/volume
1170 echo 'level <level>' >/proc/acpi/ibm/volume
[all …]
/openbmc/linux/net/caif/
H A Dcfctrl.c94 strcmp(p1->u.rfm.volume, p2->u.rfm.volume) == 0; in param_eq()
252 cfpkt_add_body(pkt, param->u.rfm.volume, in cfctrl_linkup_request()
253 strlen(param->u.rfm.volume) + 1); in cfctrl_linkup_request()
438 cp = (u8 *) linkparam.u.rfm.volume; in cfctrl_recv()
/openbmc/linux/include/uapi/linux/caif/
H A Dcaif_socket.h157 char volume[16]; member
/openbmc/linux/arch/um/drivers/
H A Dubd_kern.c1387 struct cdrom_volctrl volume; in ubd_ioctl() local
1399 if(copy_from_user(&volume, (char __user *) arg, sizeof(volume))) in ubd_ioctl()
1401 volume.channel0 = 255; in ubd_ioctl()
1402 volume.channel1 = 255; in ubd_ioctl()
1403 volume.channel2 = 255; in ubd_ioctl()
1404 volume.channel3 = 255; in ubd_ioctl()
1405 if(copy_to_user((char __user *) arg, &volume, sizeof(volume))) in ubd_ioctl()
/openbmc/linux/Documentation/sound/soc/
H A Dpops-clicks.rst51 when a volume control is changed near its maximum gain value. The zipper noise
54 for each volume control. The ZC forces the gain change to occur when the signal
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx53-ard.dts78 key-volume-up {
84 key-volume-down {

12345678910>>...23