| /linux/drivers/clk/ti/ |
| H A D | dpll.c | 150 struct dpll_data *dd = clk_hw->dpll_data; in _register_dpll() local 278 struct dpll_data *dd = NULL; in of_ti_dpll_setup() local 407 const struct dpll_data dd = { in of_ti_omap3_dpll_setup() local 432 const struct dpll_data dd = { in of_ti_omap3_core_dpll_setup() local 451 const struct dpll_data dd = { in of_ti_omap3_per_dpll_setup() local 471 const struct dpll_data dd = { in of_ti_omap3_per_jtype_dpll_setup() local 494 const struct dpll_data dd = { in of_ti_omap4_dpll_setup() local 513 const struct dpll_data dd = { in of_ti_omap5_mpu_dpll_setup() local 534 const struct dpll_data dd = { in of_ti_omap4_core_dpll_setup() local 555 const struct dpll_data dd = { in of_ti_omap4_m4xen_dpll_setup() local [all …]
|
| H A D | dpll3xxx.c | 49 const struct dpll_data *dd; in _omap3_dpll_write_clken() local 63 const struct dpll_data *dd; in _omap3_wait_dpll_status() local 140 const struct dpll_data *dd; in _omap3_noncore_dpll_lock() local 303 struct dpll_data *dd = clk->dpll_data; in omap3_noncore_dpll_ssc_program() local 386 struct dpll_data *dd = clk->dpll_data; in omap3_noncore_dpll_program() local 526 struct dpll_data *dd; in omap3_noncore_dpll_enable() local 589 struct dpll_data *dd; in omap3_noncore_dpll_determine_rate() local 654 struct dpll_data *dd; in omap3_noncore_dpll_set_rate() local 733 const struct dpll_data *dd; in omap3_dpll_autoidle_read() local 762 const struct dpll_data *dd; in omap3_dpll_allow_idle() local [all …]
|
| H A D | clkt_dpll.c | 69 struct dpll_data *dd; in _dpll_test_fint() local 207 struct dpll_data *dd; in omap2_init_dpll_parent() local 242 struct dpll_data *dd; in omap2_get_dpll_rate() local 289 struct dpll_data *dd; in omap2_dpll_determine_rate() local
|
| H A D | dpll44xx.c | 90 static void omap4_dpll_lpmode_recalc(struct dpll_data *dd) in omap4_dpll_lpmode_recalc() 119 struct dpll_data *dd; in omap4_dpll_regm4xen_recalc() local 150 struct dpll_data *dd; in omap4_dpll_regm4xen_determine_rate() local
|
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | firmware.c | 229 static int __read_8051_data(struct hfi1_devdata *dd, u32 addr, u64 *result) in __read_8051_data() 265 int read_8051_data(struct hfi1_devdata *dd, u32 addr, u32 len, u64 *result) in read_8051_data() 293 static int write_8051(struct hfi1_devdata *dd, int code, u32 start, in write_8051() 349 static int invalid_header(struct hfi1_devdata *dd, const char *what, in invalid_header() 364 static int verify_css_header(struct hfi1_devdata *dd, struct css_header *css) in verify_css_header() 388 static int payload_check(struct hfi1_devdata *dd, const char *name, in payload_check() 407 static int obtain_one_firmware(struct hfi1_devdata *dd, const char *name, in obtain_one_firmware() 541 static void __obtain_firmware(struct hfi1_devdata *dd) in __obtain_firmware() 641 static int obtain_firmware(struct hfi1_devdata *dd) in obtain_firmware() 703 static int retry_firmware(struct hfi1_devdata *dd, int load_result) in retry_firmware() [all …]
|
| H A D | pcie.c | 24 int hfi1_pcie_init(struct hfi1_devdata *dd) in hfi1_pcie_init() 93 int hfi1_pcie_ddinit(struct hfi1_devdata *dd, struct pci_dev *pdev) in hfi1_pcie_ddinit() 177 void hfi1_pcie_ddcleanup(struct hfi1_devdata *dd) in hfi1_pcie_ddcleanup() 215 static void update_lbus_info(struct hfi1_devdata *dd) in update_lbus_info() 236 int pcie_speeds(struct hfi1_devdata *dd) in pcie_speeds() 286 int restore_pci_variables(struct hfi1_devdata *dd) in restore_pci_variables() 345 int save_pci_variables(struct hfi1_devdata *dd) in save_pci_variables() 412 void tune_pcie_caps(struct hfi1_devdata *dd) in tune_pcie_caps() 510 struct hfi1_devdata *dd = pci_get_drvdata(pdev); in pci_error_detected() local 547 struct hfi1_devdata *dd = pci_get_drvdata(pdev); in pci_mmio_enabled() local [all …]
|
| H A D | affinity.c | 311 static int _dev_comp_vect_cpu_get(struct hfi1_devdata *dd, in _dev_comp_vect_cpu_get() 356 static void _dev_comp_vect_cpu_put(struct hfi1_devdata *dd, int cpu) in _dev_comp_vect_cpu_put() 367 static void _dev_comp_vect_mappings_destroy(struct hfi1_devdata *dd) in _dev_comp_vect_mappings_destroy() 391 static int _dev_comp_vect_mappings_create(struct hfi1_devdata *dd, in _dev_comp_vect_mappings_create() 444 int hfi1_comp_vectors_set_up(struct hfi1_devdata *dd) in hfi1_comp_vectors_set_up() 462 void hfi1_comp_vectors_clean_up(struct hfi1_devdata *dd) in hfi1_comp_vectors_clean_up() 470 struct hfi1_devdata *dd = dd_from_dev(verbs_dev); in hfi1_comp_vect_mappings_lookup() local 483 static int _dev_comp_vect_cpu_mask_init(struct hfi1_devdata *dd, in _dev_comp_vect_cpu_mask_init() 550 static void _dev_comp_vect_cpu_mask_clean_up(struct hfi1_devdata *dd, in _dev_comp_vect_cpu_mask_clean_up() 582 int hfi1_dev_affinity_init(struct hfi1_devdata *dd) in hfi1_dev_affinity_init() [all …]
|
| H A D | sysfs.c | 17 struct hfi1_devdata *dd = dd_from_ibdev(ibdev); in hfi1_get_pportdata_kobj() local 107 struct hfi1_devdata *dd = dd_from_ibdev(ibdev); in cc_prescan_show() local 117 struct hfi1_devdata *dd = dd_from_ibdev(ibdev); in cc_prescan_store() local 151 struct hfi1_devdata *dd = dd_from_ibdev(ibdev); in sc2vl_attr_show() local 248 struct hfi1_devdata *dd = dd_from_ibdev(ibdev); in sl2sc_attr_show() local 347 struct hfi1_devdata *dd = dd_from_ibdev(ibdev); in vl2mtu_attr_show() local 421 struct hfi1_devdata *dd = dd_from_dev(dev); in board_id_show() local 435 struct hfi1_devdata *dd = dd_from_dev(dev); in boardversion_show() local 447 struct hfi1_devdata *dd = dd_from_dev(dev); in nctxts_show() local 466 struct hfi1_devdata *dd = dd_from_dev(dev); in nfreectxts_show() local [all …]
|
| H A D | file_ops.c | 149 struct hfi1_devdata *dd = container_of(inode->i_cdev, in hfi1_file_open() local 322 struct hfi1_devdata *dd; in hfi1_file_mmap() local 631 struct hfi1_devdata *dd = container_of(inode->i_cdev, in hfi1_file_close() local 848 struct hfi1_devdata *dd = fd->dd; in match_ctxt() local 910 struct hfi1_devdata *dd = fd->dd; in find_sub_ctxt() local 931 static int allocate_ctxt(struct hfi1_filedata *fd, struct hfi1_devdata *dd, in allocate_ctxt() 1188 struct hfi1_devdata *dd = uctxt->dd; in setup_base_ctxt() local 1248 struct hfi1_devdata *dd = uctxt->dd; in get_base_info() local 1442 struct hfi1_devdata *dd = uctxt->dd; in poll_urgent() local 1465 struct hfi1_devdata *dd = uctxt->dd; in poll_next() local [all …]
|
| H A D | qsfp.c | 27 struct hfi1_devdata *dd = bus->controlling_dd; in hfi1_setsda() local 51 struct hfi1_devdata *dd = bus->controlling_dd; in hfi1_setscl() local 104 static struct hfi1_i2c_bus *init_i2c_bus(struct hfi1_devdata *dd, in init_i2c_bus() 146 int set_up_i2c(struct hfi1_devdata *dd, struct hfi1_asic_data *ad) in set_up_i2c() 163 void clean_up_i2c(struct hfi1_devdata *dd, struct hfi1_asic_data *ad) in clean_up_i2c() 173 static int i2c_bus_write(struct hfi1_devdata *dd, struct hfi1_i2c_bus *i2c, in i2c_bus_write() 221 static int i2c_bus_read(struct hfi1_devdata *dd, struct hfi1_i2c_bus *bus, in i2c_bus_read() 277 struct hfi1_devdata *dd = ppd->dd; in __i2c_write() local 316 struct hfi1_devdata *dd = ppd->dd; in __i2c_read() local 471 struct hfi1_devdata *dd = ppd->dd; in one_qsfp_read() local [all …]
|
| H A D | debugfs.c | 68 struct hfi1_devdata *dd = dd_from_dev(ibd); in _opcode_stats_seq_show() local 107 struct hfi1_devdata *dd = dd_from_dev(ibd); in _tx_opcode_stats_seq_show() local 125 struct hfi1_devdata *dd = dd_from_dev(ibd); in _ctx_stats_seq_start() local 137 struct hfi1_devdata *dd = dd_from_dev(ibd); in _ctx_stats_seq_next() local 159 struct hfi1_devdata *dd = dd_from_dev(ibd); in _ctx_stats_seq_show() local 255 struct hfi1_devdata *dd; in _sdes_seq_start() local 267 struct hfi1_devdata *dd = dd_from_dev(ibd); in _sdes_seq_next() local 282 struct hfi1_devdata *dd = dd_from_dev(ibd); in _sdes_seq_show() local 297 struct hfi1_devdata *dd; in _rcds_seq_start() local 309 struct hfi1_devdata *dd = dd_from_dev(ibd); in _rcds_seq_next() local [all …]
|
| H A D | eprom.c | 47 static void read_page(struct hfi1_devdata *dd, u32 offset, u32 *result) in read_page() 60 static int read_length(struct hfi1_devdata *dd, u32 start, u32 len, void *dest) in read_length() 129 int eprom_init(struct hfi1_devdata *dd) in eprom_init() 210 static int read_partition_platform_config(struct hfi1_devdata *dd, void **data, in read_partition_platform_config() 252 static int read_segment_platform_config(struct hfi1_devdata *dd, in read_segment_platform_config() 421 int eprom_read_platform_config(struct hfi1_devdata *dd, void **data, u32 *size) in eprom_read_platform_config()
|
| H A D | platform.c | 14 static int validate_scratch_checksum(struct hfi1_devdata *dd) in validate_scratch_checksum() 59 static void save_platform_config_fields(struct hfi1_devdata *dd) in save_platform_config_fields() 107 void get_platform_config(struct hfi1_devdata *dd) in get_platform_config() 156 void free_platform_config(struct hfi1_devdata *dd) in free_platform_config() 893 struct hfi1_devdata *dd = ppd->dd; in tune_serdes() local
|
| H A D | ipoib_rx.c | 73 struct hfi1_devdata *dd = ipoib_priv->dd; in hfi1_ipoib_rxq_init() local 88 struct hfi1_devdata *dd = ipoib_priv->dd; in hfi1_ipoib_rxq_deinit() local
|
| H A D | sdma.h | 272 struct hfi1_devdata *dd; member 631 static inline void sdma_txclean(struct hfi1_devdata *dd, struct sdma_txreq *tx) in sdma_txclean() 638 static inline void _sdma_close_tx(struct hfi1_devdata *dd, in _sdma_close_tx() 651 struct hfi1_devdata *dd, in _sdma_txadd_daddr() 708 struct hfi1_devdata *dd, in sdma_txadd_page() 760 struct hfi1_devdata *dd, in sdma_txadd_daddr() 795 struct hfi1_devdata *dd, in sdma_txadd_kvaddr()
|
| /linux/drivers/md/ |
| H A D | dm-dust.c | 78 static int dust_remove_block(struct dust_device *dd, unsigned long long block) in dust_remove_block() 105 static int dust_add_block(struct dust_device *dd, unsigned long long block, in dust_add_block() 141 static int dust_query_block(struct dust_device *dd, unsigned long long block, char *result, in dust_query_block() 159 static int __dust_map_read(struct dust_device *dd, sector_t thisblock) in __dust_map_read() 169 static int dust_map_read(struct dust_device *dd, sector_t thisblock, in dust_map_read() 185 static int __dust_map_write(struct dust_device *dd, sector_t thisblock) in __dust_map_write() 208 static int dust_map_write(struct dust_device *dd, sector_t thisblock, in dust_map_write() 226 struct dust_device *dd = ti->private; in dust_map() local 264 static int dust_clear_badblocks(struct dust_device *dd, char *result, unsigned int maxlen, in dust_clear_badblocks() 287 static int dust_list_badblocks(struct dust_device *dd, char *result, unsigned int maxlen, in dust_list_badblocks() [all …]
|
| /linux/arch/arm/vfp/ |
| H A D | vfpdouble.c | 70 u32 vfp_double_normaliseround(int dd, struct vfp_double *vd, u32 fpscr, u32 exceptions, const char … in vfp_double_normaliseround() 250 static u32 vfp_double_fabs(int dd, int unused, int dm, u32 fpscr) in vfp_double_fabs() 256 static u32 vfp_double_fcpy(int dd, int unused, int dm, u32 fpscr) in vfp_double_fcpy() 262 static u32 vfp_double_fneg(int dd, int unused, int dm, u32 fpscr) in vfp_double_fneg() 268 static u32 vfp_double_fsqrt(int dd, int unused, int dm, u32 fpscr) in vfp_double_fsqrt() 358 static u32 vfp_compare(int dd, int signal_on_qnan, int dm, u32 fpscr) in vfp_compare() 419 static u32 vfp_double_fcmp(int dd, int unused, int dm, u32 fpscr) in vfp_double_fcmp() 424 static u32 vfp_double_fcmpe(int dd, int unused, int dm, u32 fpscr) in vfp_double_fcmpe() 429 static u32 vfp_double_fcmpz(int dd, int unused, int dm, u32 fpscr) in vfp_double_fcmpz() 434 static u32 vfp_double_fcmpez(int dd, int unused, int dm, u32 fpscr) in vfp_double_fcmpez() [all …]
|
| /linux/tools/bpf/bpftool/ |
| H A D | xlated_dumper.c | 26 void kernel_syms_load(struct dump_data *dd) in kernel_syms_load() argument 72 kernel_syms_destroy(struct dump_data * dd) kernel_syms_destroy() argument 77 kernel_syms_search(struct dump_data * dd,unsigned long key) kernel_syms_search() argument 145 print_call_pcrel(struct dump_data * dd,struct kernel_sym * sym,unsigned long address,const struct bpf_insn * insn) print_call_pcrel() argument 163 print_call_helper(struct dump_data * dd,struct kernel_sym * sym,unsigned long address) print_call_helper() argument 179 struct dump_data *dd = private_data; print_call() local 198 struct dump_data *dd = private_data; print_imm() local 218 dump_xlated_json(struct dump_data * dd,void * buf,unsigned int len,bool opcodes,bool linum) dump_xlated_json() argument 303 dump_xlated_plain(struct dump_data * dd,void * buf,unsigned int len,bool opcodes,bool linum) dump_xlated_plain() argument 367 dump_xlated_for_graph(struct dump_data * dd,void * buf_start,void * buf_end,unsigned int start_idx,bool opcodes,bool linum) dump_xlated_for_graph() argument [all...] |
| H A D | cfg.c | 385 draw_bb_node(struct func_node *func, struct bb_node *bb, struct dump_data *dd, in draw_bb_node() 434 func_output_bb_def(struct func_node *func, struct dump_data *dd, in func_output_bb_def() 461 cfg_dump(struct cfg *cfg, struct dump_data *dd, bool opcodes, bool linum) in cfg_dump() 476 void dump_xlated_cfg(struct dump_data *dd, void *buf, unsigned int len, in dump_xlated_cfg()
|
| /linux/sound/soc/atmel/ |
| H A D | mchp-pdmc.c | 109 struct mchp_pdmc *dd; member 148 struct mchp_pdmc *dd = snd_soc_component_get_drvdata(component); in mchp_pdmc_sinc_order_get() local 162 struct mchp_pdmc *dd = snd_soc_component_get_drvdata(component); in mchp_pdmc_sinc_order_put() local 187 struct mchp_pdmc *dd = snd_soc_component_get_drvdata(component); in mchp_pdmc_af_get() local 198 struct mchp_pdmc *dd = snd_soc_component_get_drvdata(component); in mchp_pdmc_af_put() local 250 struct mchp_pdmc *dd = info->dd; in mchp_pdmc_chmap_ctl_get() local 292 struct mchp_pdmc *dd = info->dd; in mchp_pdmc_chmap_ctl_put() local 426 struct mchp_pdmc *dd = snd_soc_dai_get_drvdata(dai); in mchp_pdmc_startup() local 438 struct mchp_pdmc *dd = snd_soc_dai_get_drvdata(dai); in mchp_pdmc_dai_probe() local 524 struct mchp_pdmc *dd = snd_soc_dai_get_drvdata(dai); in mchp_pdmc_hw_params() local [all …]
|
| H A D | atmel-pdmic.c | 108 struct atmel_pdmic *dd = snd_soc_card_get_drvdata(rtd->card); in atmel_pdmic_cpu_dai_startup() local 136 struct atmel_pdmic *dd = snd_soc_card_get_drvdata(rtd->card); in atmel_pdmic_cpu_dai_shutdown() local 149 struct atmel_pdmic *dd = snd_soc_card_get_drvdata(rtd->card); atmel_pdmic_cpu_dai_prepare() local 195 struct atmel_pdmic *dd = snd_soc_card_get_drvdata(rtd->card); atmel_pdmic_platform_configure_dma() local 344 struct atmel_pdmic *dd = snd_soc_card_get_drvdata(card); atmel_pdmic_component_probe() local 360 struct atmel_pdmic *dd = snd_soc_card_get_drvdata(rtd->card); atmel_pdmic_cpu_dai_hw_params() local 492 struct atmel_pdmic *dd = snd_soc_card_get_drvdata(card); atmel_pdmic_asoc_card_init() local 521 atmel_pdmic_get_sample_rate(struct atmel_pdmic * dd,unsigned int * rate_min,unsigned int * rate_max) atmel_pdmic_get_sample_rate() argument 542 struct atmel_pdmic *dd = (struct atmel_pdmic *)dev_id; atmel_pdmic_interrupt() local 572 struct atmel_pdmic *dd; atmel_pdmic_probe() local [all...] |
| /linux/drivers/phy/renesas/ |
| H A D | r8a779f0-ether-serdes.c | 25 struct r8a779f0_eth_serdes_drv_data *dd; member 80 r8a779f0_eth_serdes_common_init_ram(struct r8a779f0_eth_serdes_drv_data *dd) in r8a779f0_eth_serdes_common_init_ram() 100 struct r8a779f0_eth_serdes_drv_data *dd = channel->dd; in r8a779f0_eth_serdes_common_setting() local 263 struct r8a779f0_eth_serdes_drv_data *dd = channel->dd; in r8a779f0_eth_serdes_hw_init() local 412 struct r8a779f0_eth_serdes_drv_data *dd = dev_get_drvdata(dev); in r8a779f0_eth_serdes_xlate() local 428 struct r8a779f0_eth_serdes_drv_data *dd; in r8a779f0_eth_serdes_probe() local
|
| /linux/drivers/acpi/ |
| H A D | dock.c | 74 struct dock_dependent_device *dd; in add_dock_dependent_device() local 87 static void dock_hotplug_event(struct dock_dependent_device *dd, u32 event, in dock_hotplug_event() 138 struct dock_dependent_device *dd; in find_dock_dependent_device() local 212 struct dock_dependent_device *dd; in hot_remove_dock_devices() local 239 struct dock_dependent_device *dd; in hotplug_dock_devices() local 272 struct dock_dependent_device *dd; in dock_event() local 580 struct platform_device *dd; in acpi_dock_add() local
|
| /linux/fs/dlm/ |
| H A D | dir.c | 238 struct dlm_dir_dump *dd, *safe; in drop_dir_ctx() local 254 struct dlm_dir_dump *iter, *dd = NULL; in lookup_dir_dump() local 270 struct dlm_dir_dump *dd; in init_dir_dump() local 303 struct dlm_dir_dump *dd; in dlm_copy_master_names() local
|
| /linux/drivers/video/backlight/ |
| H A D | otm3225a.c | 187 struct otm3225a_data *dd = lcd_get_data(ld); in otm3225a_set_power() local 203 struct otm3225a_data *dd = lcd_get_data(ld); in otm3225a_get_power() local 215 struct otm3225a_data *dd; in otm3225a_probe() local
|