| /kernel/linux/linux-5.10/arch/powerpc/platforms/ps3/ |
| D | device-init.c | 118 struct layout { in ps3_setup_gelic_device() struct 119 struct ps3_system_bus_device dev; in ps3_setup_gelic_device() 120 struct ps3_dma_region d_region; in ps3_setup_gelic_device() 186 struct layout { in ps3_setup_uhc_device() struct 187 struct ps3_system_bus_device dev; in ps3_setup_uhc_device() 188 struct ps3_dma_region d_region; in ps3_setup_uhc_device() 189 struct ps3_mmio_region m_region; in ps3_setup_uhc_device() 289 struct layout { in ps3_setup_vuart_device() struct 290 struct ps3_system_bus_device dev; in ps3_setup_vuart_device() 441 struct layout { in ps3_register_sound_devices() struct [all …]
|
| /kernel/linux/linux-4.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 …]
|
| /kernel/linux/linux-5.10/drivers/clk/at91/ |
| D | clk-programmable.c | 18 #define PROG_PRES(layout, pckr) ((pckr >> layout->pres_shift) & layout->pres_mask) argument 26 const struct clk_programmable_layout *layout; member 35 const struct clk_programmable_layout *layout = prog->layout; in clk_programmable_recalc_rate() local 53 const struct clk_programmable_layout *layout = prog->layout; in clk_programmable_determine_rate() local 105 const struct clk_programmable_layout *layout = prog->layout; in clk_programmable_set_parent() local 130 const struct clk_programmable_layout *layout = prog->layout; in clk_programmable_get_parent() local 151 const struct clk_programmable_layout *layout = prog->layout; in clk_programmable_set_rate() local 192 const struct clk_programmable_layout *layout, in at91_clk_register_programmable()
|
| D | clk-pll.c | 20 #define PLL_MUL(reg, layout) (((reg) >> (layout)->mul_shift) & \ argument 23 #define PLL_MUL_MASK(layout) ((layout)->mul_mask) argument 24 #define PLL_MUL_MAX(layout) (PLL_MUL_MASK(layout) + 1) argument 41 const struct clk_pll_layout *layout; member 58 const struct clk_pll_layout *layout = pll->layout; in clk_pll_prepare() local 127 const struct clk_pll_layout *layout = pll->layout; in clk_pll_get_best_div_mul() local 275 const struct clk_pll_layout *layout, in at91_clk_register_pll()
|
| D | clk-master.c | 38 const struct clk_master_layout *layout; member 82 const struct clk_master_layout *layout = master->layout; in clk_master_recalc_rate() local 129 const struct clk_master_layout *layout, in at91_clk_register_master()
|
| /kernel/linux/linux-4.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 146 const struct clk_pll_layout *layout = pll->layout; in clk_pll_get_best_div_mul() local 294 const struct clk_pll_layout *layout, in at91_clk_register_pll() 460 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()
|
| /kernel/linux/linux-5.10/sound/aoa/fabrics/ |
| D | layout.c | 62 struct layout { struct 63 unsigned int layout_id, device_id; argument 68 * so that our layout table doesn't need to be filled argument 77 MODULE_ALIAS("sound-layout-36"); argument 611 struct layout *layout; member 1000 struct layout *layout = NULL; in aoa_fabric_layout_probe() local
|
| /kernel/linux/linux-4.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
|
| /kernel/linux/linux-4.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
|
| /kernel/linux/linux-5.10/include/linux/mfd/syscon/ |
| D | atmel-smc.h | 19 #define ATMEL_HSMC_SETUP(layout, cs) \ argument 22 #define ATMEL_HSMC_PULSE(layout, cs) \ argument 25 #define ATMEL_HSMC_CYCLE(layout, cs) \ argument 33 #define ATMEL_HSMC_MODE(layout, cs) \ argument 64 #define ATMEL_HSMC_TIMINGS(layout, cs) \ argument
|
| /kernel/linux/linux-5.10/drivers/gpio/ |
| D | gpio-creg-snps.c | 27 const struct creg_layout *layout; member 33 const struct creg_layout *layout = hcg->layout; in creg_gpio_set() local 62 const struct creg_layout *layout = hcg->layout; in creg_gpio_validate_pg() local
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/ |
| D | dpu_formats.c | 602 struct dpu_hw_fmt_layout *layout) in _dpu_format_get_plane_sizes_ubwc() 681 struct dpu_hw_fmt_layout *layout, in _dpu_format_get_plane_sizes_linear() 753 struct dpu_hw_fmt_layout *layout, in dpu_format_get_plane_sizes() 775 struct dpu_hw_fmt_layout *layout) in _dpu_format_populate_addrs_ubwc() 866 struct dpu_hw_fmt_layout *layout) in _dpu_format_populate_addrs_linear() 896 struct dpu_hw_fmt_layout *layout) in dpu_format_populate_layout() 945 struct dpu_hw_fmt_layout layout; in dpu_format_check_modified_format() local
|
| /kernel/linux/linux-4.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
|
| /kernel/linux/linux-4.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()
|
| /kernel/linux/linux-4.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()
|
| /kernel/linux/linux-5.10/drivers/mfd/ |
| D | atmel-smc.c | 266 const struct atmel_hsmc_reg_layout *layout, in atmel_hsmc_cs_conf_apply() 307 const struct atmel_hsmc_reg_layout *layout, in atmel_hsmc_cs_conf_get()
|
| /kernel/linux/linux-4.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
|
| /kernel/linux/linux-4.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
|
| /kernel/linux/linux-5.10/sound/aoa/soundbus/i2sbus/ |
| D | core.c | 115 int layout, struct resource *res) in i2sbus_get_and_fixup_rsrc() 158 int i, layout = 0, rlen, ok = force; in i2sbus_add_dev() local
|
| /kernel/linux/linux-4.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()
|
| /kernel/linux/linux-5.10/fs/ceph/ |
| D | util.c | 11 int ceph_file_layout_is_valid(const struct ceph_file_layout *layout) in ceph_file_layout_is_valid()
|
| /kernel/linux/linux-4.19/drivers/md/ |
| D | raid0.h | 29 enum r0layout layout; member
|
| /kernel/linux/linux-5.10/drivers/md/ |
| D | raid0.h | 29 enum r0layout layout; member
|