Home
last modified time | relevance | path

Searched defs:drive (Results 1 – 25 of 60) sorted by relevance

123

/openbmc/linux/drivers/block/
H A Damiflop.c364 static void get_fdc(int drive) in get_fdc()
508 int drive; in floppy_off() local
691 static void raw_read(int drive) in raw_read()
717 static int raw_write(int drive) in raw_write()
1150 static int dos_read(int drive) in dos_read()
1461 int drive = floppy - unit; in amiflop_rw_cur_segment() local
1539 int drive = p - unit; in fd_locked_ioctl() local
1625 int drive; in fd_probe() local
1712 int drive = p - unit; in floppy_release() local
1739 int drive = p - unit; in amiga_check_events() local
[all …]
H A Dfloppy.c796 unsigned char drive; in set_dor() local
841 int drive; in reset_fdc_info() local
963 int drive; in scandrives() local
2772 int drive; in redo_fd_request() local
3137 int drive; in raw_cmd_ioctl() local
3662 int drive, type; in compat_set_geometry() local
3917 int drive; in config_types() local
4118 int drive; member
4452 int drive; in floppy_cmos_show() local
4897 int drive; in floppy_release_irq_and_dma() local
[all …]
H A Dataflop.c367 #define IS_BUFFERED(drive,side,track) \ argument
521 static void fd_select_drive( int drive ) in fd_select_drive()
612 static int drive = 0; in check_change() local
834 static void do_fd_action( int drive ) in do_fd_action()
1439 unsigned int drive = p - unit; in floppy_check_events() local
1461 unsigned int drive = p - unit; in floppy_revalidate() local
1507 int drive = floppy - unit; in ataflop_queue_rq() local
1589 int drive = floppy - unit; in fd_locked_ioctl() local
1785 static void __init fd_probe( int drive ) in fd_probe()
1877 int drive, cnt = 0; in config_types() local
[all …]
/openbmc/qemu/tests/qtest/
H A Dfdc-test.c119 uint8_t drive = 0; in send_read_command() local
175 uint8_t drive = 0; in send_read_no_dma_command() local
249 int drive = 0; in send_seek() local
360 int drive = 0; in test_sense_interrupt() local
382 uint8_t drive = 0; in test_relative_seek() local
411 uint8_t drive = 0; in test_read_id() local
/openbmc/qemu/tests/qemu-iotests/
H A D257199 def blockdev_backup_mktarget(drive, target_id, filepath, sync, **kwargs): argument
204 def reference_backup(drive, n, filepath): argument
213 def backup(drive, n, filepath, sync, **kwargs): argument
222 def perform_writes(drive, n, filter_node_name=None): argument
H A D12453 def __init__(self, name, drive): argument
180 def create_anchor_backup(self, drive=None): argument
201 def add_bitmap(self, name, drive, **kwargs): argument
252 def hmp_io_writes(self, drive, patterns): argument
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
H A Dbusnv04.c31 u8 drive; member
83 nv04_i2c_bus_new(struct nvkm_i2c_pad *pad, int id, u8 drive, u8 sense, in nv04_i2c_bus_new()
H A Dauxg94.c169 struct nvkm_i2c_pad *pad, int index, u8 drive, in g94_i2c_aux_new_()
190 g94_i2c_aux_new(struct nvkm_i2c_pad *pad, int index, u8 drive, in g94_i2c_aux_new()
H A Dauxgf119.c31 gf119_i2c_aux_new(struct nvkm_i2c_pad *pad, int index, u8 drive, in gf119_i2c_aux_new()
H A Danx9805.c103 anx9805_bus_new(struct nvkm_i2c_pad *base, int id, u8 drive, in anx9805_bus_new()
232 anx9805_aux_new(struct nvkm_i2c_pad *base, int id, u8 drive, in anx9805_aux_new()
H A Dbusnv4e.c74 nv4e_i2c_bus_new(struct nvkm_i2c_pad *pad, int id, u8 drive, in nv4e_i2c_bus_new()
H A Dbusgf119.c83 gf119_i2c_bus_new(struct nvkm_i2c_pad *pad, int id, u8 drive, in gf119_i2c_bus_new()
H A Dbusnv50.c90 nv50_i2c_bus_new(struct nvkm_i2c_pad *pad, int id, u8 drive, in nv50_i2c_bus_new()
H A Dauxgm200.c175 gm200_i2c_aux_new(struct nvkm_i2c_pad *pad, int index, u8 drive, in gm200_i2c_aux_new()
/openbmc/qemu/hw/block/
H A Dxen-block.c851 static void xen_block_drive_destroy(XenBlockDrive *drive, Error **errp) in xen_block_drive_destroy()
879 XenBlockDrive *drive = NULL; in xen_block_drive_create() local
984 static const char *xen_block_drive_get_node_name(XenBlockDrive *drive) in xen_block_drive_get_node_name()
1032 XenBlockDrive *drive = NULL; in xen_block_device_create() local
1132 XenBlockDrive *drive = blockdev->drive; in xen_block_device_destroy() local
H A Dswim.c146 static void fd_recalibrate(FDrive *drive) in fd_recalibrate()
152 FDrive *drive = opaque; in swim_change_cb() local
179 FDrive *drive; in swim_drive_realize() local
H A Dfdc.c146 static FDriveSize drive_size(FloppyDriveType drive) in drive_size()
160 #define SET_CUR_DRV(fdctrl, drive) ((fdctrl)->cur_drv = (drive)) argument
425 FDrive *drive = opaque; in fd_change_cb() local
470 FDrive *drive; in floppy_drive_realize() local
847 FDrive *drive = opaque; in fdrive_media_changed_needed() local
875 FDrive *drive = opaque; in fdrive_perpendicular_needed() local
2346 FDrive *drive; in fdctrl_realize_common() local
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/
H A Dpriv.h22 int (*drive)(struct nvkm_gpio *, int line, int dir, int out); member
/openbmc/qemu/tests/avocado/
H A Dtuxrun_baselines.py115 def prepare_run(self, kernel, disk, drive, dtb=None, console_index=0): argument
171 drive="virtio-blk-device", argument
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Di2c.h17 u8 drive; member
/openbmc/linux/arch/sparc/include/asm/
H A Dfloppy_64.h79 #define fd_eject(drive) sun_fdops.fd_eject(drive) argument
276 static int sun_fd_eject(int drive) in sun_fd_eject()
432 static int sun_pci_fd_eject(int drive) in sun_pci_fd_eject()
503 static int sun_pci_fd_test_drive(unsigned long port, int drive) in sun_pci_fd_test_drive()
/openbmc/u-boot/board/micronas/vct/
H A Dtop.c16 u32 drive : 2; /* Driver strength */ member
/openbmc/qemu/hw/ide/
H A Dide-bus.c74 IDEDevice *ide_bus_create_drive(IDEBus *bus, int unit, DriveInfo *drive) in ide_bus_create_drive()
/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-digicolor.c173 u8 drive; in dc_gpio_direction_input() local
193 u8 drive; in dc_gpio_direction_output() local
/openbmc/linux/include/linux/platform_data/
H A Dsi5351.h96 enum si5351_drive_strength drive; member

123