Home
last modified time | relevance | path

Searched refs:bay (Results 1 – 16 of 16) sorted by relevance

/linux-6.15/drivers/macintosh/
H A Dmediabay.c37 #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 …]
H A DKconfig112 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-6.15/arch/powerpc/include/asm/
H A Dmediabay.h28 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-6.15/arch/arm/boot/dts/marvell/
H A DMakefile27 armada-370-seagate-nas-2bay.dtb \
28 armada-370-seagate-nas-4bay.dtb \
30 armada-370-seagate-personal-cloud-2bay.dtb \
H A Darmada-370-seagate-nas-xbay.dtsi3 * Device Tree common file for the Seagate NAS 2 and 4-bay (Armada 370 SoC).
/linux-6.15/Documentation/devicetree/bindings/
H A Dincomplete-devices.yaml60 - heathrow-media-bay
71 - keylargo-media-bay
81 - ohare-media-bay
/linux-6.15/drivers/scsi/smartpqi/
H A Dsmartpqi_sas_transport.c353 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()
H A Dsmartpqi.h1150 u8 bay; member
H A Dsmartpqi_init.c1676 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()
7191 u8 bay; in pqi_path_info_show() local
7210 bay = device->bay; in pqi_path_info_show()
7254 "BAY: %hhu ", bay); in pqi_path_info_show()
/linux-6.15/drivers/acpi/acpica/
H A Ddbconvert.c309 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()
H A Dutxface.c498 pld_info->bay = ACPI_PLD_GET_BAY(&dword); in ACPI_EXPORT_SYMBOL()
/linux-6.15/include/acpi/
H A Dacbuffer.h95 u8 bay; member
/linux-6.15/drivers/scsi/
H A Dhpsa.h89 u8 bay; member
H A Dhpsa.c809 u8 bay; in path_info_show() local
823 bay = hdev->bay; in path_info_show()
864 bay, active); in path_info_show()
869 box, bay, active); in path_info_show()
4231 memcpy(&this_device->bay, in hpsa_get_path_info()
4233 sizeof(this_device->bay)); in hpsa_get_path_info()
/linux-6.15/Documentation/admin-guide/laptops/
H A Dthinkpad-acpi.rst352 requested a bay ejection. Set to 2 if the system is
361 undock or bay ejection request, and that request
549 0x2305 System is waking up from suspend to eject bay
551 0x2405 System is waking up from hibernation to eject bay
576 0x500B Tablet pen inserted into its storage bay
577 0x500C Tablet pen removed from its storage bay
790 dangerous actions (like undocking or ejecting a bay device while the
/linux-6.15/drivers/platform/x86/
H A DKconfig600 the bay while buses are still active), etc.