Searched refs:bay (Results 1 – 16 of 16) sorted by relevance
| /linux/drivers/macintosh/ |
| A D | mediabay.c | 37 #define MB_BIS(bay,r,v) (MB_OUT32((bay), (r), MB_IN32((bay), r) | (v))) argument 38 #define MB_BIC(bay,r,v) (MB_OUT32((bay), (r), MB_IN32((bay), r) & ~(v))) argument 336 bay->ops->power(bay, 1); in set_mb_power() 341 bay->ops->power(bay, 0); in set_mb_power() 350 int id = bay->ops->content(bay); in poll_media_bay() 483 if (bay->ops->setup_bus(bay, bay->last_value) < 0) { in media_bay_step() 494 bay->ops->un_reset(bay); in media_bay_step() 511 bay->ops->un_reset_ide(bay); in media_bay_step() 592 bay->ops->init(bay); in media_bay_attach() 600 bay->last_value = bay->ops->content(bay); in media_bay_attach() [all …]
|
| A D | Kconfig | 112 bool "Support PowerBook hotswap media bay" 115 This option adds support for older PowerBook's hotswap media bay 117 devices are not fully supported in the bay as I never had one to
|
| /linux/arch/powerpc/include/asm/ |
| A D | mediabay.h | 28 extern int check_media_bay(struct macio_dev *bay); 33 extern void lock_media_bay(struct macio_dev *bay); 34 extern void unlock_media_bay(struct macio_dev *bay); 38 static inline int check_media_bay(struct macio_dev *bay) in check_media_bay() argument 43 static inline void lock_media_bay(struct macio_dev *bay) { } in lock_media_bay() argument 44 static inline void unlock_media_bay(struct macio_dev *bay) { } in unlock_media_bay() argument
|
| /linux/arch/arm/boot/dts/marvell/ |
| A D | Makefile | 27 armada-370-seagate-nas-2bay.dtb \ 28 armada-370-seagate-nas-4bay.dtb \ 30 armada-370-seagate-personal-cloud-2bay.dtb \
|
| A D | armada-370-seagate-nas-xbay.dtsi | 3 * Device Tree common file for the Seagate NAS 2 and 4-bay (Armada 370 SoC).
|
| /linux/Documentation/devicetree/bindings/ |
| A D | incomplete-devices.yaml | 60 - heathrow-media-bay 71 - keylargo-media-bay 81 - ohare-media-bay
|
| /linux/drivers/scsi/smartpqi/ |
| A D | smartpqi_sas_transport.c | 353 found_device->bay == 0xff) { in pqi_sas_get_enclosure_identifier() 417 if (device->bay == 0xff) in pqi_sas_get_bay_identifier() 420 rc = device->bay; in pqi_sas_get_bay_identifier()
|
| A D | smartpqi.h | 1150 u8 bay; member
|
| A D | smartpqi_init.c | 1676 device->bay = id_phys->phys_bay_in_box; in pqi_get_physical_device_info() 2122 existing_device->bay = new_device->bay; in pqi_scsi_update_device() 7190 u8 bay; in pqi_path_info_show() local 7209 bay = device->bay; in pqi_path_info_show() 7253 "BAY: %hhu ", bay); in pqi_path_info_show()
|
| /linux/drivers/acpi/acpica/ |
| A D | dbconvert.c | 309 ACPI_PLD_SET_BAY(&dword, pld_info->bay); in acpi_db_encode_pld_buffer() 428 acpi_os_printf(ACPI_PLD_OUTPUT, "PLD_Bay", pld_info->bay); in acpi_db_dump_pld_buffer()
|
| A D | utxface.c | 498 pld_info->bay = ACPI_PLD_GET_BAY(&dword); in ACPI_EXPORT_SYMBOL()
|
| /linux/include/acpi/ |
| A D | acbuffer.h | 95 u8 bay; member
|
| /linux/drivers/scsi/ |
| A D | hpsa.h | 89 u8 bay; member
|
| A D | hpsa.c | 816 u8 bay; in path_info_show() local 830 bay = hdev->bay; in path_info_show() 871 bay, active); in path_info_show() 876 box, bay, active); in path_info_show() 4237 memcpy(&this_device->bay, in hpsa_get_path_info() 4239 sizeof(this_device->bay)); in hpsa_get_path_info()
|
| /linux/Documentation/admin-guide/laptops/ |
| A D | thinkpad-acpi.rst | 352 requested a bay ejection. Set to 2 if the system is 361 undock or bay ejection request, and that request 545 0x2305 System is waking up from suspend to eject bay 547 0x2405 System is waking up from hibernation to eject bay 572 0x500B Tablet pen inserted into its storage bay 573 0x500C Tablet pen removed from its storage bay 786 dangerous actions (like undocking or ejecting a bay device while the
|
| /linux/drivers/platform/x86/ |
| A D | Kconfig | 587 the bay while buses are still active), etc.
|
Completed in 82 milliseconds