/Linux-v4.19/arch/powerpc/platforms/ps3/ |
D | device-init.c | 129 struct layout { in ps3_setup_gelic_device() struct 130 struct ps3_system_bus_device dev; in ps3_setup_gelic_device() 131 struct ps3_dma_region d_region; in ps3_setup_gelic_device() 197 struct layout { in ps3_setup_uhc_device() struct 198 struct ps3_system_bus_device dev; in ps3_setup_uhc_device() 199 struct ps3_dma_region d_region; in ps3_setup_uhc_device() 200 struct ps3_mmio_region m_region; in ps3_setup_uhc_device() 300 struct layout { in ps3_setup_vuart_device() struct 301 struct ps3_system_bus_device dev; in ps3_setup_vuart_device() 454 struct layout { in ps3_register_sound_devices() struct [all …]
|
/Linux-v4.19/drivers/clk/at91/ |
D | clk-programmable.c | 25 #define PROG_PRES(layout, pckr) ((pckr >> layout->pres_shift) & PROG_PRES_MASK) argument 38 const struct clk_programmable_layout *layout; member 100 const struct clk_programmable_layout *layout = prog->layout; in clk_programmable_set_parent() local 122 const struct clk_programmable_layout *layout = prog->layout; in clk_programmable_get_parent() local 140 const struct clk_programmable_layout *layout = prog->layout; in clk_programmable_set_rate() local 177 const struct clk_programmable_layout *layout) in at91_clk_register_programmable() 234 const struct clk_programmable_layout *layout) in of_at91_clk_prog_setup()
|
D | clk-pll.c | 25 #define PLL_MUL(reg, layout) (((reg) >> (layout)->mul_shift) & \ argument 28 #define PLL_MUL_MASK(layout) ((layout)->mul_mask) argument 29 #define PLL_MUL_MAX(layout) (PLL_MUL_MASK(layout) + 1) argument 60 const struct clk_pll_layout *layout; member 77 const struct clk_pll_layout *layout = pll->layout; in clk_pll_prepare() local 143 const struct clk_pll_layout *layout = pll->layout; in clk_pll_get_best_div_mul() local 291 const struct clk_pll_layout *layout, in at91_clk_register_pll() 457 const struct clk_pll_layout *layout) in of_at91_clk_pll_setup()
|
D | clk-master.c | 43 const struct clk_master_layout *layout; member 80 const struct clk_master_layout *layout = master->layout; in clk_master_recalc_rate() local 127 const struct clk_master_layout *layout, in at91_clk_register_master() 202 const struct clk_master_layout *layout) in of_at91_clk_master_setup()
|
/Linux-v4.19/sound/aoa/fabrics/ |
D | layout.c | 64 struct layout { struct 65 unsigned int layout_id, device_id; argument 70 * so that our layout table doesn't need to be filled argument 79 MODULE_ALIAS("sound-layout-36"); argument 613 struct layout *layout; member 1002 struct layout *layout = NULL; in aoa_fabric_layout_probe() local
|
/Linux-v4.19/include/linux/mfd/syscon/ |
D | atmel-smc.h | 22 #define ATMEL_HSMC_SETUP(layout, cs) \ argument 25 #define ATMEL_HSMC_PULSE(layout, cs) \ argument 28 #define ATMEL_HSMC_CYCLE(layout, cs) \ argument 36 #define ATMEL_HSMC_MODE(layout, cs) \ argument 67 #define ATMEL_HSMC_TIMINGS(layout, cs) \ argument
|
/Linux-v4.19/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_formats.c | 702 struct dpu_hw_fmt_layout *layout) in _dpu_format_get_plane_sizes_ubwc() 781 struct dpu_hw_fmt_layout *layout, in _dpu_format_get_plane_sizes_linear() 853 struct dpu_hw_fmt_layout *layout, in dpu_format_get_plane_sizes() 875 struct dpu_hw_fmt_layout *layout) in _dpu_format_populate_addrs_ubwc() 967 struct dpu_hw_fmt_layout *layout) in _dpu_format_populate_addrs_linear() 997 struct dpu_hw_fmt_layout *layout) in dpu_format_populate_layout() 1046 struct dpu_hw_fmt_layout layout; in dpu_format_check_modified_format() local
|
/Linux-v4.19/fs/exofs/ |
D | ore.c | 49 int ore_verify_layout(unsigned total_comps, struct ore_layout *layout) in ore_verify_layout() 143 int _ore_get_io_state(struct ore_layout *layout, in _ore_get_io_state() 256 int ore_get_rw_state(struct ore_layout *layout, struct ore_components *oc, in ore_get_rw_state() 325 int ore_get_io_state(struct ore_layout *layout, struct ore_components *oc, in ore_get_io_state() 540 void ore_calc_stripe_info(struct ore_layout *layout, u64 file_offset, in ore_calc_stripe_info() 1100 static void _calc_trunk_info(struct ore_layout *layout, u64 file_offset, in _calc_trunk_info() 1114 int ore_truncate(struct ore_layout *layout, struct ore_components *oc, in ore_truncate()
|
D | ore_raid.c | 356 struct ore_layout *layout = ios->layout; in _alloc_read_4_write() local 722 struct ore_layout *layout = ios->layout; in _ore_post_alloc_raid_stuff() local
|
D | exofs.h | 75 struct ore_layout layout; /* Default files layout */ member
|
D | inode.c | 40 unsigned exofs_max_io_pages(struct ore_layout *layout, in exofs_max_io_pages() 1068 struct exofs_on_disk_inode_layout *layout; in exofs_get_inode() local
|
/Linux-v4.19/drivers/mfd/ |
D | atmel-smc.c | 269 const struct atmel_hsmc_reg_layout *layout, in atmel_hsmc_cs_conf_apply() 310 const struct atmel_hsmc_reg_layout *layout, in atmel_hsmc_cs_conf_get()
|
/Linux-v4.19/drivers/net/dsa/ |
D | bcm_sf2_cfp.c | 114 static inline unsigned int bcm_sf2_get_num_udf_slices(const u8 *layout) in bcm_sf2_get_num_udf_slices() 153 const struct cfp_udf_layout *layout, in bcm_sf2_cfp_udf_set() 330 const struct cfp_udf_layout *layout; in bcm_sf2_cfp_ipv4_rule_set() local 525 const struct cfp_udf_layout *layout; in bcm_sf2_cfp_ipv6_rule_set() local
|
/Linux-v4.19/sound/aoa/soundbus/i2sbus/ |
D | core.c | 116 int layout, struct resource *res) in i2sbus_get_and_fixup_rsrc() 159 int i, layout = 0, rlen, ok = force; in i2sbus_add_dev() local
|
/Linux-v4.19/net/ceph/ |
D | ceph_fs.c | 11 int ceph_file_layout_is_valid(const struct ceph_file_layout *layout) in ceph_file_layout_is_valid()
|
/Linux-v4.19/drivers/md/ |
D | dm-raid.c | 523 static unsigned int __raid10_near_copies(int layout) in __raid10_near_copies() 529 static unsigned int __raid10_far_copies(int layout) in __raid10_far_copies() 535 static bool __is_raid10_offset(int layout) in __is_raid10_offset() 541 static bool __is_raid10_near(int layout) in __is_raid10_near() 547 static bool __is_raid10_far(int layout) in __is_raid10_far() 553 static const char *raid10_md_layout_to_format(int layout) in raid10_md_layout_to_format() 587 static unsigned int raid10_md_layout_to_copies(int layout) in raid10_md_layout_to_copies() 631 static bool __got_raid10(struct raid_type *rtp, const int layout) in __got_raid10() 663 static struct raid_type *get_raid_type_by_ll(const int level, const int layout) in get_raid_type_by_ll() 1967 __le32 layout; member
|
D | raid5.h | 738 static inline int algorithm_valid_raid5(int layout) in algorithm_valid_raid5() 743 static inline int algorithm_valid_raid6(int layout) in algorithm_valid_raid6() 752 static inline int algorithm_is_DDF(int layout) in algorithm_is_DDF()
|
/Linux-v4.19/include/media/drv-intf/ |
D | soc_mediabus.h | 84 enum soc_mbus_layout layout; member
|
/Linux-v4.19/drivers/watchdog/ |
D | qcom-wdt.c | 52 const u32 *layout; member
|
/Linux-v4.19/drivers/input/keyboard/ |
D | sunkbd.c | 82 volatile s8 layout; member
|
/Linux-v4.19/kernel/ |
D | module.c | 114 struct module_layout *layout = container_of(n, struct module_layout, mtn.node); in __mod_tree_val() local 121 struct module_layout *layout = container_of(n, struct module_layout, mtn.node); in __mod_tree_size() local 1892 static void frob_text(const struct module_layout *layout, in frob_text() 1901 static void frob_rodata(const struct module_layout *layout, in frob_rodata() 1911 static void frob_ro_after_init(const struct module_layout *layout, in frob_ro_after_init() 1921 static void frob_writable_data(const struct module_layout *layout, in frob_writable_data() 2020 static void disable_ro_nx(const struct module_layout *layout) in disable_ro_nx() 2033 static void disable_ro_nx(const struct module_layout *layout) { } in disable_ro_nx()
|
/Linux-v4.19/drivers/gpu/drm/atmel-hlcdc/ |
D | atmel_hlcdc_plane.c | 521 const struct atmel_hlcdc_layer_cfg_layout *layout; in atmel_hlcdc_plane_prepare_disc_area() local 579 const struct atmel_hlcdc_layer_cfg_layout *layout; in atmel_hlcdc_plane_update_disc_area() local
|
/Linux-v4.19/drivers/gpu/drm/nouveau/dispnv50/ |
D | atom.h | 68 u8 layout:1; member 82 u8 layout:2; member 185 u8 layout:1; member
|
/Linux-v4.19/include/uapi/linux/raid/ |
D | md_u.h | 105 int layout; /* 0 the array's physical layout */ member
|
/Linux-v4.19/drivers/staging/erofs/ |
D | super.c | 83 struct erofs_super_block *layout; in superblock_read() local
|