Home
last modified time | relevance | path

Searched defs:ops (Results 1 – 25 of 220) sorted by relevance

123456789

/openbsd-src/sys/dev/i2c/
H A Di2c_bitbang.c62 i2c_wait_for_scl(void *v, i2c_bitbang_ops_t ops) in i2c_wait_for_scl()
79 i2c_bitbang_send_start(void *v, int flags, i2c_bitbang_ops_t ops) in i2c_bitbang_send_start()
97 i2c_bitbang_send_stop(void *v, int flags, i2c_bitbang_ops_t ops) in i2c_bitbang_send_stop()
111 i2c_bitbang_ops_t ops) in i2c_bitbang_initiate_xfer()
127 i2c_bitbang_ops_t ops) in i2c_bitbang_read_byte()
172 i2c_bitbang_ops_t ops) in i2c_bitbang_write_byte()
/openbsd-src/gnu/gcc/gcc/config/score/
H A Dscore-mdaux.c459 mdx_movsicc (rtx *ops) in mdx_movsicc()
470 mdx_call (rtx *ops, bool sib) in mdx_call()
488 mdx_call_value (rtx *ops, bool sib) in mdx_call_value()
509 mds_movdi (rtx *ops) in mds_movdi()
531 mds_zero_extract_andi (rtx *ops) in mds_zero_extract_andi()
567 pr_addr_post (rtx *ops, int idata, int iaddr, char *ip, enum mda_mem_unit unit) in pr_addr_post()
603 mdp_linsn (rtx *ops, enum mda_mem_unit unit, bool sign) in mdp_linsn()
623 mdp_sinsn (rtx *ops, enum mda_mem_unit unit) in mdp_sinsn()
636 mdp_limm (rtx *ops) in mdp_limm()
656 mdp_move (rtx *ops) in mdp_move()
[all …]
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dbsd-uthread.c60 struct bsd_uthread_ops *ops; in bsd_uthread_init() local
74 struct bsd_uthread_ops *ops = gdbarch_data (gdbarch, bsd_uthread_data); in bsd_uthread_set_supply_uthread() local
86 struct bsd_uthread_ops *ops = gdbarch_data (gdbarch, bsd_uthread_data); in bsd_uthread_set_collect_uthread() local
158 struct bsd_uthread_ops *ops = gdbarch_data (gdbarch, bsd_uthread_data); in bsd_uthread_activate() local
218 bsd_uthread_inferior_created (struct target_ops *ops, int from_tty) in bsd_uthread_inferior_created()
272 struct bsd_uthread_ops *ops = gdbarch_data (gdbarch, bsd_uthread_data); in bsd_uthread_fetch_registers() local
298 struct bsd_uthread_ops *ops = gdbarch_data (gdbarch, bsd_uthread_data); in bsd_uthread_store_registers() local
322 bsd_uthread_xfer_partial (struct target_ops *ops, enum target_object object, in bsd_uthread_xfer_partial()
H A Dauxv.c45 procfs_xfer_auxv (struct target_ops *ops, in procfs_xfer_auxv()
84 target_auxv_read (struct target_ops *ops, char **data) in target_auxv_read()
121 target_auxv_parse (struct target_ops *ops, char **readptr, char *endptr, in target_auxv_parse()
148 target_auxv_search (struct target_ops *ops, CORE_ADDR match, CORE_ADDR *valp) in target_auxv_search()
184 fprint_target_auxv (struct ui_file *file, struct target_ops *ops) in fprint_target_auxv()
H A Dserial.c153 struct serial_ops *ops; in serial_interface_lookup() local
175 struct serial_ops *ops; in serial_open() local
240 struct serial_ops *ops; in serial_fdopen() local
H A Dsparc-nat.c257 sparc_xfer_wcookie (struct target_ops *ops, enum target_object object, in sparc_xfer_wcookie()
310 sparc_xfer_partial (struct target_ops *ops, enum target_object object, in sparc_xfer_partial()
/openbsd-src/sys/dev/mii/
H A Dmii_bitbang.c68 mii_bitbang_sync(struct device *sc, mii_bitbang_ops_t ops) in mii_bitbang_sync()
88 mii_bitbang_sendbits(struct device *sc, mii_bitbang_ops_t ops, in mii_bitbang_sendbits()
114 mii_bitbang_readreg(struct device *sc, mii_bitbang_ops_t ops, int phy, in mii_bitbang_readreg()
162 mii_bitbang_writereg(struct device *sc, mii_bitbang_ops_t ops, in mii_bitbang_writereg()
/openbsd-src/usr.sbin/amd/amd/
H A Dmntfs.c85 init_mntfs(mntfs *mf, am_ops *ops, am_opts *mo, char *mp, char *info, in init_mntfs()
118 alloc_mntfs(am_ops *ops, am_opts *mo, char *mp, char *info, in alloc_mntfs()
130 find_mntfs(am_ops *ops, am_opts *mo, char *mp, char *info, in find_mntfs()
310 realloc_mntfs(mntfs *mf, am_ops *ops, am_opts *mo, char *mp, in realloc_mntfs()
/openbsd-src/gnu/gcc/gcc/
H A Dtree-ssa-reassoc.c365 add_to_ops_vec (VEC(operand_entry_t, heap) **ops, tree op) in add_to_ops_vec()
412 eliminate_duplicate_pair (enum tree_code opcode, in eliminate_duplicate_pair()
490 eliminate_plus_minus_pair (enum tree_code opcode, in eliminate_plus_minus_pair()
547 eliminate_not_pairs (enum tree_code opcode, in eliminate_not_pairs()
616 eliminate_using_constants (enum tree_code opcode, in eliminate_using_constants()
735 optimize_ops_list (enum tree_code opcode, in optimize_ops_list()
839 rewrite_expr_tree (tree stmt, unsigned int opindex, in rewrite_expr_tree()
1116 linearize_expr_tree (VEC(operand_entry_t, heap) **ops, tree stmt) in linearize_expr_tree()
1385 dump_ops_vector (FILE *file, VEC (operand_entry_t, heap) *ops) in dump_ops_vector()
1400 debug_ops_vector (VEC (operand_entry_t, heap) *ops) in debug_ops_vector()
/openbsd-src/sys/dev/onewire/
H A Donewire_bitbang.c30 onewire_bb_reset(const struct onewire_bbops *ops, void *arg) in onewire_bb_reset()
53 onewire_bb_bit(const struct onewire_bbops *ops, void *arg, int value) in onewire_bb_bit()
/openbsd-src/sys/dev/ic/
H A Dathn.c874 struct athn_ops *ops = &sc->ops; in athn_set_chan() local
1117 struct athn_ops *ops = &sc->ops; in athn_led_init() local
1127 struct athn_ops *ops = &sc->ops; in athn_set_led() local
1137 struct athn_ops *ops = &sc->ops; in athn_btcoex_init() local
1176 struct athn_ops *ops = &sc->ops; in athn_btcoex_enable() local
1221 struct athn_ops *ops = &sc->ops; in athn_btcoex_disable() local
1343 struct athn_ops *ops = &sc->ops; in athn_calib_to() local
1409 struct athn_ops *ops = &sc->ops; in athn_init_calib() local
1471 struct athn_ops *ops = &sc->ops; in athn_ani_ofdm_err_trigger() local
1546 struct athn_ops *ops = &sc->ops; in athn_ani_cck_err_trigger() local
[all …]
H A Doosiopvar.h56 #define OOSIOP_XFERSCR_SYNC(sc, cb, ops) \ argument
59 #define OOSIOP_DINSCR_SYNC(sc, cb, ops) \ argument
62 #define OOSIOP_DOUTSCR_SYNC(sc, cb, ops) \ argument
65 #define OOSIOP_XFERMSG_SYNC(sc, cb, ops) \ argument
69 #define OOSIOP_SCRIPT_SYNC(sc, ops) \ argument
H A Ddl10019.c200 const struct mii_bitbang_ops *ops; in dl10019_mii_readreg() local
212 const struct mii_bitbang_ops *ops; in dl10019_mii_writereg() local
H A Dsmc83c170var.h147 #define EPIC_CDTXSYNC(sc, x, ops) \ argument
151 #define EPIC_CDRXSYNC(sc, x, ops) \ argument
155 #define EPIC_CDFLSYNC(sc, x, ops) \ argument
/openbsd-src/sys/dev/pci/drm/i915/gvt/
H A Dgtt.c655 const struct intel_gvt_gtt_pte_ops *ops = gvt->gtt.pte_ops; in ppgtt_spt_get_entry() local
684 const struct intel_gvt_gtt_pte_ops *ops = gvt->gtt.pte_ops; in ppgtt_spt_set_entry() local
947 const struct intel_gvt_gtt_pte_ops *ops = vgpu->gvt->gtt.pte_ops; in ppgtt_invalidate_spt_by_shadow_entry() local
984 const struct intel_gvt_gtt_pte_ops *ops = vgpu->gvt->gtt.pte_ops; in ppgtt_invalidate_pte() local
1072 const struct intel_gvt_gtt_pte_ops *ops = vgpu->gvt->gtt.pte_ops; in ppgtt_populate_spt_by_guest_entry() local
1136 const struct intel_gvt_gtt_pte_ops *ops = s->vgpu->gvt->gtt.pte_ops; in ppgtt_generate_shadow_entry() local
1152 const struct intel_gvt_gtt_pte_ops *ops = vgpu->gvt->gtt.pte_ops; in split_2MB_gtt_entry() local
1208 const struct intel_gvt_gtt_pte_ops *ops = vgpu->gvt->gtt.pte_ops; in split_64KB_gtt_entry() local
1324 const struct intel_gvt_gtt_pte_ops *ops = vgpu->gvt->gtt.pte_ops; in ppgtt_handle_guest_entry_removal() local
1405 const struct intel_gvt_gtt_pte_ops *ops = gvt->gtt.pte_ops; in sync_oos_page() local
[all …]
H A Dinterrupt.c182 const struct intel_gvt_irq_ops *ops = gvt->irq.ops; in intel_vgpu_reg_imr_handler() local
212 const struct intel_gvt_irq_ops *ops = gvt->irq.ops; in intel_vgpu_reg_master_irq_handler() local
252 const struct intel_gvt_irq_ops *ops = gvt->irq.ops; in intel_vgpu_reg_ier_handler() local
667 const struct intel_gvt_irq_ops *ops = gvt->irq.ops; in intel_vgpu_trigger_virtual_event() local
/openbsd-src/sys/dev/pci/drm/i915/
H A Dintel_gvt.c189 int intel_gvt_set_ops(const struct intel_vgpu_ops *ops) in intel_gvt_set_ops()
208 void intel_gvt_clear_ops(const struct intel_vgpu_ops *ops) in intel_gvt_clear_ops()
/openbsd-src/sys/dev/pci/
H A Dif_nfe.c556 nfe_txdesc32_sync(struct nfe_softc * sc,struct nfe_desc32 * desc32,int ops) nfe_txdesc32_sync() argument
564 nfe_txdesc64_sync(struct nfe_softc * sc,struct nfe_desc64 * desc64,int ops) nfe_txdesc64_sync() argument
572 nfe_txdesc32_rsync(struct nfe_softc * sc,int start,int end,int ops) nfe_txdesc32_rsync() argument
593 nfe_txdesc64_rsync(struct nfe_softc * sc,int start,int end,int ops) nfe_txdesc64_rsync() argument
614 nfe_rxdesc32_sync(struct nfe_softc * sc,struct nfe_desc32 * desc32,int ops) nfe_rxdesc32_sync() argument
622 nfe_rxdesc64_sync(struct nfe_softc * sc,struct nfe_desc64 * desc64,int ops) nfe_rxdesc64_sync() argument
[all...]
H A Dif_iwn.c586 struct iwn_ops *ops = &sc->ops; in iwn4965_attach() local
626 struct iwn_ops *ops = &sc->ops; in iwn5000_attach() local
1411 struct iwn_ops *ops = &sc->ops; in iwn_read_eeprom() local
1997 struct iwn_ops *ops = &sc->ops; in iwn_rx_done() local
2468 struct iwn_ops *ops = &sc->ops; in iwn_rx_statistics() local
2530 struct iwn_ops *ops = &sc->ops; in iwn_ampdu_txq_advance() local
2864 struct iwn_ops *ops = &sc->ops; in iwn_notif_intr() local
3313 struct iwn_ops *ops = &sc->ops; in iwn_tx() local
3797 struct iwn_ops *ops = &sc->ops; in iwn_cmd() local
3969 struct iwn_ops *ops = &sc->ops; in iwn_add_broadcast_node() local
[all …]
/openbsd-src/usr.bin/pr/
H A Dpr.c186 int ops; in onecol() local
374 int ops = 0; in vertcol() local
694 int ops = 0; in horzcol() local
915 int ops = 0; in mulfile() local
1258 int ops; /* last col output */ in otln() local
1589 int ops = 0; in prhead() local
/openbsd-src/sys/arch/arm/arm/
H A Dbus_dma.c407 _bus_dmamap_sync_segment(vaddr_t va, paddr_t pa, vsize_t len, int ops) in _bus_dmamap_sync_segment()
475 bus_size_t len, int ops) in _bus_dmamap_sync_linear()
499 bus_size_t len, int ops) in _bus_dmamap_sync_mbuf()
552 bus_size_t len, int ops) in _bus_dmamap_sync_uio()
591 bus_size_t len, int ops) in _bus_dmamap_sync_raw()
626 bus_size_t len, int ops) in _bus_dmamap_sync()
/openbsd-src/sys/dev/pci/drm/include/linux/
H A Ddma-buf.h30 const struct dma_buf_ops *ops; member
57 const struct dma_buf_ops *ops; member
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dlogical.exp62 proc evaluate { vars ops } {
/openbsd-src/gnu/usr.bin/perl/ext/Opcode/
H A Dops.pm1 package ops; package
/openbsd-src/sys/dev/wscons/
H A Dwsemulconf.c60 const struct wsemul_ops **ops; in wsemul_pick() local

123456789