| /OK3568_Linux_fs/kernel/drivers/char/ |
| H A D | raw.c | 32 struct block_device *bdev; member 59 struct block_device *bdev; in raw_open() local 113 struct block_device *bdev; in raw_release() local 132 struct block_device *bdev = filp->private_data; in raw_ioctl() local
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | dm-linear.c | 122 static int linear_prepare_ioctl(struct dm_target *ti, struct block_device **bdev) in linear_prepare_ioctl() 165 struct block_device *bdev = lc->dev->bdev; in linear_dax_direct_access() local 180 struct block_device *bdev = lc->dev->bdev; in linear_dax_copy_from_iter() local 194 struct block_device *bdev = lc->dev->bdev; in linear_dax_copy_to_iter() local 209 struct block_device *bdev = lc->dev->bdev; in linear_dax_zero_page_range() local
|
| H A D | dm-stripe.c | 310 struct block_device *bdev; in stripe_dax_direct_access() local 331 struct block_device *bdev; in stripe_dax_copy_from_iter() local 350 struct block_device *bdev; in stripe_dax_copy_to_iter() local 370 struct block_device *bdev; in stripe_dax_zero_page_range() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_ttm_buffer.c | 558 static int vmw_ttm_bind(struct ttm_bo_device *bdev, in vmw_ttm_bind() 602 static void vmw_ttm_unbind(struct ttm_bo_device *bdev, in vmw_ttm_unbind() 628 static void vmw_ttm_destroy(struct ttm_bo_device *bdev, struct ttm_tt *ttm) in vmw_ttm_destroy() 648 static int vmw_ttm_populate(struct ttm_bo_device *bdev, in vmw_ttm_populate() 677 static void vmw_ttm_unpopulate(struct ttm_bo_device *bdev, in vmw_ttm_unpopulate() 742 static int vmw_ttm_io_mem_reserve(struct ttm_bo_device *bdev, struct ttm_resource *mem) in vmw_ttm_io_mem_reserve()
|
| /OK3568_Linux_fs/kernel/drivers/net/fddi/ |
| H A D | defxx.c | 376 struct device __maybe_unused *bdev = bp->bus_dev; in dfx_port_write_long() local 400 struct device __maybe_unused *bdev = bp->bus_dev; in dfx_port_read_long() local 434 static void dfx_get_bars(struct device *bdev, in dfx_get_bars() 545 static int dfx_register(struct device *bdev) in dfx_register() 733 struct device *bdev = bp->bus_dev; in dfx_bus_init() local 893 struct device *bdev = bp->bus_dev; in dfx_bus_uninit() local 955 struct device __maybe_unused *bdev = bp->bus_dev; in dfx_bus_config_check() local 1053 struct device *bdev = bp->bus_dev; in dfx_driver_init() local 1962 struct device *bdev = bp->bus_dev; in dfx_interrupt() local 3706 static void dfx_unregister(struct device *bdev) in dfx_unregister()
|
| /OK3568_Linux_fs/kernel/drivers/bluetooth/ |
| H A D | hci_bcm.c | 301 struct bcm_device *bdev = data; in bcm_host_wake() local 314 struct bcm_device *bdev = bcm->dev; in bcm_request_irq() local 502 struct bcm_device *bdev = NULL; in bcm_close() local 709 struct bcm_device *bdev = NULL; in bcm_dequeue() local 734 struct bcm_device *bdev = dev_get_drvdata(dev); in bcm_suspend_device() local 764 struct bcm_device *bdev = dev_get_drvdata(dev); in bcm_resume_device() local 793 struct bcm_device *bdev = dev_get_drvdata(dev); in bcm_suspend() local 827 struct bcm_device *bdev = dev_get_drvdata(dev); in bcm_resume() local 1147 static int bcm_of_probe(struct bcm_device *bdev) in bcm_of_probe()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | super.c | 744 static struct super_block *__get_super(struct block_device *bdev, bool excl) in __get_super() 787 struct super_block *get_super(struct block_device *bdev) in get_super() 793 static struct super_block *__get_super_thawed(struct block_device *bdev, in __get_super_thawed() 819 struct super_block *get_super_thawed(struct block_device *bdev) in get_super_thawed() 834 struct super_block *get_super_exclusive_thawed(struct block_device *bdev) in get_super_exclusive_thawed() 848 struct super_block *get_active_super(struct block_device *bdev) in get_active_super() 1284 struct block_device *bdev; in get_tree_bdev() local 1370 struct block_device *bdev; in mount_bdev() local 1443 struct block_device *bdev = sb->s_bdev; in kill_block_super() local
|
| H A D | buffer.c | 189 __find_get_block_slow(struct block_device *bdev, sector_t block) in __find_get_block_slow() 559 void write_boundary_block(struct block_device *bdev, in write_boundary_block() 903 static sector_t blkdev_max_block(struct block_device *bdev, unsigned int size) in blkdev_max_block() 919 init_page_buffers(struct page *page, struct block_device *bdev, in init_page_buffers() 954 grow_dev_page(struct block_device *bdev, sector_t block, in grow_dev_page() 1018 grow_buffers(struct block_device *bdev, sector_t block, int size, gfp_t gfp) in grow_buffers() 1047 __getblk_slow(struct block_device *bdev, sector_t block, in __getblk_slow() 1296 lookup_bh_lru(struct block_device *bdev, sector_t block, unsigned size) in lookup_bh_lru() 1331 __find_get_block(struct block_device *bdev, sector_t block, unsigned size) in __find_get_block() 1356 __getblk_gfp(struct block_device *bdev, sector_t block, in __getblk_gfp() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/s390/block/ |
| H A D | dasd_genhd.c | 101 struct block_device *bdev; in dasd_scan_partitions() local 139 struct block_device *bdev; in dasd_destroy_partitions() local
|
| /OK3568_Linux_fs/kernel/drivers/input/misc/ |
| H A D | cobalt_btns.c | 37 struct buttons_dev *bdev = input_get_drvdata(input); in handle_buttons() local 63 struct buttons_dev *bdev; in cobalt_buttons_probe() local
|
| H A D | sgi_btns.c | 54 struct buttons_dev *bdev = input_get_drvdata(input); in handle_buttons() local 80 struct buttons_dev *bdev; in sgi_buttons_probe() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/shmobile/ |
| H A D | shmob_drm_backlight.c | 16 static int shmob_drm_backlight_update(struct backlight_device *bdev) in shmob_drm_backlight_update() 30 static int shmob_drm_backlight_get_brightness(struct backlight_device *bdev) in shmob_drm_backlight_get_brightness()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ttm/ |
| H A D | ttm_bo_vm.c | 99 struct ttm_bo_device *bdev = bo->bdev; in ttm_bo_io_mem_pfn() local 273 struct ttm_bo_device *bdev = bo->bdev; in ttm_bo_vm_fault_reserved() local 528 static struct ttm_buffer_object *ttm_bo_vm_lookup(struct ttm_bo_device *bdev, in ttm_bo_vm_lookup() 575 struct ttm_bo_device *bdev) in ttm_bo_mmap()
|
| H A D | ttm_range_manager.c | 115 int ttm_range_man_init(struct ttm_bo_device *bdev, in ttm_range_man_init() 142 int ttm_range_man_fini(struct ttm_bo_device *bdev, in ttm_range_man_fini()
|
| /OK3568_Linux_fs/kernel/fs/nfs/blocklayout/ |
| H A D | dev.c | 239 struct block_device *bdev; in bl_parse_simple() local 311 struct block_device *bdev; in bl_open_udev_path() local 336 struct block_device *bdev; in bl_open_dm_mpath_udev_path() local 356 struct block_device *bdev; in bl_parse_scsi() local
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | blkdev.h | 394 static inline int blkdev_report_zones_ioctl(struct block_device *bdev, in blkdev_report_zones_ioctl() 401 static inline int blkdev_zone_mgmt_ioctl(struct block_device *bdev, in blkdev_zone_mgmt_ioctl() 972 static inline struct request_queue *bdev_get_queue(struct block_device *bdev) in bdev_get_queue() 1326 static inline int blkdev_issue_flush(struct block_device *bdev, gfp_t gfp_mask) in blkdev_issue_flush() 1382 static inline bool bdev_is_partition(struct block_device *bdev) in bdev_is_partition() 1448 static inline unsigned int bdev_logical_block_size(struct block_device *bdev) in bdev_logical_block_size() 1458 static inline unsigned int bdev_physical_block_size(struct block_device *bdev) in bdev_physical_block_size() 1468 static inline int bdev_io_min(struct block_device *bdev) in bdev_io_min() 1478 static inline int bdev_io_opt(struct block_device *bdev) in bdev_io_opt() 1500 static inline int bdev_alignment_offset(struct block_device *bdev) in bdev_alignment_offset() [all …]
|
| /OK3568_Linux_fs/kernel/include/drm/ |
| H A D | drm_gem_vram_helper.h | 178 struct ttm_bo_device bdev; member 190 struct ttm_bo_device *bdev) in drm_vram_mm_of_bdev()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/ |
| H A D | mtd_blkdevs.c | 204 static int blktrans_open(struct block_device *bdev, fmode_t mode) in blktrans_open() 281 static int blktrans_getgeo(struct block_device *bdev, struct hd_geometry *geo) in blktrans_getgeo() 301 static int blktrans_ioctl(struct block_device *bdev, fmode_t mode, in blktrans_ioctl()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | scsicam.c | 61 bool scsi_partsize(struct block_device *bdev, sector_t capacity, int geom[3]) in scsi_partsize() 219 int scsicam_bios_param(struct block_device *bdev, sector_t capacity, int *ip) in scsicam_bios_param()
|
| /OK3568_Linux_fs/kernel/drivers/dax/ |
| H A D | super.c | 46 int bdev_dax_pgoff(struct block_device *bdev, sector_t sector, size_t size, in bdev_dax_pgoff() 61 struct dax_device *fs_dax_get_by_bdev(struct block_device *bdev) in fs_dax_get_by_bdev() 71 struct block_device *bdev, int blocksize, sector_t start, in __generic_fsdax_supported() 168 bool __bdev_dax_supported(struct block_device *bdev, int blocksize) in __bdev_dax_supported() 326 bool dax_supported(struct dax_device *dax_dev, struct block_device *bdev, in dax_supported()
|
| /OK3568_Linux_fs/kernel/drivers/md/bcache/ |
| H A D | super.c | 91 static const char *read_super_common(struct cache_sb *sb, struct block_device *bdev, in read_super_common() 166 static const char *read_super(struct cache_sb *sb, struct block_device *bdev, in read_super() 1476 struct block_device *bdev, in register_bdev() 2366 struct block_device *bdev, struct cache *ca) in register_cache() 2439 static bool bch_is_open_backing(struct block_device *bdev) in bch_is_open_backing() 2454 static bool bch_is_open_cache(struct block_device *bdev) in bch_is_open_cache() 2468 static bool bch_is_open(struct block_device *bdev) in bch_is_open() 2478 struct block_device *bdev; member 2558 struct block_device *bdev; in register_bcache() local
|
| /OK3568_Linux_fs/kernel/drivers/block/rsxx/ |
| H A D | dev.c | 56 static int rsxx_blkdev_ioctl(struct block_device *bdev, in rsxx_blkdev_ioctl() 73 static int rsxx_getgeo(struct block_device *bdev, struct hd_geometry *geo) in rsxx_getgeo()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_bo.c | 720 nouveau_ttm_tt_bind(struct ttm_bo_device *bdev, struct ttm_tt *ttm, in nouveau_ttm_tt_bind() 736 nouveau_ttm_tt_unbind(struct ttm_bo_device *bdev, struct ttm_tt *ttm) in nouveau_ttm_tt_unbind() 1149 nouveau_ttm_io_mem_reserve(struct ttm_bo_device *bdev, struct ttm_resource *reg) in nouveau_ttm_io_mem_reserve() 1247 nouveau_ttm_io_mem_free(struct ttm_bo_device *bdev, struct ttm_resource *reg) in nouveau_ttm_io_mem_free() 1304 nouveau_ttm_tt_populate(struct ttm_bo_device *bdev, in nouveau_ttm_tt_populate() 1341 nouveau_ttm_tt_unpopulate(struct ttm_bo_device *bdev, in nouveau_ttm_tt_unpopulate() 1373 nouveau_ttm_tt_destroy(struct ttm_bo_device *bdev, in nouveau_ttm_tt_destroy()
|
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | blktrace.c | 459 struct block_device *bdev) in blk_trace_setup_lba() 479 struct block_device *bdev, in do_blk_trace_setup() 588 struct block_device *bdev, char __user *arg) in __blk_trace_setup() 609 struct block_device *bdev, in blk_trace_setup() 624 dev_t dev, struct block_device *bdev, in compat_blk_trace_setup() 723 int blk_trace_ioctl(struct block_device *bdev, unsigned cmd, char __user *arg) in blk_trace_ioctl() 1691 struct block_device *bdev) in blk_trace_setup_queue() 1826 static struct request_queue *blk_trace_get_queue(struct block_device *bdev) in blk_trace_get_queue() 1838 struct block_device *bdev = bdget_part(dev_to_part(dev)); in sysfs_blk_trace_attr_show() local 1882 struct block_device *bdev; in sysfs_blk_trace_attr_store() local
|
| /OK3568_Linux_fs/kernel/drivers/block/ |
| H A D | loop.c | 241 struct block_device *bdev = lo->lo_device; in loop_set_size() local 641 struct block_device *bdev) in loop_reread_partitions() 660 static int loop_validate_file(struct file *file, struct block_device *bdev) in loop_validate_file() 691 static int loop_change_fd(struct loop_device *lo, struct block_device *bdev, in loop_change_fd() 1064 struct block_device *bdev, in loop_configure() 1202 struct block_device *bdev = lo->lo_device; in __loop_clr_fd() local 1349 struct block_device *bdev; in loop_set_status() local 1668 static int lo_ioctl(struct block_device *bdev, fmode_t mode, in lo_ioctl() 1849 static int lo_compat_ioctl(struct block_device *bdev, fmode_t mode, in lo_compat_ioctl() 1885 static int lo_open(struct block_device *bdev, fmode_t mode) in lo_open()
|