Home
last modified time | relevance | path

Searched defs:dd (Results 26 – 50 of 169) sorted by relevance

1234567

/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dmsix.c16 int msix_initialize(struct hfi1_devdata *dd) in msix_initialize()
74 static int msix_request_irq(struct hfi1_devdata *dd, void *arg, in msix_request_irq()
207 int msix_request_general_irq(struct hfi1_devdata *dd) in msix_request_general_irq()
233 static void enable_sdma_srcs(struct hfi1_devdata *dd, int i) in enable_sdma_srcs()
250 int msix_request_irqs(struct hfi1_devdata *dd) in msix_request_irqs()
286 void msix_free_irq(struct hfi1_devdata *dd, u8 msix_intr) in msix_free_irq()
314 void msix_clean_up_interrupts(struct hfi1_devdata *dd) in msix_clean_up_interrupts()
335 void msix_netdev_synchronize_irq(struct hfi1_devdata *dd) in msix_netdev_synchronize_irq()
H A Dpio.c623 struct hfi1_devdata *dd = sc->dd; in set_pio_integrity() local
838 struct hfi1_devdata *dd; in sc_free() local
971 struct hfi1_devdata *dd = sc->dd; in sc_wait_for_packet_egress() local
1009 void sc_wait(struct hfi1_devdata *dd) in sc_wait()
1033 struct hfi1_devdata *dd = sc->dd; in sc_restart() local
1118 void pio_freeze(struct hfi1_devdata *dd) in pio_freeze()
1217 void pio_reset_all(struct hfi1_devdata *dd) in pio_reset_all()
1246 struct hfi1_devdata *dd; in sc_enable() local
1571 struct hfi1_devdata *dd = sc->dd; in sc_piobufavail() local
1957 void free_pio_map(struct hfi1_devdata *dd) in free_pio_map()
[all …]
H A Dsysfs.c17 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
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
478 struct hfi1_devdata *dd = dd_from_dev(dev); in serial_show() local
491 struct hfi1_devdata *dd = dd_from_dev(dev); in chip_reset_store() local
[all …]
H A Daffinity.c320 static int _dev_comp_vect_cpu_get(struct hfi1_devdata *dd, in _dev_comp_vect_cpu_get()
399 static int _dev_comp_vect_mappings_create(struct hfi1_devdata *dd, in _dev_comp_vect_mappings_create()
453 int hfi1_comp_vectors_set_up(struct hfi1_devdata *dd) in hfi1_comp_vectors_set_up()
471 void hfi1_comp_vectors_clean_up(struct hfi1_devdata *dd) in hfi1_comp_vectors_clean_up()
479 struct hfi1_devdata *dd = dd_from_dev(verbs_dev); in hfi1_comp_vect_mappings_lookup() local
492 static int _dev_comp_vect_cpu_mask_init(struct hfi1_devdata *dd, in _dev_comp_vect_cpu_mask_init()
591 int hfi1_dev_affinity_init(struct hfi1_devdata *dd) in hfi1_dev_affinity_init()
713 void hfi1_dev_affinity_clean_up(struct hfi1_devdata *dd) in hfi1_dev_affinity_clean_up()
742 struct hfi1_devdata *dd = sde->dd; in hfi1_update_sdma_affinity() local
833 static int get_irq_affinity(struct hfi1_devdata *dd, in get_irq_affinity()
[all …]
H A Dintr.c19 struct hfi1_devdata *dd = ppd->dd; in set_mgmt_allowed() local
39 struct hfi1_devdata *dd = ppd->dd; in add_full_mgmt_pkey() local
84 struct hfi1_devdata *dd = ppd->dd; in signal_ib_event() local
110 void handle_linkup_change(struct hfi1_devdata *dd, u32 linkup) in handle_linkup_change()
204 struct hfi1_devdata *dd = rcd->dd; in handle_user_interrupt() local
H A Dfile_ops.c322 struct hfi1_devdata *dd; in hfi1_file_mmap() local
848 struct hfi1_devdata *dd = fd->dd; in match_ctxt() local
910 struct hfi1_devdata *dd = fd->dd; in find_sub_ctxt() local
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
1491 struct hfi1_devdata *dd = ppd->dd; in hfi1_set_uevent_bits() local
1531 struct hfi1_devdata *dd = uctxt->dd; in manage_rcvq() local
1572 struct hfi1_devdata *dd = uctxt->dd; in user_event_ack() local
[all …]
H A Dnetdev.h53 struct hfi1_devdata *dd; member
65 int hfi1_netdev_ctxt_count(struct hfi1_devdata *dd) in hfi1_netdev_ctxt_count()
71 struct hfi1_ctxtdata *hfi1_netdev_get_ctxt(struct hfi1_devdata *dd, int ctxt) in hfi1_netdev_get_ctxt()
77 int hfi1_netdev_get_free_rmt_idx(struct hfi1_devdata *dd) in hfi1_netdev_get_free_rmt_idx()
83 void hfi1_netdev_set_free_rmt_idx(struct hfi1_devdata *dd, int rmt_idx) in hfi1_netdev_set_free_rmt_idx()
H A Dsdma.c267 struct hfi1_devdata *dd = sde->dd; in sdma_wait_for_packet_egress() local
451 struct hfi1_devdata *dd = sde->dd; in sdma_err_progress_check_schedule() local
710 struct hfi1_devdata *dd = sde->dd; in sdma_engine_get_vl() local
740 struct hfi1_devdata *dd, in sdma_select_engine_vl()
783 struct hfi1_devdata *dd, in sdma_select_engine_sc()
895 struct hfi1_devdata *dd = sde->dd; in sdma_set_cpu_to_sde_map() local
1076 struct hfi1_devdata *dd, in sdma_seqfile_dump_cpu_list()
1593 struct hfi1_devdata *dd, in sdma_unmap_desc()
1634 struct hfi1_devdata *dd, in __sdma_txclean()
1662 struct hfi1_devdata *dd = sde->dd; in sdma_gethead() local
[all …]
H A Dqsfp.c27 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()
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
414 struct hfi1_devdata *dd = ppd->dd; in one_qsfp_write() local
491 struct hfi1_devdata *dd = ppd->dd; in one_qsfp_read() local
[all …]
H A Dvnic_main.c219 struct hfi1_devdata *dd = vinfo->dd; in hfi1_netdev_start_xmit() local
311 static struct hfi1_vnic_vport_info *get_vnic_port(struct hfi1_devdata *dd, in get_vnic_port()
319 static struct hfi1_vnic_vport_info *get_first_vnic_port(struct hfi1_devdata *dd) in get_first_vnic_port()
334 struct hfi1_devdata *dd = packet->rcd->dd; in hfi1_vnic_bypass_rcv() local
406 struct hfi1_devdata *dd = vinfo->dd; in hfi1_vnic_up() local
435 struct hfi1_devdata *dd = vinfo->dd; in hfi1_vnic_down() local
469 struct hfi1_devdata *dd = vinfo->dd; in hfi1_vnic_init() local
500 struct hfi1_devdata *dd = vinfo->dd; in hfi1_vnic_deinit() local
560 struct hfi1_devdata *dd = dd_from_ibdev(device); in hfi1_vnic_alloc_rn() local
H A Ddebugfs.c283 struct hfi1_devdata *dd; in _sdes_seq_start() local
325 struct hfi1_devdata *dd; in _rcds_seq_start() local
371 struct hfi1_devdata *dd; in _pios_seq_start() local
422 struct hfi1_devdata *dd; in dev_counters_read() local
437 struct hfi1_devdata *dd; in dev_names_read() local
462 struct hfi1_devdata *dd; in portnames_read() local
504 struct hfi1_devdata *dd; in asic_flags_read() local
553 struct hfi1_devdata *dd; in asic_flags_write() local
639 struct hfi1_devdata *dd = ppd->dd; in debugfs_lcb_read() local
673 struct hfi1_devdata *dd = ppd->dd; in debugfs_lcb_write() local
[all …]
H A Deprom.c47 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()
/openbmc/linux/drivers/infiniband/hw/qib/
H A Dqib_sd7220.c126 struct qib_devdata *dd = ppd->dd; in qib_ibsd_ucode_loaded() local
143 void qib_sd7220_clr_ibpar(struct qib_devdata *dd) in qib_sd7220_clr_ibpar()
175 static int qib_resync_ibepb(struct qib_devdata *dd) in qib_resync_ibepb()
394 int qib_sd7220_init(struct qib_devdata *dd) in qib_sd7220_init()
1041 static int qib_sd_setvals(struct qib_devdata *dd) in qib_sd_setvals()
1263 int qib_sd7220_presets(struct qib_devdata *dd) in qib_sd7220_presets()
1286 static int qib_sd_early(struct qib_devdata *dd) in qib_sd_early()
1305 static int qib_sd_dactrim(struct qib_devdata *dd) in qib_sd_dactrim()
1344 void toggle_7220_rclkrls(struct qib_devdata *dd) in toggle_7220_rclkrls()
1375 void shutdown_7220_relock_poll(struct qib_devdata *dd) in shutdown_7220_relock_poll()
[all …]
H A Dqib_fs.c149 struct qib_devdata *dd = private2dd(file); in dev_counters_read() local
161 struct qib_devdata *dd = private2dd(file); in dev_names_read() local
183 struct qib_devdata *dd = private2dd(file); in portnames_read() local
195 struct qib_devdata *dd = private2dd(file); in portcntrs_1_read() local
207 struct qib_devdata *dd = private2dd(file); in portcntrs_2_read() local
272 struct qib_devdata *dd; in flash_read() local
323 struct qib_devdata *dd; in flash_write() local
429 struct qib_devdata *dd) in remove_device_files()
453 struct qib_devdata *dd; in qibfs_fill_super() local
503 int qibfs_add(struct qib_devdata *dd) in qibfs_add()
[all …]
H A Dqib_file_ops.c104 struct qib_devdata *dd = rcd->dd; in qib_get_base_info() local
290 struct qib_devdata *dd = rcd->dd; in qib_tid_update() local
488 struct qib_devdata *dd = rcd->dd; in qib_tid_free() local
655 struct qib_devdata *dd = rcd->dd; in qib_manage_rcvq() local
682 struct qib_devdata *dd) in qib_clean_part_key()
711 struct qib_devdata *dd = rcd->dd; in qib_mmap_mem() local
782 struct qib_devdata *dd, in mmap_piobufs()
829 struct qib_devdata *dd = rcd->dd; in mmap_rcvegrbufs() local
977 struct qib_devdata *dd; in qib_mmapf() local
1653 struct qib_devdata *dd; in qib_do_user_init() local
[all …]
H A Dqib_iba7322.c1319 struct qib_devdata *dd = ppd->dd; in qib_disarm_7322_senderrbufs() local
1396 struct qib_devdata *dd = ppd->dd; in flush_fifo() local
1443 struct qib_devdata *dd = ppd->dd; in qib_7322_sdma_sendctrl() local
1567 struct qib_devdata *dd = ppd->dd; in sdma_7322_p_errors() local
1839 struct qib_devdata *dd = ppd->dd; in handle_7322_p_errors() local
2241 struct qib_devdata *dd = ppd->dd; in qib_set_ib_7322_lstate() local
2786 struct qib_devdata *dd; in qib_irq_notifier_release() local
3046 struct qib_devdata *dd = data; in qib_7322intr() local
3167 struct qib_devdata *dd = data; in qib_7322bufavail() local
6115 struct qib_devdata *dd; in setup_txselect() local
[all …]
H A Dqib_driver.c86 struct qib_devdata *dd = container_of(ibdev, in qib_get_pci_dev() local
96 struct qib_devdata *dd; in qib_count_active_units() local
126 struct qib_devdata *dd; in qib_count_units() local
197 struct qib_devdata *dd = ppd->dd; in qib_set_linkstate() local
305 struct qib_devdata *dd = ppd->dd; in qib_rcv_hdrerr() local
443 struct qib_devdata *dd = rcd->dd; in qib_kreceive() local
640 struct qib_devdata *dd = ppd->dd; in qib_set_lid() local
670 struct qib_devdata *dd = ppd->dd; in qib_run_led_override() local
692 struct qib_devdata *dd = ppd->dd; in qib_set_led_override() local
742 struct qib_devdata *dd = qib_lookup(unit); in qib_reset_device() local
H A Dqib_intr.c75 struct qib_devdata *dd = ppd->dd; in signal_ib_event() local
85 struct qib_devdata *dd = ppd->dd; in qib_handle_e_ibstatuschanged() local
189 void qib_handle_urcv(struct qib_devdata *dd, u64 ctxtr) in qib_handle_urcv()
216 void qib_bad_intrstatus(struct qib_devdata *dd) in qib_bad_intrstatus()
H A Dqib_eeprom.c53 int qib_eeprom_read(struct qib_devdata *dd, u8 eeprom_offset, in qib_eeprom_read()
77 static int eeprom_write_with_enable(struct qib_devdata *dd, u8 offset, in eeprom_write_with_enable()
100 int qib_eeprom_write(struct qib_devdata *dd, u8 eeprom_offset, in qib_eeprom_write()
144 void qib_get_eeprom_info(struct qib_devdata *dd) in qib_get_eeprom_info()
/openbmc/linux/arch/arm/vfp/
H A Dvfpdouble.c250 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()
886 static u32 vfp_double_fmac(int dd, int dn, int dm, u32 fpscr) in vfp_double_fmac()
894 static u32 vfp_double_fnmac(int dd, int dn, int dm, u32 fpscr) in vfp_double_fnmac()
902 static u32 vfp_double_fmsc(int dd, int dn, int dm, u32 fpscr) in vfp_double_fmsc()
910 static u32 vfp_double_fnmsc(int dd, int dn, int dm, u32 fpscr) in vfp_double_fnmsc()
918 static u32 vfp_double_fmul(int dd, int dn, int dm, u32 fpscr) in vfp_double_fmul()
938 static u32 vfp_double_fnmul(int dd, int dn, int dm, u32 fpscr) in vfp_double_fnmul()
960 static u32 vfp_double_fadd(int dd, int dn, int dm, u32 fpscr) in vfp_double_fadd()
981 static u32 vfp_double_fsub(int dd, int dn, int dm, u32 fpscr) in vfp_double_fsub()
[all …]
/openbmc/qemu/ui/
H A Ddbus.c118 DBusDisplay *dd = DBUS_DISPLAY(o); in dbus_display_init() local
144 DBusDisplay *dd = DBUS_DISPLAY(o); in dbus_display_finalize() local
193 DBusDisplay *dd = DBUS_DISPLAY(uc); in dbus_display_complete() local
336 DBusDisplay *dd = DBUS_DISPLAY(o); in get_dbus_p2p() local
344 DBusDisplay *dd = DBUS_DISPLAY(o); in set_dbus_p2p() local
352 DBusDisplay *dd = DBUS_DISPLAY(o); in get_dbus_addr() local
360 DBusDisplay *dd = DBUS_DISPLAY(o); in set_dbus_addr() local
369 DBusDisplay *dd = DBUS_DISPLAY(o); in get_audiodev() local
377 DBusDisplay *dd = DBUS_DISPLAY(o); in set_audiodev() local
387 DBusDisplay *dd = DBUS_DISPLAY(o); in get_gl_mode() local
[all …]
/openbmc/linux/tools/bpf/bpftool/
H A Dxlated_dumper.c26 void kernel_syms_load(struct dump_data *dd) in kernel_syms_load()
72 void kernel_syms_destroy(struct dump_data *dd) in kernel_syms_destroy()
77 struct kernel_sym *kernel_syms_search(struct dump_data *dd, in kernel_syms_search()
145 static const char *print_call_pcrel(struct dump_data *dd, in print_call_pcrel()
163 static const char *print_call_helper(struct dump_data *dd, in print_call_helper()
179 struct dump_data *dd = private_data; in print_call() local
198 struct dump_data *dd = private_data; in print_imm() local
218 void dump_xlated_json(struct dump_data *dd, void *buf, unsigned int len, in dump_xlated_json()
303 void dump_xlated_plain(struct dump_data *dd, void *buf, unsigned int len, in dump_xlated_plain()
367 void dump_xlated_for_graph(struct dump_data *dd, void *buf_start, void *buf_end, in dump_xlated_for_graph()
/openbmc/linux/sound/soc/atmel/
H A Dmchp-pdmc.c100 struct mchp_pdmc *dd; member
233 struct mchp_pdmc *dd = info->dd; in mchp_pdmc_chmap_ctl_get() local
275 struct mchp_pdmc *dd = info->dd; in mchp_pdmc_chmap_ctl_put() local
448 struct mchp_pdmc *dd = snd_soc_dai_get_drvdata(dai); in mchp_pdmc_startup() local
460 struct mchp_pdmc *dd = snd_soc_dai_get_drvdata(dai); in mchp_pdmc_dai_probe() local
778 struct mchp_pdmc *dd = dev_id; in mchp_pdmc_interrupt() local
869 static int mchp_pdmc_dt_init(struct mchp_pdmc *dd) in mchp_pdmc_dt_init()
978 struct mchp_pdmc *dd = dev_get_drvdata(dev); in mchp_pdmc_runtime_suspend() local
990 struct mchp_pdmc *dd = dev_get_drvdata(dev); in mchp_pdmc_runtime_resume() local
1022 struct mchp_pdmc *dd; in mchp_pdmc_probe() local
[all …]
/openbmc/linux/drivers/crypto/
H A Domap-aes-gcm.c32 static void omap_aes_gcm_finish_req(struct omap_aes_dev *dd, int ret) in omap_aes_gcm_finish_req()
45 static void omap_aes_gcm_done_task(struct omap_aes_dev *dd) in omap_aes_gcm_done_task()
91 static int omap_aes_gcm_copy_buffers(struct omap_aes_dev *dd, in omap_aes_gcm_copy_buffers()
187 struct omap_aes_dev *dd = data; in omap_aes_gcm_dma_out_callback() local
209 static int omap_aes_gcm_handle_queue(struct omap_aes_dev *dd, in omap_aes_gcm_handle_queue()
219 struct omap_aes_dev *dd) in omap_aes_gcm_prepare_req()
244 struct omap_aes_dev *dd; in omap_aes_gcm_crypt() local
365 struct omap_aes_dev *dd = rctx->dd; in omap_aes_gcm_crypt_req() local
/openbmc/linux/drivers/clk/ti/
H A Ddpll44xx.c90 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
154 struct dpll_data *dd; in omap4_dpll_regm4xen_round_rate() local
205 struct dpll_data *dd; in omap4_dpll_regm4xen_determine_rate() local

1234567