/Linux-v6.6/drivers/gpu/drm/ttm/ |
D | ttm_tt.c | 62 struct ttm_device *bdev = bo->bdev; in ttm_tt_create() local 128 void ttm_tt_destroy(struct ttm_device *bdev, struct ttm_tt *ttm) in ttm_tt_destroy() 249 int ttm_tt_swapout(struct ttm_device *bdev, struct ttm_tt *ttm, in ttm_tt_swapout() 296 int ttm_tt_populate(struct ttm_device *bdev, in ttm_tt_populate() 354 void ttm_tt_unpopulate(struct ttm_device *bdev, struct ttm_tt *ttm) in ttm_tt_unpopulate()
|
D | ttm_bo_util.c | 45 int ttm_mem_io_reserve(struct ttm_device *bdev, in ttm_mem_io_reserve() 58 void ttm_mem_io_free(struct ttm_device *bdev, in ttm_mem_io_free() 146 struct ttm_device *bdev = bo->bdev; in ttm_bo_move_memcpy() local 607 struct ttm_device *bdev = bo->bdev; in ttm_bo_move_pipeline_evict() local 648 struct ttm_device *bdev = bo->bdev; in ttm_bo_move_accel_cleanup() local 682 struct ttm_device *bdev = bo->bdev; in ttm_bo_move_sync_cleanup() local
|
D | ttm_range_manager.c | 178 int ttm_range_man_init_nocheck(struct ttm_device *bdev, in ttm_range_man_init_nocheck() 214 int ttm_range_man_fini_nocheck(struct ttm_device *bdev, in ttm_range_man_fini_nocheck()
|
/Linux-v6.6/drivers/comedi/drivers/ |
D | comedi_bond.c | 81 struct bonded_device *bdev = *devs++; in bonding_dio_insn_bits() local 131 struct bonded_device *bdev; in bonding_dio_insn_config() local 186 struct bonded_device *bdev; in do_dev_config() local 323 struct bonded_device *bdev; in bonding_detach() local
|
/Linux-v6.6/drivers/net/fddi/ |
D | defxx.c | 377 struct device __maybe_unused *bdev = bp->bus_dev; in dfx_port_write_long() local 399 struct device __maybe_unused *bdev = bp->bus_dev; in dfx_port_read_long() local 434 struct device *bdev = bp->bus_dev; in dfx_get_bars() local 530 static int dfx_register(struct device *bdev) in dfx_register() 724 struct device *bdev = bp->bus_dev; in dfx_bus_init() local 883 struct device *bdev = bp->bus_dev; in dfx_bus_uninit() local 945 struct device __maybe_unused *bdev = bp->bus_dev; in dfx_bus_config_check() local 1043 struct device *bdev = bp->bus_dev; in dfx_driver_init() local 1951 struct device *bdev = bp->bus_dev; in dfx_interrupt() local 3695 static void dfx_unregister(struct device *bdev) in dfx_unregister()
|
/Linux-v6.6/drivers/gpu/drm/qxl/ |
D | qxl_ttm.c | 40 static struct qxl_device *qxl_get_qdev(struct ttm_device *bdev) in qxl_get_qdev() 73 int qxl_ttm_io_mem_reserve(struct ttm_device *bdev, in qxl_ttm_io_mem_reserve() 102 static void qxl_ttm_backend_destroy(struct ttm_device *bdev, struct ttm_tt *ttm) in qxl_ttm_backend_destroy()
|
/Linux-v6.6/block/ |
D | blk-crypto.c | 360 bool blk_crypto_config_supported_natively(struct block_device *bdev, in blk_crypto_config_supported_natively() 372 bool blk_crypto_config_supported(struct block_device *bdev, in blk_crypto_config_supported() 394 int blk_crypto_start_using_key(struct block_device *bdev, in blk_crypto_start_using_key() 417 void blk_crypto_evict_key(struct block_device *bdev, in blk_crypto_evict_key()
|
D | bio.c | 246 void bio_init(struct bio *bio, struct block_device *bdev, struct bio_vec *table, in bio_init() 300 void bio_reset(struct bio *bio, struct block_device *bdev, blk_opf_t opf) in bio_reset() 348 struct bio *blk_next_bio(struct bio *bio, struct block_device *bdev, in blk_next_bio() 432 static struct bio *bio_alloc_percpu_cache(struct block_device *bdev, in bio_alloc_percpu_cache() 492 struct bio *bio_alloc_bioset(struct block_device *bdev, unsigned short nr_vecs, in bio_alloc_bioset() 845 struct bio *bio_alloc_clone(struct block_device *bdev, struct bio *bio_src, in bio_alloc_clone() 876 int bio_init_clone(struct block_device *bdev, struct bio *bio, in bio_init_clone()
|
D | early-lookup.c | 23 struct block_device *bdev = dev_to_bdev(dev); in match_dev_by_uuid() local 104 struct block_device *bdev = dev_to_bdev(dev); in match_dev_by_label() local
|
/Linux-v6.6/drivers/bluetooth/ |
D | hci_bcm.c | 324 struct bcm_device *bdev = data; in bcm_host_wake() local 337 struct bcm_device *bdev = bcm->dev; in bcm_request_irq() local 530 struct bcm_device *bdev = NULL; in bcm_close() local 739 struct bcm_device *bdev = NULL; in bcm_dequeue() local 764 struct bcm_device *bdev = dev_get_drvdata(dev); in bcm_suspend_device() local 794 struct bcm_device *bdev = dev_get_drvdata(dev); in bcm_resume_device() local 823 struct bcm_device *bdev = dev_get_drvdata(dev); in bcm_suspend() local 857 struct bcm_device *bdev = dev_get_drvdata(dev); in bcm_resume() local 1237 static int bcm_of_probe(struct bcm_device *bdev) in bcm_of_probe()
|
/Linux-v6.6/include/drm/ttm/ |
D | ttm_range_manager.h | 42 static __always_inline int ttm_range_man_init(struct ttm_device *bdev, in ttm_range_man_init() 50 static __always_inline int ttm_range_man_fini(struct ttm_device *bdev, in ttm_range_man_fini()
|
/Linux-v6.6/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_ttm_glue.c | 30 static int vmw_bo_vm_lookup(struct ttm_device *bdev, in vmw_bo_vm_lookup() 81 struct ttm_device *bdev = &dev_priv->bdev; in vmw_mmap() local
|
D | vmwgfx_bo.c | 382 struct ttm_device *bdev = &dev_priv->bdev; in vmw_bo_init() local 636 struct ttm_device *bdev = bo->bdev; in vmw_bo_fence_single() local 802 struct ttm_device *bdev = bo->tbo.bdev; in vmw_bo_placement_set() local 830 struct ttm_device *bdev = bo->tbo.bdev; in vmw_bo_placement_set_default_accelerated() local
|
/Linux-v6.6/drivers/s390/block/ |
D | dasd_genhd.c | 130 struct block_device *bdev; in dasd_scan_partitions() local 169 struct block_device *bdev; in dasd_destroy_partitions() local
|
/Linux-v6.6/drivers/gpu/drm/renesas/shmobile/ |
D | shmob_drm_backlight.c | 16 static int shmob_drm_backlight_update(struct backlight_device *bdev) in shmob_drm_backlight_update() 26 static int shmob_drm_backlight_get_brightness(struct backlight_device *bdev) in shmob_drm_backlight_get_brightness()
|
/Linux-v6.6/drivers/input/misc/ |
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
|
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
|
/Linux-v6.6/drivers/block/rnbd/ |
D | rnbd-srv.c | 425 static struct rnbd_srv_dev *rnbd_srv_init_srv_dev(struct block_device *bdev) in rnbd_srv_init_srv_dev() 510 rnbd_srv_get_or_create_srv_dev(struct block_device *bdev, in rnbd_srv_get_or_create_srv_dev() 537 struct block_device *bdev = sess_dev->bdev; in rnbd_srv_fill_msg_open_rsp() local 562 struct block_device *bdev, bool readonly, in rnbd_srv_create_set_sess_dev() 679 struct block_device *bdev; in process_msg_open() local
|
/Linux-v6.6/include/drm/ |
D | drm_gem_vram_helper.h | 184 struct ttm_device bdev; member 196 struct ttm_device *bdev) in drm_vram_mm_of_bdev()
|
/Linux-v6.6/drivers/target/ |
D | target_core_iblock.c | 439 struct block_device *bdev = IBLOCK_DEV(cmd->se_dev)->ibd_bd; in iblock_execute_unmap() local 456 iblock_execute_zero_out(struct block_device *bdev, struct se_cmd *cmd) in iblock_execute_zero_out() 491 struct block_device *bdev = IBLOCK_DEV(cmd->se_dev)->ibd_bd; in iblock_execute_write_same() local 846 struct block_device *bdev = ib_dev->ibd_bd; in iblock_execute_pr_out() local 965 struct block_device *bdev = ib_dev->ibd_bd; in iblock_pr_read_keys() local 1034 struct block_device *bdev = ib_dev->ibd_bd; in iblock_pr_read_reservation() local
|
/Linux-v6.6/drivers/scsi/ |
D | scsicam.c | 60 bool scsi_partsize(struct block_device *bdev, sector_t capacity, int geom[3]) in scsi_partsize() 218 int scsicam_bios_param(struct block_device *bdev, sector_t capacity, int *ip) in scsicam_bios_param()
|
/Linux-v6.6/drivers/gpu/drm/nouveau/ |
D | nouveau_bo.c | 765 nouveau_ttm_tt_bind(struct ttm_device *bdev, struct ttm_tt *ttm, in nouveau_ttm_tt_bind() 781 nouveau_ttm_tt_unbind(struct ttm_device *bdev, struct ttm_tt *ttm) in nouveau_ttm_tt_unbind() 1158 nouveau_ttm_io_mem_reserve(struct ttm_device *bdev, struct ttm_resource *reg) in nouveau_ttm_io_mem_reserve() 1266 nouveau_ttm_io_mem_free(struct ttm_device *bdev, struct ttm_resource *reg) in nouveau_ttm_io_mem_free() 1326 nouveau_ttm_tt_populate(struct ttm_device *bdev, in nouveau_ttm_tt_populate() 1348 nouveau_ttm_tt_unpopulate(struct ttm_device *bdev, in nouveau_ttm_tt_unpopulate() 1365 nouveau_ttm_tt_destroy(struct ttm_device *bdev, in nouveau_ttm_tt_destroy()
|
/Linux-v6.6/fs/ |
D | buffer.c | 190 __find_get_block_slow(struct block_device *bdev, sector_t block) in __find_get_block_slow() 665 void write_boundary_block(struct block_device *bdev, in write_boundary_block() 988 static sector_t blkdev_max_block(struct block_device *bdev, unsigned int size) in blkdev_max_block() 1004 struct block_device *bdev, sector_t block, int size) in folio_init_buffers() 1038 grow_dev_page(struct block_device *bdev, sector_t block, in grow_dev_page() 1097 grow_buffers(struct block_device *bdev, sector_t block, int size, gfp_t gfp) in grow_buffers() 1122 __getblk_slow(struct block_device *bdev, sector_t block, in __getblk_slow() 1368 lookup_bh_lru(struct block_device *bdev, sector_t block, unsigned size) in lookup_bh_lru() 1407 __find_get_block(struct block_device *bdev, sector_t block, unsigned size) in __find_get_block() 1432 __getblk_gfp(struct block_device *bdev, sector_t block, in __getblk_gfp() [all …]
|
/Linux-v6.6/drivers/staging/media/atomisp/include/hmm/ |
D | hmm_bo.h | 33 #define check_bodev_null_return(bdev, exp) \ argument 37 #define check_bodev_null_return_void(bdev) \ argument 113 struct hmm_bo_device *bdev; member
|
/Linux-v6.6/fs/nfs/blocklayout/ |
D | dev.c | 239 struct block_device *bdev; in bl_parse_simple() local 308 struct block_device *bdev; in bl_open_path() local 332 struct block_device *bdev; in bl_parse_scsi() local
|