/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/eject/ |
H A D | eject_2.1.5.bb | 2 HOMEPAGE = "http://eject.sourceforge.net/" 9 file://eject-2.1.5-error-return.patch \ 10 file://eject-2.1.1-verbose.patch \ 11 file://eject-2.1.5-spaces.patch \ 12 file://eject-timeout.patch \ 13 file://0001-eject-Include-sys-sysmacros.h-for-major-minor.patch \ 29 ALTERNATIVE:${PN} = "volname eject" 31 ALTERNATIVE_LINK_NAME[eject] = "${bindir}/eject" 33 ALTERNATIVE_PRIORITY[eject] = "100" 35 ALTERNATIVE:${PN}-doc = "eject.1" [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/eject/eject/ |
H A D | 0001-eject-Include-sys-sysmacros.h-for-major-minor.patch | 4 Subject: [PATCH] eject: Include sys/sysmacros.h for major/minor 7 arm-bec-linux-gnueabi/gcc/arm-bec-linux-gnueabi/8.2.0/ld: eject.o: in function `GetMajorMinor': 8 /usr/src/debug/eject/2.1.5-r1/eject-2.1.5/../../../../../../../workspace/sources/eject/eject.c:866:… 13 eject.c | 1 + 16 diff --git a/eject.c b/eject.c 18 --- a/eject.c 19 +++ b/eject.c
|
H A D | eject-2.1.5-error-return.patch | 3 --- eject/eject.c.orig 2013-09-11 18:08:36.000000000 +0800 4 +++ eject/eject.c 2013-09-11 18:09:05.000000000 +0800
|
H A D | eject-timeout.patch | 7 --- eject/eject.c.orig 2006-08-07 16:35:15.000000000 +0200 8 +++ eject/eject.c 2006-08-07 16:35:54.000000000 +0200
|
H A D | eject-2.1.1-verbose.patch | 7 --- eject-2.1.1/eject.c.tn 2005-08-24 11:27:42.000000000 +0200 8 +++ eject-2.1.1/eject.c 2005-08-24 11:33:05.000000000 +0200
|
H A D | eject-2.1.5-spaces.patch | 12 --- eject/eject.c.ori 2007-06-24 00:08:44 -0700 13 +++ eject/eject.c 2007-06-24 00:12:44 -0700
|
/openbmc/qemu/docs/specs/ |
H A D | acpi_pci_hotplug.rst | 10 Generic ACPI GPE block. Bit 1 (GPE.1) used to notify PCI hotplug/eject 29 PCI device eject (IO port 0xae08-0xae0b, 4-byte access) 40 - Read/write "eject" register @0xae08, 4-byte access, 41 write: bit per slot eject, read: hotplug feature set
|
H A D | acpi_cpu_hotplug.rst | 82 no device eject request to OSPM was issued. Firmware must 87 if set to 1, OSPM requests firmware to perform device eject. 130 after it has emitted device eject request for the 133 if set to 1 initiates device eject, set by OSPM when it 136 part of device eject. 138 if set to 1, OSPM hands over device eject to firmware. 139 Firmware shall issue device eject request as described above 140 (bit #3) and OSPM should not touch device eject bit (#3) in case 141 it's asked firmware to perform CPU device eject.
|
H A D | acpi_mem_hotplug.rst | 36 no device eject request to OSPM was issued. 73 after it has emitted device eject request for the 76 if set to 1 initiates device eject, set by OSPM when it 112 | request | | set eject bit in flags|
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/polkit/files/ |
H A D | 50-org.freedesktop.udiskie.rules | 7 "org.freedesktop.udisks.drive-eject": YES, 12 "org.freedesktop.udisks2.eject-media": YES, 18 "org.freedesktop.udisks2.eject-media-other-seat": YES,
|
/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/files/unattended-boot-conf/Fedora/ |
H A D | ks.cfg | 38 # Reboot after installation with an attempt to eject the installation media 39 reboot --eject
|
/openbmc/linux/arch/arm/boot/dts/broadcom/ |
H A D | bcm4709-buffalo-wxr-1900dhp.dts | 113 button-eject { 114 label = "USB eject";
|
H A D | bcm47081-buffalo-wzr-600dhp2.dts | 113 button-eject { 114 label = "USB eject";
|
H A D | bcm4708-buffalo-wzr-1750dhp.dts | 129 button-eject { 130 label = "USB eject";
|
H A D | bcm4708-buffalo-wzr-1166dhp-common.dtsi | 133 button-eject { 134 label = "USB eject";
|
/openbmc/linux/arch/arm/boot/dts/marvell/ |
H A D | kirkwood-pogoplug-series-4.dts | 37 eject { 84 pmx_button_eject: pmx-button-eject {
|
/openbmc/linux/drivers/memstick/host/ |
H A D | rtsx_usb_ms.c | 38 bool eject; member 547 if (!host->eject) in rtsx_usb_ms_request() 635 if (!host->eject) in rtsx_usb_ms_set_param() 724 if (host->eject || host->power_mode != MEMSTICK_POWER_ON) in rtsx_usb_ms_poll_card() 752 if (!host->eject && host->power_mode == MEMSTICK_POWER_ON) in rtsx_usb_ms_poll_card() 814 host->eject = true; in rtsx_usb_ms_drv_remove()
|
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/thunar-volman/ |
H A D | thunar-volman_4.20.0.bb | 16 RDEPENDS:${PN} = "eject"
|
/openbmc/linux/drivers/ata/ |
H A D | libata-zpodd.c | 90 if (desc->mech_type == 0 && desc->load == 0 && desc->eject == 1) { in zpodd_get_mech_type() 94 desc->eject == 1) { in zpodd_get_mech_type()
|
/openbmc/linux/drivers/mmc/host/ |
H A D | rtsx_pci_sdmmc.c | 39 bool eject; member 810 if (host->eject || !sd_get_cd_int(host)) { in sd_request() 1092 if (host->eject) in sdmmc_set_ios() 1142 if (host->eject) in sdmmc_get_ro() 1167 if (host->eject) in sdmmc_get_cd() 1268 if (host->eject) in sdmmc_switch_voltage() 1316 if (host->eject) in sdmmc_execute_tuning() 1396 host->eject = true; in sdmmc_init_sd_express() 1555 host->eject = true; in rtsx_pci_sdmmc_drv_remove()
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 140.out | 16 { 'execute': 'eject',
|
/openbmc/openbmc/poky/meta/recipes-core/util-linux/ |
H A D | util-linux_2.40.2.bb | 257 ALTERNATIVE_LINK_NAME[eject] = "${bindir}/eject" 311 blkid.8 eject.1 findfs.8 fsck.8 kill.1 last.1 lastb.1 libblkid.3 logger.1 mesg.1 \ 320 ALTERNATIVE_LINK_NAME[eject.1] = "${mandir}/man1/eject.1"
|
/openbmc/linux/arch/arm64/boot/dts/rockchip/ |
H A D | rk3399-gru-kevin.dts | 97 /* Insert = low, eject = high */ 324 cpu1_pen_eject: cpu1-pen-eject {
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | rk3399-gru-kevin.dts | 82 /* Insert = low, eject = high */ 305 cpu1_pen_eject: cpu1-pen-eject {
|
/openbmc/linux/include/linux/ |
H A D | tifm.h | 122 void (*eject)(struct tifm_adapter *fm, member
|