/linux-2.6.39/tools/perf/util/ |
D | values.c | 6 void perf_read_values_init(struct perf_read_values *values) in perf_read_values_init() argument 8 values->threads_max = 16; in perf_read_values_init() 9 values->pid = malloc(values->threads_max * sizeof(*values->pid)); in perf_read_values_init() 10 values->tid = malloc(values->threads_max * sizeof(*values->tid)); in perf_read_values_init() 11 values->value = malloc(values->threads_max * sizeof(*values->value)); in perf_read_values_init() 12 if (!values->pid || !values->tid || !values->value) in perf_read_values_init() 14 values->threads = 0; in perf_read_values_init() 16 values->counters_max = 16; in perf_read_values_init() 17 values->counterrawid = malloc(values->counters_max in perf_read_values_init() 18 * sizeof(*values->counterrawid)); in perf_read_values_init() [all …]
|
D | values.h | 17 void perf_read_values_init(struct perf_read_values *values); 18 void perf_read_values_destroy(struct perf_read_values *values); 20 void perf_read_values_add_value(struct perf_read_values *values, 24 void perf_read_values_display(FILE *fp, struct perf_read_values *values,
|
/linux-2.6.39/drivers/video/matrox/ |
D | matroxfb_misc.c | 543 minfo->values.pll.system = get_unaligned_le16(bd->pins + 28) ? in parse_pins1() 547 minfo->values.reg.mctlwtst = 0x00030101; in parse_pins1() 555 minfo->values.pll.system = 50000; in default_pins1() 557 minfo->values.reg.mctlwtst = 0x00030101; in default_pins1() 565 minfo->values.reg.mctlwtst = ((bd->pins[51] & 0x01) ? 0x00000001 : 0) | in parse_pins2() 569 minfo->values.pll.system = (bd->pins[43] == 0xFF) ? 50000 : ((bd->pins[43] + 100) * 1000); in parse_pins2() 579 minfo->values.reg.mctlwtst = 0x00030101; in default_pins2() 580 minfo->values.pll.system = 50000; in default_pins2() 589 minfo->values.reg.mctlwtst = get_unaligned_le32(bd->pins + 48) == 0xFFFFFFFF ? in parse_pins3() 592 minfo->values.reg.memrdbk = ((bd->pins[57] << 21) & 0x1E000000) | in parse_pins3() [all …]
|
D | matroxfb_DAC1064.c | 720 pci_write_config_dword(minfo->pcidev, PCI_OPTION3_REG, minfo->values.reg.opt3 & ~0x00300C03); in g450_mclk_init() 723 if (((minfo->values.reg.opt3 & 0x000003) == 0x000003) || in g450_mclk_init() 724 ((minfo->values.reg.opt3 & 0x000C00) == 0x000C00) || in g450_mclk_init() 725 ((minfo->values.reg.opt3 & 0x300000) == 0x300000)) { in g450_mclk_init() 726 matroxfb_g450_setclk(minfo, minfo->values.pll.video, M_VIDEO_PLL); in g450_mclk_init() 736 matroxfb_g450_setclk(minfo, minfo->values.pll.system, M_SYSTEM_PLL); in g450_mclk_init() 740 pci_write_config_dword(minfo->pcidev, PCI_OPTION3_REG, minfo->values.reg.opt3); in g450_mclk_init() 753 minfo->hw.MXoptionReg |= 0x00207E00 & minfo->values.reg.opt; in g450_memory_init() 755 pci_write_config_dword(minfo->pcidev, PCI_OPTION2_REG, minfo->values.reg.opt2); in g450_memory_init() 757 mga_outl(M_CTLWTST, minfo->values.reg.mctlwtst); in g450_memory_init() [all …]
|
/linux-2.6.39/net/ax25/ |
D | ax25_dev.c | 70 ax25_dev->values[AX25_VALUES_IPDEFMODE] = AX25_DEF_IPDEFMODE; in ax25_dev_device_up() 71 ax25_dev->values[AX25_VALUES_AXDEFMODE] = AX25_DEF_AXDEFMODE; in ax25_dev_device_up() 72 ax25_dev->values[AX25_VALUES_BACKOFF] = AX25_DEF_BACKOFF; in ax25_dev_device_up() 73 ax25_dev->values[AX25_VALUES_CONMODE] = AX25_DEF_CONMODE; in ax25_dev_device_up() 74 ax25_dev->values[AX25_VALUES_WINDOW] = AX25_DEF_WINDOW; in ax25_dev_device_up() 75 ax25_dev->values[AX25_VALUES_EWINDOW] = AX25_DEF_EWINDOW; in ax25_dev_device_up() 76 ax25_dev->values[AX25_VALUES_T1] = AX25_DEF_T1; in ax25_dev_device_up() 77 ax25_dev->values[AX25_VALUES_T2] = AX25_DEF_T2; in ax25_dev_device_up() 78 ax25_dev->values[AX25_VALUES_T3] = AX25_DEF_T3; in ax25_dev_device_up() 79 ax25_dev->values[AX25_VALUES_IDLE] = AX25_DEF_IDLE; in ax25_dev_device_up() [all …]
|
D | ax25_timer.c | 130 proto = ax25->ax25_dev->values[AX25_VALUES_PROTOCOL]; in ax25_heartbeat_expiry() 153 switch (ax25->ax25_dev->values[AX25_VALUES_PROTOCOL]) { in ax25_t1timer_expiry() 172 switch (ax25->ax25_dev->values[AX25_VALUES_PROTOCOL]) { in ax25_t2timer_expiry() 191 switch (ax25->ax25_dev->values[AX25_VALUES_PROTOCOL]) { in ax25_t3timer_expiry() 212 switch (ax25->ax25_dev->values[AX25_VALUES_PROTOCOL]) { in ax25_idletimer_expiry()
|
D | ax25_std_in.c | 48 ax25->window = ax25->ax25_dev->values[AX25_VALUES_WINDOW]; in ax25_std_state1_machine() 54 ax25->window = ax25->ax25_dev->values[AX25_VALUES_EWINDOW]; in ax25_std_state1_machine() 90 ax25->window = ax25->ax25_dev->values[AX25_VALUES_WINDOW]; in ax25_std_state1_machine() 154 ax25->window = ax25->ax25_dev->values[AX25_VALUES_WINDOW]; in ax25_std_state3_machine() 157 ax25->window = ax25->ax25_dev->values[AX25_VALUES_EWINDOW]; in ax25_std_state3_machine() 279 ax25->window = ax25->ax25_dev->values[AX25_VALUES_WINDOW]; in ax25_std_state4_machine() 282 ax25->window = ax25->ax25_dev->values[AX25_VALUES_EWINDOW]; in ax25_std_state4_machine()
|
/linux-2.6.39/arch/alpha/oprofile/ |
D | op_model_ev5.c | 161 unsigned long values, mask, not_pk, reset_values; in ev5_reset_ctr() local 172 values = wrperfmon(5, 0); in ev5_reset_ctr() 173 values = (reset_values & mask) | (values & ~mask & -2); in ev5_reset_ctr() 174 wrperfmon(6, values); in ev5_reset_ctr() 177 values = wrperfmon(5, 0); in ev5_reset_ctr() 178 values = (reset_values & mask) | (values & ~mask & -2); in ev5_reset_ctr() 179 wrperfmon(6, values); in ev5_reset_ctr()
|
/linux-2.6.39/drivers/char/ |
D | tb0219.c | 102 uint16_t values; in get_gpio_input_pin() local 104 values = tb0219_read(TB0219_GPIO_INPUT); in get_gpio_input_pin() 105 if (values & (1 << pin)) in get_gpio_input_pin() 113 uint16_t values; in get_gpio_output_pin() local 115 values = tb0219_read(TB0219_GPIO_OUTPUT); in get_gpio_output_pin() 116 if (values & (1 << pin)) in get_gpio_output_pin() 124 uint16_t values; in get_dip_switch() local 126 values = tb0219_read(TB0219_DIP_SWITCH); in get_dip_switch() 127 if (values & (1 << pin)) in get_dip_switch()
|
/linux-2.6.39/kernel/ |
D | timeconst.pl | 348 my @values = compute_values($hz); 350 while (scalar(@values)) { 353 my $m = shift(@values); 354 my $a = shift(@values); 355 my $s = shift(@values); 358 my $n = shift(@values); 359 my $d = shift(@values);
|
/linux-2.6.39/Documentation/misc-devices/ |
D | apds990x.txt | 20 ALS produces raw measurement values for two channels: Clear channel 26 only lux values. Lux value is calculated using information from the both 35 Platform data can provide tuned values to the conversion formulas if 36 values are known. Otherwise plain sensor default values are used. 39 It produces directly usable values. 101 values: 0 or prox0_sensor_range value. 0 means no proximity, 103 In "periodic" mode the driver reports all values above 108 RO - accepted values to prox0_reporting_mode (trigger, periodic)
|
/linux-2.6.39/drivers/media/dvb/dvb-usb/ |
D | af9005.c | 58 int readwrite, int type, u8 * values, int len) in af9005_generic_read_write() argument 99 obuf[8 + i] = values[i]; in af9005_generic_read_write() 102 obuf[8] = values[0]; in af9005_generic_read_write() 141 values[i] = ibuf[8 + i]; in af9005_generic_read_write() 162 u8 * values, int len) in af9005_read_ofdm_registers() argument 168 values, len); in af9005_read_ofdm_registers() 172 debug_dump(values, len, deb_reg); in af9005_read_ofdm_registers() 192 u8 * values, int len) in af9005_write_ofdm_registers() argument 196 debug_dump(values, len, deb_reg); in af9005_write_ofdm_registers() 200 values, len); in af9005_write_ofdm_registers() [all …]
|
/linux-2.6.39/kernel/gcov/ |
D | gcc_3_4.c | 62 memset(info->counts[i].values, 0, in gcov_info_reset() 93 dest->counts[i].values[j] += in gcov_info_add() 94 source->counts[i].values[j]; in gcov_info_add() 156 dup->counts[i].values = vmalloc(size); in gcov_info_dup() 157 if (!dup->counts[i].values) in gcov_info_dup() 159 memcpy(dup->counts[i].values, ctr->values, size); in gcov_info_dup() 178 vfree(info->counts[i].values); in gcov_info_free() 443 values[iter->count + get_type(iter)->offset]); in gcov_iter_write()
|
/linux-2.6.39/Documentation/input/ |
D | walkera0701.txt | 41 cable and run jstest /dev/input/js0 to see values from TX. If no value can 67 Binary values: Analog octal values: 78 24 bin+oct values + 1 bin value = 24*4+1 bits = 97 bits 86 values can be sampled between sync pulses. 88 Values for first four channels (analog joystick values) can be found in 105 Summary of octal values in nibbles must be same as octal value in checksum 107 calculated by sum of binary values in checked nibbles + sum of octal values
|
/linux-2.6.39/drivers/char/agp/ |
D | via-agp.c | 27 struct aper_size_info_8 *values; in via_fetch_size() local 29 values = A_SIZE_8(agp_bridge->driver->aperture_sizes); in via_fetch_size() 32 if (temp == values[i].size_value) { in via_fetch_size() 34 agp_bridge->current_size = (void *) (values + i); in via_fetch_size() 36 return values[i].size; in via_fetch_size() 110 struct aper_size_info_16 *values; in via_fetch_size_agp3() local 112 values = A_SIZE_16(agp_bridge->driver->aperture_sizes); in via_fetch_size_agp3() 117 if (temp == values[i].size_value) { in via_fetch_size_agp3() 119 agp_bridge->current_size = (void *) (values + i); in via_fetch_size_agp3() 121 return values[i].size; in via_fetch_size_agp3()
|
D | i460-agp.c | 108 struct aper_size_info_8 *values; in i460_fetch_size() local 124 values = A_SIZE_8(agp_bridge->driver->aperture_sizes); in i460_fetch_size() 153 values[i].num_entries = (values[i].size << 8) >> (I460_IO_PAGE_SHIFT - 12); in i460_fetch_size() 154 values[i].page_order = ilog2((sizeof(u32)*values[i].num_entries) >> PAGE_SHIFT); in i460_fetch_size() 159 if ((temp & I460_AGPSIZ_MASK) == values[i].size_value) { in i460_fetch_size() 160 agp_bridge->previous_size = agp_bridge->current_size = (void *) (values + i); in i460_fetch_size() 162 return values[i].size; in i460_fetch_size()
|
/linux-2.6.39/security/tomoyo/ |
D | group.c | 63 || e.number.values[0] > e.number.values[1]) in tomoyo_write_group() 123 if (min > member->number.values[1] || in tomoyo_number_matches_group() 124 max < member->number.values[0]) in tomoyo_number_matches_group()
|
/linux-2.6.39/drivers/net/wireless/zd1211rw/ |
D | zd_chip.c | 106 int zd_ioread32v_locked(struct zd_chip *chip, u32 *values, const zd_addr_t *addr, in zd_ioread32v_locked() argument 139 values[i] = (v16[j] << 16) | v16[j+1]; in zd_ioread32v_locked() 310 u32 *values, unsigned int count) in zd_ioread32v() argument 315 r = zd_ioread32v_locked(chip, values, addresses, count); in zd_ioread32v() 442 static int read_values(struct zd_chip *chip, u8 *values, size_t count, in read_values() argument 457 values[i++] = v; in read_values() 458 values[i++] = v >> 8; in read_values() 459 values[i++] = v >> 16; in read_values() 460 values[i++] = v >> 24; in read_values() 464 values[i] = v >> (8*(i%3)); in read_values() [all …]
|
/linux-2.6.39/Documentation/networking/ |
D | lapb-module.txt | 78 The mode variable is a bit field used for setting (at present) three values. 112 above. The return values are: 124 function. The valid return values are: 132 This allows the device driver to get the values of the current LAPB 133 variables, the lapb_parms_struct is described above. The valid return values 142 This allows the device driver to set the values of the current LAPB 143 variables, the lapb_parms_struct is described above. The values of t1timer, 145 connected will be ignored. An error implies that none of the values have 146 been changed. The valid return values are: 150 LAPB_INVALUE One of the values was out of its allowable range. [all …]
|
/linux-2.6.39/security/selinux/include/ |
D | conditional.h | 16 int security_get_bools(int *len, char ***names, int **values); 18 int security_set_bools(int len, int *values);
|
/linux-2.6.39/Documentation/hwmon/ |
D | pc87360 | 69 For reference, here are a few values about clock dividers: 79 For the curious, here is how the values above were computed: 88 Note that not all RPM values can be represented, even when the best clock 97 PWM (pulse width modulation) values range from 0 to 255, with 0 meaning 100 Be extremely careful when changing PWM values. Low PWM values, even 102 hardware if temperature increases too much. When changing PWM values, go 105 One user reported problems with PWM. Changing PWM values would break fan 142 well as the values of the resistors used for division is left to the 145 recommended resistor values for some voltages, but this still leaves much 167 which case cached values are returned instead). As a consequence, when [all …]
|
D | max1619 | 21 All temperature values are given in degrees Celsius. Resolution 26 The max1619 driver will not update its values more frequently than every 28 'old' values.
|
/linux-2.6.39/Documentation/block/ |
D | stat.txt | 18 values separated by whitespace. The fields are summarized in the 38 These values increment when an I/O request completes. 43 These values increment when an I/O request is merged with an 49 These values count the number of sectors read from or written to this 57 These values count the number of milliseconds that I/O requests have 59 these values will increase at a rate greater than 1000/second; for
|
/linux-2.6.39/Documentation/power/ |
D | power_supply_class.txt | 52 stated. It's driver's job to convert its raw values to units in which 72 report averaged values. 73 _NOW - momentary/instantaneous values. 77 BATTERY_STATUS_* values, as defined in battery.h. 84 HEALTH - represents health of the battery, values corresponds to 87 VOLTAGE_MAX_DESIGN, VOLTAGE_MIN_DESIGN - design values for maximal and 88 minimal power supply voltages. Maximal/minimal means values of voltages 95 VOLTAGE_MAX, VOLTAGE_MIN - same as _DESIGN voltage values except that 99 CHARGE_FULL_DESIGN, CHARGE_EMPTY_DESIGN - design charge values, when 107 age)". I.e. these attributes represents real thresholds, not design values.
|
/linux-2.6.39/drivers/rtc/ |
D | rtc-ds1307.c | 110 u8 length, u8 *values); 112 u8 length, const u8 *values); 162 u8 command, u8 length, u8 *values) in ds1307_read_block_data_once() argument 170 values[i] = data; in ds1307_read_block_data_once() 176 u8 length, u8 *values) in ds1307_read_block_data() argument 183 ret = ds1307_read_block_data_once(client, command, length, values); in ds1307_read_block_data() 192 memcpy(oldvalues, values, length); in ds1307_read_block_data() 194 values); in ds1307_read_block_data() 197 } while (memcmp(oldvalues, values, length)); in ds1307_read_block_data() 202 u8 length, const u8 *values) in ds1307_write_block_data() argument [all …]
|