Home
last modified time | relevance | path

Searched refs:geo (Results 76 – 100 of 102) sorted by relevance

12345

/openbmc/linux/drivers/nvdimm/
H A Dbtt.c1485 static int btt_getgeo(struct block_device *bd, struct hd_geometry *geo) in btt_getgeo() argument
1488 geo->heads = 1 << 6; in btt_getgeo()
1489 geo->sectors = 1 << 5; in btt_getgeo()
1490 geo->cylinders = get_capacity(bd->bd_disk) >> 11; in btt_getgeo()
/openbmc/linux/include/pcmcia/
H A Dcistpl.h496 } geo[CISTPL_MAX_DEVICES]; member
/openbmc/linux/drivers/video/fbdev/mb862xx/
H A Dmb862xxfb_accel.c31 outreg(geo, GDC_GEO_REG_INPUT_FIFO, data[total]); in mb862xxfb_write_fifo()
/openbmc/qemu/include/block/
H A Dblock-global-state.h278 int bdrv_probe_geometry(BlockDriverState *bs, HDGeometry *geo);
H A Dblock_int-common.h397 BlockDriverState *bs, HDGeometry *geo);
/openbmc/linux/drivers/block/mtip32xx/
H A Dmtip32xx.c3164 struct hd_geometry *geo) in mtip_block_getgeo() argument
3178 geo->heads = 224; in mtip_block_getgeo()
3179 geo->sectors = 56; in mtip_block_getgeo()
3180 sector_div(capacity, (geo->heads * geo->sectors)); in mtip_block_getgeo()
3181 geo->cylinders = capacity; in mtip_block_getgeo()
/openbmc/linux/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.c1881 const struct libipw_geo *geo = libipw_get_geo(priv->ieee); in ipw2100_wdev_init() local
1888 if (geo->bg_channels) { in ipw2100_wdev_init()
1892 bg_band->n_channels = geo->bg_channels; in ipw2100_wdev_init()
1893 bg_band->channels = kcalloc(geo->bg_channels, in ipw2100_wdev_init()
1901 for (i = 0; i < geo->bg_channels; i++) { in ipw2100_wdev_init()
1903 bg_band->channels[i].center_freq = geo->bg[i].freq; in ipw2100_wdev_init()
1904 bg_band->channels[i].hw_value = geo->bg[i].channel; in ipw2100_wdev_init()
1905 bg_band->channels[i].max_power = geo->bg[i].max_power; in ipw2100_wdev_init()
1906 if (geo->bg[i].flags & LIBIPW_CH_PASSIVE_ONLY) in ipw2100_wdev_init()
1909 if (geo->bg[i].flags & LIBIPW_CH_NO_IBSS) in ipw2100_wdev_init()
[all …]
/openbmc/linux/fs/xfs/scrub/
H A Dattr.c164 .geo = context->dp->i_mount->m_attr_geo, in xchk_xattr_listent()
/openbmc/linux/drivers/mmc/core/
H A Dblock.c391 mmc_blk_getgeo(struct block_device *bdev, struct hd_geometry *geo) in mmc_blk_getgeo() argument
393 geo->cylinders = get_capacity(bdev->bd_disk) / (4 * 16); in mmc_blk_getgeo()
394 geo->heads = 4; in mmc_blk_getgeo()
395 geo->sectors = 16; in mmc_blk_getgeo()
/openbmc/qemu/block/
H A Dfile-posix.c1567 static int hdev_probe_geometry(BlockDriverState *bs, HDGeometry *geo) in hdev_probe_geometry() argument
1588 geo->heads = ioctl_geo.heads; in hdev_probe_geometry()
1589 geo->sectors = ioctl_geo.sectors; in hdev_probe_geometry()
1590 geo->cylinders = ioctl_geo.cylinders; in hdev_probe_geometry()
1595 static int hdev_probe_geometry(BlockDriverState *bs, HDGeometry *geo) in hdev_probe_geometry() argument
H A Dblock-backend.c2661 int blk_probe_geometry(BlockBackend *blk, HDGeometry *geo) in blk_probe_geometry() argument
2668 return bdrv_probe_geometry(blk_bs(blk), geo); in blk_probe_geometry()
/openbmc/linux/fs/xfs/
H A Dxfs_attr_item.c596 args->geo = mp->m_attr_geo; in xfs_attri_item_recover()
/openbmc/linux/drivers/scsi/
H A Dsd.c1468 static int sd_getgeo(struct block_device *bdev, struct hd_geometry *geo) in sd_getgeo() argument
1487 geo->heads = diskinfo[0]; in sd_getgeo()
1488 geo->sectors = diskinfo[1]; in sd_getgeo()
1489 geo->cylinders = diskinfo[2]; in sd_getgeo()
/openbmc/qemu/tests/qtest/
H A Dmeson.build96 'hd-geo-test',
/openbmc/linux/drivers/block/
H A Dfloppy.c3362 static int fd_getgeo(struct block_device *bdev, struct hd_geometry *geo) in fd_getgeo() argument
3373 geo->heads = g->head; in fd_getgeo()
3374 geo->sectors = g->sect; in fd_getgeo()
3375 geo->cylinders = g->track; in fd_getgeo()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch46375 + (void)geo; // geo ignored here
46462 + geo.stride_c = geo.stride_y / 2;
46464 + geo.height_c = geo.height_y / 2;
46473 + geo.stride_c = geo.stride_y / 2;
46475 + geo.height_c = geo.height_y / 2;
46515 + geo.height_c = geo.height_y;
46526 + geo.stride_y, geo.stride_c,
46527 + geo.height_y, geo.height_c,
46997 + frame->linesize[3] = zbe->geo.stripe_is_yc ? zbe->geo.height_y + zbe->geo.height_c : z…
47113 + frame->linesize[3] = geo.stripe_is_yc ? geo.height_y + geo.height_c : geo.height_y;
[all …]
/openbmc/linux/drivers/nvme/host/
H A Dnvme.h903 int nvme_getgeo(struct block_device *bdev, struct hd_geometry *geo);
H A Dcore.c1639 int nvme_getgeo(struct block_device *bdev, struct hd_geometry *geo) in nvme_getgeo() argument
1642 geo->heads = 1 << 6; in nvme_getgeo()
1643 geo->sectors = 1 << 5; in nvme_getgeo()
1644 geo->cylinders = get_capacity(bdev->bd_disk) >> 11; in nvme_getgeo()
/openbmc/linux/drivers/memstick/core/
H A Dms_block.c1957 struct hd_geometry *geo) in msb_bd_getgeo() argument
1960 *geo = msb->geometry; in msb_bd_getgeo()
/openbmc/linux/drivers/s390/block/
H A Ddasd.c3325 static int dasd_getgeo(struct block_device *bdev, struct hd_geometry *geo) in dasd_getgeo() argument
3338 base->discipline->fill_geometry(base->block, geo); in dasd_getgeo()
3339 geo->start = get_start_sect(bdev) >> base->block->s2b_shift; in dasd_getgeo()
/openbmc/qemu/
H A Dblock.c822 int bdrv_probe_geometry(BlockDriverState *bs, HDGeometry *geo) in bdrv_probe_geometry() argument
831 return drv->bdrv_probe_geometry(bs, geo); in bdrv_probe_geometry()
836 return bdrv_probe_geometry(filtered, geo); in bdrv_probe_geometry()
/openbmc/linux/drivers/md/
H A Dmd.c7550 static int md_getgeo(struct block_device *bdev, struct hd_geometry *geo) in md_getgeo() argument
7554 geo->heads = 2; in md_getgeo()
7555 geo->sectors = 4; in md_getgeo()
7556 geo->cylinders = mddev->array_sectors / 8; in md_getgeo()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_bmap.c948 dargs.geo = ip->i_mount->m_dir_geo; in xfs_bmap_add_attrfork_local()
950 dargs.total = dargs.geo->fsbcount; in xfs_bmap_add_attrfork_local()
/openbmc/openbmc-tools/rootfs_size/
H A Dresults.txt1019 0: /usr/share/mime/application/x-neo-geo-pocket-color-rom.xml
1389 0: /usr/share/mime/application/x-neo-geo-pocket-rom.xml
1415 0: /usr/share/mime/application/geo+json.xml
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0004-mmal_20.patch5264 +zc_alloc_buf(void * v, size_t size, const AVRpiZcFrameGeometry * geo)
5269 + VLC_UNUSED(geo);

12345