Home
last modified time | relevance | path

Searched refs:cable_port (Results 1 – 13 of 13) sorted by relevance

/dports/emulators/tiemu3/tiemu-3.03/src/gui/
H A Ddevice.c115 switch (linkp.cable_port) in display_device_dbox()
215 case 0: tmp.cable_port = PORT_0; break; in on_device_combobox2_changed()
216 case 1: tmp.cable_port = PORT_1; break; in on_device_combobox2_changed()
217 case 2: tmp.cable_port = PORT_2; break; in on_device_combobox2_changed()
218 case 3: tmp.cable_port = PORT_3; break; in on_device_combobox2_changed()
219 case 4: tmp.cable_port = PORT_4; break; in on_device_combobox2_changed()
H A Dfs_misc.c237 ticables_model_to_string(linkp.cable_model), ticables_port_to_string(linkp.cable_port)); in display_send_files_dbox()
249 linkp.cable_port = PORT_0; in display_send_files_dbox()
/dports/comms/tilp2/tilp2-1.18/src/
H A Dtilp_cmdline.c42 { "port", 'p', 0, G_OPTION_ARG_INT, &options.cable_port, N_("Link cable port"), NULL },
134 if(!options.cable_port) in tilp_cmdline_scan()
140 options.cable_port = PORT_0; in tilp_cmdline_scan()
143 options.cable_port = PORT_1; in tilp_cmdline_scan()
H A Ddevice.c331 set_cable_port(om_port, options.cable_port); in display_device_dbox()
352 tmp.cable_port = options.cable_port; in display_device_dbox()
369 options.cable_port = tmp.cable_port; in display_device_dbox()
412 tmp.cable_port = get_cable_port(om_port); in on_device_combobox2_changed()
H A Dtilp_device.c242 …"Opening cable %s on port #%d to communicate with calculator %s", cable, options.cable_port, calc); in tilp_device_open()
248 cable_handle = ticables_handle_new(options.cable_model, options.cable_port); in tilp_device_open()
H A Dtilp_struct.h46 int cable_port; member
H A Dtilp_config.c87 options.cable_port = PORT_0; in tilp_config_default()
279 …ey_file_set_string (kf, SECTION_DEVICE, "cable_port", ticables_port_to_string(options.cable_port)); in tilp_config_write()
445 options.cable_port = ticables_string_to_port(s); in tilp_config_read()
H A Dtilp_main.c188 options.cable_port = port; in tilp_init()
H A Dctree.c251 ticables_model_to_string(options.cable_model), options.cable_port); in ctree_set_basetree()
/dports/emulators/tiemu3/tiemu-3.03/src/core/
H A Dinterface.c117 linkp.cable_port = PORT_1; in ti68k_config_load_default()
/dports/emulators/tiemu3/tiemu-3.03/src/core/ti_hw/
H A Ddbus.c123 cable_handle = ticables_handle_new(linkp.cable_model, linkp.cable_port); in hw_dbus_init()
/dports/emulators/tiemu3/tiemu-3.03/src/misc/
H A Drcfile.c207 linkp.cable_port = ticables_string_to_port(p); in rcfile_read()
582 fprintf(txt, "cable_port=%s\n", ticables_port_to_string(linkp.cable_port)); in rcfile_write()
/dports/comms/libticalcs2/libticalcs2-1.1.9/src/
H A Dticalcs.h755 CablePort cable_port; member