Home
last modified time | relevance | path

Searched refs:fs (Results 1 – 7 of 7) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dgconf.c534 GtkWidget *fs; in on_load1_activate() local
536 fs = gtk_file_selection_new(_("Load file...")); in on_load1_activate()
537 g_signal_connect(GTK_OBJECT(GTK_FILE_SELECTION(fs)->ok_button), in on_load1_activate()
539 G_CALLBACK(load_filename), (gpointer) fs); in on_load1_activate()
541 (GTK_FILE_SELECTION(fs)->ok_button), in on_load1_activate()
543 (gpointer) fs); in on_load1_activate()
545 (GTK_FILE_SELECTION(fs)->cancel_button), in on_load1_activate()
547 (gpointer) fs); in on_load1_activate()
548 gtk_widget_show(fs); in on_load1_activate()
575 GtkWidget *fs; in on_save_as1_activate() local
[all …]
H A DMakefile87 $(Q)ln -fs Kconfig.x86 arch/um/Kconfig
/utopia/UTPA2-700.0.x/modules/demodulator/drv/dmd/t3/Int_DVBT/
H A DINTERN_DVBT.c1219 U16 fs, fc; in INTERN_DVBT_Config() local
1225 fs = 45473; in INTERN_DVBT_Config()
1226 fc = fs - 36167; in INTERN_DVBT_Config()
1271 gsCmdPacket.param[pc_config_fs_l] = (U8)(fs%256); //0xa1; in INTERN_DVBT_Config()
1272 gsCmdPacket.param[pc_config_fs_h] = (U8)(fs/256); //0xb1; in INTERN_DVBT_Config()
/utopia/UTPA2-700.0.x/projects/verify/utopia/
H A Dgenlink.sh5 ln -fs ../../build/bsp/lib/ .
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/
H A Dmfe_reg_jpge.c_173 // disable fs fail irq for hw handshake
/utopia/UTPA2-700.0.x/projects/build/Ksym/
H A D.Ksym.o.cmd441 $(wildcard include/config/proc/fs.h) \
/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c13225 mm_segment_t fs; in AU_CUS_FileWrite() local
13227 fs = get_fs(); in AU_CUS_FileWrite()
13238 set_fs(fs); in AU_CUS_FileWrite()