Home
last modified time | relevance | path

Searched refs:calc_handle (Results 1 – 24 of 24) sorted by relevance

/dports/emulators/tiemu3/tiemu-3.03/src/core/ti_hw/
H A Ddbus.c51 CalcHandle* calc_handle = NULL; variable
135 calc_handle = ticalcs_handle_new(linkp.calc_model); in hw_dbus_init()
136 if(calc_handle == NULL) in hw_dbus_init()
146 ticalcs_handle_del(calc_handle); in hw_dbus_init()
194 err = (calc_handle ? ticalcs_cable_detach(calc_handle) : 0); in hw_dbus_exit()
202 if (calc_handle) ticalcs_handle_del(calc_handle); in hw_dbus_exit()
468 ret = ticalcs_calc_isready(calc_handle); in send_ti_file()
476 ret = ticalcs_calc_send_key(calc_handle, 277); in send_ti_file()
481 ret = ticalcs_calc_send_key(calc_handle, 8273); in send_ti_file()
573 ret = ticalcs_calc_isready(calc_handle); in ti68k_linkport_ready()
[all …]
H A Ddbus.h48 extern CalcHandle* calc_handle;
/dports/comms/tilp2/tilp2-1.18/src/
H A Dtilp_calcs.c49 const char **array = calc_handle->calc->counters; in tilp_pbar_type()
109 err = ticalcs_calc_isready(calc_handle); in tilp_calc_isready()
123 err = ticalcs_calc_send_key(calc_handle, 8273); // in tilp_calc_isready()
141 err = ticalcs_calc_isready(calc_handle); in tilp_calc_isready()
307 err = ticalcs_calc_dump_rom_1(calc_handle); in tilp_calc_rom_dump()
441 err = ticalcs_calc_send_os2(calc_handle, filename); in tilp_calc_send_os()
501 err = ticalcs_calc_recv_app2(calc_handle, dst, ve); in tilp_calc_recv_app()
960 err = ticalcs_calc_del_var(calc_handle, ve); in tilp_calc_del_var()
975 err = ticalcs_calc_del_var(calc_handle, ve); in tilp_calc_del_var()
1018 err = ticalcs_calc_new_fld(calc_handle, &vr); in tilp_calc_new_fld()
[all …]
H A Dtilp_device.c258 calc_handle = ticalcs_handle_new(options.calc_model); in tilp_device_open()
259 if (calc_handle == NULL) in tilp_device_open()
265 ret = ticalcs_cable_attach(calc_handle, cable_handle); in tilp_device_open()
297 if (calc_handle == NULL) in tilp_device_close()
301 ret = ticalcs_cable_detach(calc_handle); in tilp_device_close()
305 ticalcs_handle_del(calc_handle); calc_handle = NULL; in tilp_device_close()
H A Dclock.c84 if (!(ticalcs_calc_features(calc_handle) & OPS_CLOCK)) in display_clock_dbox()
90 ret = ticalcs_calc_isready(calc_handle); in display_clock_dbox()
102 ret = ticalcs_calc_get_clock(calc_handle, &tmp_clk); in display_clock_dbox()
145 ret = ticalcs_calc_isready(calc_handle); in display_clock_dbox()
152 ret = ticalcs_calc_set_clock(calc_handle, &tmp_clk); in display_clock_dbox()
252 ret = ticalcs_calc_isready(calc_handle); in clock_sync_button_clicked()
259 ret = ticalcs_calc_set_clock(calc_handle, &tc); in clock_sync_button_clicked()
H A Dtilp_vars.c54 err = ticalcs_calc_get_dirlist(calc_handle, &remote.var_tree, &remote.app_tree); in tilp_dirlist_remote()
74 if(ticalcs_calc_features(calc_handle) & FTS_MEMFREE) in tilp_dirlist_remote()
77 ticalcs_calc_get_memfree(calc_handle, &remote.memory.ram_free, &remote.memory.flash_free); in tilp_dirlist_remote()
108 if(ticalcs_calc_features(calc_handle) & FTS_FOLDER) in tilp_vars_sort_by_name()
H A Ddnd.c207 if (!strcmp(name_to_drag, NODEx) && (ticalcs_calc_features(calc_handle) & FTS_FOLDER)) in on_treeview1_drag_begin()
211 else if (!strcmp(name_to_drag, NODE3) && !(ticalcs_calc_features(calc_handle) & FTS_FOLDER)) in on_treeview1_drag_begin()
215 else if (!strcmp(name_to_drag, NODE3) && (ticalcs_calc_features(calc_handle) & FTS_FOLDER)) in on_treeview1_drag_begin()
219 else if (!strcmp(name_to_drag, NODE4) && (ticalcs_calc_features(calc_handle) & FTS_FLASH)) in on_treeview1_drag_begin()
H A Dctree_rbm.c129 gtk_widget_set_sensitive(data, (ticalcs_calc_features(calc_handle) & OPS_DELVAR)); in create_ctree_rbm()
132 gtk_widget_set_sensitive(data, (ticalcs_calc_features(calc_handle) & OPS_NEWFLD)); in create_ctree_rbm()
H A Dtilp_update.c98 ticalcs_update_set(calc_handle, &default_update); in tilp_update_set_default()
H A Dtoolbar.c40 features = ticalcs_calc_features(calc_handle); in toolbar_refresh_buttons()
H A Dtilp_struct.h171 extern CalcHandle* calc_handle;
H A Dtilp_main.c40 CalcHandle* calc_handle = NULL; variable
H A Dgtk_update.c178 ticalcs_update_set(calc_handle, &gtk_update); in tilp_update_set_gtk()
H A Dtilp_screen.c66 err = ticalcs_calc_recv_screen(calc_handle, &sc, &screen.bitmap); in screen_capture()
H A Daction.c150 if (!(ticalcs_calc_features(calc_handle) & FTS_SILENT) ) in display_action_dbox()
H A Dtilp_slct.c419 ve.type = tifiles_flash_type(calc_handle->model); in tilp_local_update_applist()
H A Dctree.c378 if ((fe != NULL) || (ticalcs_calc_features(calc_handle) & FTS_FOLDER)) in ctree_refresh()
/dports/emulators/tiemu3/tiemu-3.03/src/gui/
H A Drefresh.c145 extern CalcHandle *calc_handle; // defined in dbus.c in tiemu_update_set_gtk()
147 ticalcs_update_set(calc_handle, &calc_update); in tiemu_update_set_gtk()
H A Dpbars.c219 extern CalcHandle* calc_handle; in tilp_pbar_type()
220 const char **array = calc_handle->calc->counters; in tilp_pbar_type()
/dports/audio/din/din-52/src/
H A Ddrone.cc191 calc_handle (); in set_pos()
197 void drone::calc_handle () { in calc_handle() function in drone
H A Ddrone.h94 void calc_handle ();
H A Ddin.cc924 di.calc_handle (); in update_drone_anchors()
/dports/emulators/tiemu3/tiemu-3.03/
H A DChangeLog176 …- [kevin] $2203: fixed ticalcs_cable_detach of NULL calc_handle when exiting TiEmu early (reported…
/dports/comms/tilp2/tilp2-1.18/
H A DChangeLog437 - don't use cable_handle & calc_handle fields: they are private