/linux-2.6.39/tools/perf/util/ui/ |
D | util.c | 36 newtComponent listbox, form = newt_form__new(); in ui__popup_menu() local 38 if (form == NULL) in ui__popup_menu() 45 newtFormAddComponent(form, listbox); in ui__popup_menu() 56 newtFormRun(form, &es); in ui__popup_menu() 62 newtFormDestroy(form); in ui__popup_menu() 69 newtComponent tb, form = newt_form__new(); in ui__help_window() local 74 if (form == NULL) in ui__help_window() 98 newtFormAddComponent(form, tb); in ui__help_window() 100 newtFormRun(form, &es); in ui__help_window() 104 newtFormDestroy(form); in ui__help_window()
|
D | progress.c | 7 newtComponent form, scale; member 22 self->form = newtForm(NULL, NULL, 0); in ui_progress__new() 23 if (self->form == NULL) in ui_progress__new() 28 newtFormAddComponent(self->form, self->scale); in ui_progress__new() 35 newtFormDestroy(self->form); in ui_progress__new() 56 newtFormDestroy(self->form); in ui_progress__delete()
|
D | browser.c | 147 newtFormAddHotKey(self->form, key); in ui_browser__add_exit_key() 182 if (self->form != NULL) in ui_browser__show() 183 newtFormDestroy(self->form); in ui_browser__show() 186 self->form = newtForm(NULL, NULL, 0); in ui_browser__show() 187 if (self->form == NULL) in ui_browser__show() 200 newtFormAddComponent(self->form, self->sb); in ui_browser__show() 212 newtFormDestroy(self->form); in ui_browser__hide() 213 self->form = NULL; in ui_browser__hide() 243 newtFormRun(self->form, &es); in ui_browser__run()
|
D | browser.h | 16 newtComponent form, sb; member
|
/linux-2.6.39/tools/perf/util/ui/browsers/ |
D | map.c | 17 newtComponent form, entry; in ui_entry__read() local 22 form = newtForm(NULL, NULL, 0); in ui_entry__read() 23 if (form == NULL) in ui_entry__read() 30 newtFormAddComponent(form, entry); in ui_entry__read() 31 newtFormAddHotKey(form, NEWT_KEY_ENTER); in ui_entry__read() 32 newtFormAddHotKey(form, NEWT_KEY_ESCAPE); in ui_entry__read() 33 newtFormAddHotKey(form, NEWT_KEY_LEFT); in ui_entry__read() 34 newtFormAddHotKey(form, CTRL('c')); in ui_entry__read() 35 newtFormRun(form, &es); in ui_entry__read() 43 newtFormDestroy(form); in ui_entry__read()
|
/linux-2.6.39/firmware/ |
D | WHENCE | 35 Found in alsa-firmware package in hex form; no licensing information. 46 Found in alsa-firmware package in hex form with a comment claiming to 61 Found alsa-firmware package in hex form, with the following comment: 75 Found in hex form in kernel source. 114 Found in hex form in the kernel source. 124 Found in hex form in the kernel source. 158 in text or binary form as required. 177 Compiled from original 8051 source into Intel HEX, used in our binary ihex form. 205 * in text or binary form as required. 249 Found in hex form in kernel source. [all …]
|
/linux-2.6.39/drivers/media/dvb/dvb-core/ |
D | dvb_filter.c | 150 int form = -1; 202 form = -1; 208 form = -1; 214 form = VIDEO_MODE_PAL; 220 form = VIDEO_MODE_NTSC; 226 form = VIDEO_MODE_NTSC; 232 form = VIDEO_MODE_PAL; 238 form = VIDEO_MODE_NTSC; 253 vi->video_format = form;
|
/linux-2.6.39/drivers/scsi/mpt2sas/ |
D | mpt2sas_config.c | 735 *mpi_reply, Mpi2SasDevicePage0_t *config_page, u32 form, u32 handle) in mpt2sas_config_get_sas_device_pg0() argument 753 mpi_request.PageAddress = cpu_to_le32(form | handle); in mpt2sas_config_get_sas_device_pg0() 775 *mpi_reply, Mpi2SasDevicePage1_t *config_page, u32 form, u32 handle) in mpt2sas_config_get_sas_device_pg1() argument 793 mpi_request.PageAddress = cpu_to_le32(form | handle); in mpt2sas_config_get_sas_device_pg1() 983 *mpi_reply, Mpi2ExpanderPage0_t *config_page, u32 form, u32 handle) in mpt2sas_config_get_expander_pg0() argument 1001 mpi_request.PageAddress = cpu_to_le32(form | handle); in mpt2sas_config_get_expander_pg0() 1066 *mpi_reply, Mpi2SasEnclosurePage0_t *config_page, u32 form, u32 handle) in mpt2sas_config_get_enclosure_pg0() argument 1084 mpi_request.PageAddress = cpu_to_le32(form | handle); in mpt2sas_config_get_enclosure_pg0() 1186 Mpi2ConfigReply_t *mpi_reply, Mpi2RaidVolPage1_t *config_page, u32 form, in mpt2sas_config_get_raid_volume_pg1() argument 1204 mpi_request.PageAddress = cpu_to_le32(form | handle); in mpt2sas_config_get_raid_volume_pg1() [all …]
|
D | mpt2sas_base.h | 926 *mpi_reply, Mpi2SasDevicePage0_t *config_page, u32 form, u32 handle); 928 *mpi_reply, Mpi2SasDevicePage1_t *config_page, u32 form, u32 handle); 942 *mpi_reply, Mpi2ExpanderPage0_t *config_page, u32 form, u32 handle); 946 *mpi_reply, Mpi2SasEnclosurePage0_t *config_page, u32 form, u32 handle); 952 *mpi_reply, Mpi2RaidVolPage1_t *config_page, u32 form, u32 handle); 955 *mpi_reply, Mpi2RaidVolPage0_t *config_page, u32 form, u32 handle, u16 sz); 957 *mpi_reply, Mpi2RaidPhysDiskPage0_t *config_page, u32 form,
|
/linux-2.6.39/Documentation/ABI/stable/ |
D | thermal-notification | 4 The notification is in the form of a netlink event.
|
/linux-2.6.39/tools/perf/Documentation/ |
D | perf-test.txt | 16 also will look for a directory with more tests in the form of scripts.
|
D | perf-record.txt | 33 - a raw PMU event (eventsel+umask) in the form of rNNN where NNN is a 36 - a hardware breakpoint event in the form of '\mem:addr[:access]'
|
/linux-2.6.39/drivers/net/ |
D | meth.c | 632 desc->data.cat_buf[0].form.start_addr = catbuf >> 3; in meth_tx_1page_prepare() 633 desc->data.cat_buf[0].form.len = buffer_len - 1; in meth_tx_1page_prepare() 658 desc->data.cat_buf[0].form.start_addr = catbuf1 >> 3; in meth_tx_2page_prepare() 659 desc->data.cat_buf[0].form.len = buffer1_len - 1; in meth_tx_2page_prepare() 663 desc->data.cat_buf[1].form.start_addr = catbuf2 >> 3; in meth_tx_2page_prepare() 664 desc->data.cat_buf[1].form.len = buffer2_len - 1; in meth_tx_2page_prepare()
|
/linux-2.6.39/Documentation/ABI/testing/ |
D | sysfs-kernel-mm-hugepages | 6 of the form hugepages-<size>kB, where <size> is the page size
|
D | sysfs-pps | 22 and the assert sequence number of the X-th source in the form: 34 and the clear sequence number of the X-th source in the form:
|
D | sysfs-dev | 9 the form "<major>:<minor>". These links point to the
|
/linux-2.6.39/arch/m68k/fpsp040/ |
D | binstr.S | 18 | msb form a decimal digit. This process is iterated until 50 | d1: temp used to form the digit 114 beqs first_d |if non-zero, form byte & write
|
/linux-2.6.39/Documentation/pcmcia/ |
D | driver.txt | 24 and the card ID (form the manf_id and card_id file in the device tree).
|
D | devicetable.txt | 24 in the following form:
|
/linux-2.6.39/ |
D | REPORTING-BUGS | 32 list. Having a standardized bug report form makes it easier for you not to 40 Use that information to fill in all fields of the bug report form, and
|
/linux-2.6.39/Documentation/fb/ |
D | gxfb.txt | 45 mode_option - specify the video mode. Of the form
|
D | lxfb.txt | 45 mode_option - specify the video mode. Of the form
|
/linux-2.6.39/Documentation/cpu-freq/ |
D | cpufreq-stats.txt | 24 Various statistics will form read_only files under this directory. 121 form.
|
/linux-2.6.39/firmware/keyspan/ |
D | usa19.HEX | 96 in text or binary form as required.
|
D | usa19qi.HEX | 96 in text or binary form as required.
|