/linux-4.4.14/drivers/iommu/ |
H A D | iommu-traces.c | 2 * iommu trace points
|
/linux-4.4.14/kernel/trace/ |
H A D | power-traces.c | 2 * Power trace points
|
H A D | rpm-traces.c | 2 * Power trace points
|
/linux-4.4.14/sound/usb/ |
H A D | midi.h | 19 /* for QUIRK_MIDI_MIDIMAN, data points to a snd_usb_midi_endpoint_info 22 /* for QUIRK_COMPOSITE, data points to an array of snd_usb_audio_quirk 25 /* for QUIRK_AUDIO_FIXED_ENDPOINT, data points to an audioformat structure */ 35 /* for QUIRK_MIDI_EMAGIC, data points to a snd_usb_midi_endpoint_info
|
/linux-4.4.14/arch/mn10300/unit-asb2305/ |
H A D | leds.c | 36 void peripheral_leds7x4_display_dec(unsigned int val, unsigned int points) peripheral_leds7x4_display_dec() argument 47 leds |= points^0x01010101; peripheral_leds7x4_display_dec() 52 void peripheral_leds7x4_display_hex(unsigned int val, unsigned int points) peripheral_leds7x4_display_hex() argument 63 leds |= points^0x01010101; peripheral_leds7x4_display_hex() 82 void peripheral_leds7x4_display_minssecs(unsigned int time, unsigned int points) peripheral_leds7x4_display_minssecs() argument 93 leds |= points^0x01010101; peripheral_leds7x4_display_minssecs()
|
/linux-4.4.14/arch/mn10300/unit-asb2364/ |
H A D | leds.c | 39 void peripheral_leds7x4_display_dec(unsigned int val, unsigned int points) peripheral_leds7x4_display_dec() argument 50 leds |= points^0x01010101; peripheral_leds7x4_display_dec() 55 void peripheral_leds7x4_display_hex(unsigned int val, unsigned int points) peripheral_leds7x4_display_hex() argument 66 leds |= points^0x01010101; peripheral_leds7x4_display_hex() 94 void peripheral_leds7x4_display_dec(unsigned int val, unsigned int points) { } peripheral_leds7x4_display_hex() argument 95 void peripheral_leds7x4_display_hex(unsigned int val, unsigned int points) { } peripheral_leds_display_exception() argument
|
/linux-4.4.14/net/atm/ |
H A D | protocols.h | 1 /* net/atm/protocols.h - ATM protocol handler entry points */
|
/linux-4.4.14/drivers/gpu/host1x/ |
H A D | intr.h | 30 * 'data' points to a channel 36 * 'data' points to a wait_queue_head_t 42 * 'data' points to a wait_queue_head_t
|
/linux-4.4.14/tools/perf/util/ |
H A D | strfilter.h | 23 * @err: Pointer which points an error detected on @rules 36 * @err: Pointer which points an error detected on @rules 49 * @err: Pointer which points an error detected on @rules
|
/linux-4.4.14/include/uapi/linux/ |
H A D | net_dropmon.h | 36 struct net_dm_drop_point points[0]; member in struct:net_dm_alert_msg
|
H A D | mic_ioctl.h | 50 * The (struct mic_device_desc *) pointer points to a device page entry 69 * The (__u8 *) pointer points to config space values for the device
|
H A D | bsg.h | 38 dout_xfer points to array of iovec */
|
/linux-4.4.14/arch/powerpc/include/uapi/asm/ |
H A D | ucontext.h | 26 struct mcontext __user *uc_regs;/* points to uc_mcontext field */
|
/linux-4.4.14/arch/sh/kernel/vsyscall/ |
H A D | vsyscall-trapa.S | 38 /* Get the common code for the sigreturn entry points */
|
/linux-4.4.14/arch/frv/include/asm/ |
H A D | ax88796.h | 1 /* ax88796.h: access points to the driver for the AX88796 NE2000 clone
|
/linux-4.4.14/mm/ |
H A D | oom_kill.c | 162 long points; oom_badness() local 182 points = get_mm_rss(p->mm) + get_mm_counter(p->mm, MM_SWAPENTS) + oom_badness() 191 points -= (points * 3) / 100; oom_badness() 195 points += adj; oom_badness() 201 return points > 0 ? points : 1; oom_badness() 298 * number of 'points'. Returns -1 on scan abort. 309 unsigned int points; for_each_process_thread() local 324 points = oom_badness(p, NULL, oc->nodemask, totalpages); for_each_process_thread() 325 if (!points || points < chosen_points) for_each_process_thread() 328 if (points == chosen_points && thread_group_leader(chosen)) for_each_process_thread() 332 chosen_points = points; for_each_process_thread() 510 unsigned int points, unsigned long totalpages, oom_kill_process() 538 message, task_pid_nr(p), p->comm, points); oom_kill_process() 678 unsigned int uninitialized_var(points); out_of_memory() 721 p = select_bad_process(oc, &points, totalpages); out_of_memory() 728 oom_kill_process(oc, p, points, totalpages, NULL, out_of_memory() 509 oom_kill_process(struct oom_control *oc, struct task_struct *p, unsigned int points, unsigned long totalpages, struct mem_cgroup *memcg, const char *message) oom_kill_process() argument
|
H A D | page_counter.c | 57 * @fail: points first counter to hit its limit, if any
|
/linux-4.4.14/drivers/net/fddi/skfp/h/ |
H A D | sba.h | 79 struct s_sba_sessions *free_session ; /* points to the first */ 82 struct timer_cell *tail_timer ; /* points to the last timer cell */ 102 struct smt_header *sm ; /* points to the rec message */
|
H A D | hwmtm.h | 101 SMbuf *mb_start ; /* points to the first mb */ 120 union s_fp_descr volatile *descr_p ; /* points to the desriptor area */ 127 SMbuf *llc_rx_pipe ; /* points to the first queued llc fr */ 128 SMbuf *llc_rx_tail ; /* points to the last queued llc fr */ 131 SMbuf *txd_tx_pipe ; /* points to first mb in the txd ring */ 132 SMbuf *txd_tx_tail ; /* points to last mb in the txd ring */ 242 * pointer to the TxD which points to the current queue put 325 * pointer to the RxD which points to the current queue put
|
/linux-4.4.14/include/linux/ |
H A D | nls.h | 6 /* Unicode has changed over the years. Unicode code points no longer 7 * fit into 16 bits; as of Unicode 5 valid code points range from 0 8 * to 0x10ffff (17 planes, where each plane holds 65536 code points).
|
H A D | percpu_ida.h | 49 * Global freelist - it's a stack where nr_free points to the
|
H A D | thermal.h | 154 * @trip_temp_attrs: attributes for trip points for sysfs: trip temperature 155 * @trip_type_attrs: attributes for trip points for sysfs: trip type 156 * @trip_hyst_attrs: attributes for trip points for sysfs: trip hysteresis 158 * @trips: number of trip points the thermal zone supports 163 * checking whether trip points have been crossed (0 for
|
H A D | oom.h | 82 unsigned int points, unsigned long totalpages,
|
H A D | tracehook.h | 10 * This file defines hook entry points called by core code where 12 * entry points are called tracehook_*(). Each hook declared below
|
H A D | rmap.h | 20 * directly to a vma: instead it points to an anon_vma, on whose list 40 * Count of child anon_vmas and VMAs which points to this anon_vma.
|
H A D | radix-tree.h | 463 * @slot: the void** variable, at the beginning points to chunk first slot 468 * @slot points to the radix tree slot, @iter->index contains its index. 481 * @slot points to radix tree slot, @iter->index contains its index. 496 * @slot points to radix tree slot, @iter->index contains its index. 514 * @slot points to radix tree slot, @iter->index contains its index.
|
H A D | cred.h | 109 * A task has two security pointers. task->real_cred points to the objective 113 * task->cred points to the subjective context that defines the details of how 115 * temporarily to point to another security context, but normally points to the
|
/linux-4.4.14/arch/m68k/kernel/ |
H A D | vectors.c | 63 /* set up ISP entry points */ base_trap_init() 94 /* set up FPSP entry points */ trap_init() 117 /* set up IFPSP entry points */ trap_init()
|
H A D | time.c | 63 * through the points f(0)=126, f(1)=86, f(5)=51, timer_interrupt()
|
/linux-4.4.14/arch/unicore32/include/asm/ |
H A D | cmpxchg.h | 14 * Generate a link failure on undefined symbol if the pointer points to a value
|
/linux-4.4.14/lib/ |
H A D | kasprintf.c | 36 * (or the sole vararg) points to rodata, we will then save a memory
|
H A D | argv_split.c | 32 * Frees an argv and the strings it points to.
|
H A D | bug.c | 35 returns true if the eip is a real kernel address, and it points
|
H A D | checksum.c | 18 * A: At some points, the sum (%0) was used as
|
/linux-4.4.14/sound/core/ |
H A D | Makefile | 23 # for trace-points
|
/linux-4.4.14/kernel/ |
H A D | exec_domain.c | 5 * own handlers for kernel entry points, signal mapping, etc...
|
/linux-4.4.14/arch/sparc/include/asm/ |
H A D | asmmacro.h | 9 /* All trap entry points _must_ begin with this macro or else you
|
H A D | auxio_32.h | 13 * that have it (good for testing entry points to trap handlers and irq's)
|
/linux-4.4.14/drivers/cpufreq/ |
H A D | arm_big_little_dt.c | 33 /* get cpu node with valid operating-points */ get_cpu_node_with_valid_op() 38 if (!of_get_property(np, "operating-points", NULL)) { get_cpu_node_with_valid_op()
|
H A D | cpufreq-dt.c | 218 /* Get OPP-sharing information from "operating-points-v2" bindings */ cpufreq_init() 222 * operating-points-v2 not supported, fallback to old method of cpufreq_init() 235 * For platforms not using operating-points-v2 bindings, we do this cpufreq_init()
|
/linux-4.4.14/samples/trace_events/ |
H A D | trace-events-sample.c | 5 * Any file that uses trace points, must include the header. 8 * creates the handles for the trace points.
|
/linux-4.4.14/drivers/md/persistent-data/ |
H A D | dm-bitset.h | 91 * new_root - on success, points to the new root block 103 * new_root - on success, points to the new root block 120 * new_root - on success, points to the new root block 133 * new_root - on success, points to the new root block 146 * new_root - on success, points to the new root block (cached values may have been written) 159 * new_root - on success, points to the new root block
|
H A D | dm-space-map-common.h | 20 * Each value stored in the btree is an index_entry. This points to a
|
/linux-4.4.14/include/uapi/linux/netfilter_arp/ |
H A D | arp_tables.h | 138 /* Which hook entry points are valid: bitmask */ 141 /* Hook entry points: one per netfilter hook. */ 144 /* Underflow points. */ 159 /* Which hook entry points are valid: bitmask. You can't 169 /* Hook entry points. */ 172 /* Underflow points. */
|
/linux-4.4.14/include/uapi/linux/netfilter_ipv4/ |
H A D | ip_tables.h | 160 /* Which hook entry points are valid: bitmask */ 163 /* Hook entry points: one per netfilter hook. */ 166 /* Underflow points. */ 181 /* Which hook entry points are valid: bitmask. You can't 191 /* Hook entry points. */ 194 /* Underflow points. */
|
/linux-4.4.14/include/uapi/linux/netfilter_ipv6/ |
H A D | ip6_tables.h | 200 /* Which hook entry points are valid: bitmask */ 203 /* Hook entry points: one per netfilter hook. */ 206 /* Underflow points. */ 221 /* Which hook entry points are valid: bitmask. You can't 231 /* Hook entry points. */ 234 /* Underflow points. */
|
/linux-4.4.14/arch/m68k/fpsp040/ |
H A D | sint.S | 8 | Entry points sint and sintrz are called from do_func 12 | Input: (Entry points sint and sintrz) Double-extended 122 | Input: a0 points to an IEEE extended format operand 212 | ;assumes a0 points to operand 232 | ;Input: a0 points to operand to 234 | ;Output: a0 points to normalized
|
H A D | x_unfl.S | 157 lea WBTEMP(%a6),%a0 |a0 now points to operand 175 lea FPTEMP(%a6),%a0 |a0 now points to operand 180 bsrl denorm |returns denorm, a0 points to it 202 | Input: a0 points to input operand 206 | Output: a0 points to rounded operand
|
H A D | util.S | 81 lea ETEMP(%a6),%a0 |a0 points to source operand 90 | Input a0 points to an operand in the internal extended format 91 | Output a0 points to the result in the internal extended format 161 | Input a0 points to an operand in the internal extended format 162 | Output a0 points to the result in the internal extended format 176 | a0 points to operand in internal extended format 178 | a0 points to result in internal extended format 486 | a0 points to input operand in the internal extended format 489 | a0 points to correct internal extended precision result.
|
H A D | sgetem.S | 40 | handler. It points a0 to the input operand. 66 | handler. It points a0 to the input operand.
|
H A D | round.S | 23 | a0 points to the input operand in the internal extended format 403 | a0 points to the operand to be denormalized 408 | a0 points to the denormalized result 488 | a0 points to the operand to be denormalized 492 | a0 points to the denormalized operand
|
/linux-4.4.14/drivers/input/touchscreen/ |
H A D | ft6236.c | 76 struct ft6236_touchpoint points[FT6236_MAX_TOUCH_POINTS]; member in struct:ft6236_packet 111 "%d touch points reported, only %d are supported\n", ft6236_interrupt() 117 struct ft6236_touchpoint *point = &buf.points[i]; ft6236_interrupt() 118 u16 x = ((point->xhi & 0xf) << 8) | buf.points[i].xlo; ft6236_interrupt() 119 u16 y = ((point->yhi & 0xf) << 8) | buf.points[i].ylo; ft6236_interrupt()
|
H A D | tps6507x-ts.c | 213 * tps_board points to pmic related constants tps6507x_ts_probe() 224 * init_data points to array of regulator_init structures tps6507x_ts_probe()
|
H A D | mk712.c | 134 outb(10, mk712_io + MK712_RATE); /* 187 points per second */ mk712_open()
|
/linux-4.4.14/drivers/isdn/hardware/eicon/ |
H A D | s_pri.c | 160 Install entry points for PRI Adapter 190 Install entry points for PRI Adapter 198 Install entry points for PRI Rev.2 Adapter
|
H A D | s_bri.c | 161 Fill card entry points
|
/linux-4.4.14/arch/tile/include/asm/ |
H A D | pgtable_64.h | 101 /* Return the page-table frame number (ptfn) that a pud_t points at. */ 104 /* Return the page frame number (pfn) that a pud_t points at. */ 117 * A pud_t points to a pmd_t array. Since we can have multiple per
|
H A D | percpu.h | 42 * changes at function call points, at which we are already re-reading
|
H A D | sections.h | 30 /* Not exactly sections, but PC comparison points in the code. */
|
H A D | stack.h | 67 * and dump_stack() are architecture-independent entry points.
|
/linux-4.4.14/include/scsi/ |
H A D | scsi_transport_srp.h | 83 * @reconnect_delay: If not NULL, points to the default reconnect_delay value. 84 * @fast_io_fail_tmo: If not NULL, points to the default fast_io_fail_tmo value. 85 * @dev_loss_tmo: If not NULL, points to the default dev_loss_tmo value.
|
H A D | sg.h | 51 void __user *dxferp; /* [i], [*io] points to data transfer memory 53 unsigned char __user *cmdp; /* [i], [*i] points to command to perform */ 54 void __user *sbp; /* [i], [*o] points to sense_buffer memory */
|
/linux-4.4.14/arch/frv/mm/ |
H A D | tlb-miss.S | 157 # - DAMLR4 points to the virtual address of the appropriate page table 219 # - DAMLR3 points to the virtual address of the page directory 220 # - the PGD holds 64 PGEs and each PGE/PME points to a set of page tables 287 # - DAMLR5 points to the virtual address of the appropriate page table 348 # - DAMLR3 points to the virtual address of the page directory 349 # - the PGD holds 64 PGEs and each PGE/PME points to a set of page tables 414 # - DAMLR4 points to the virtual address of the appropriate page table 466 # - DAMLR3 points to the virtual address of the page directory 467 # - the PGD holds 64 PGEs and each PGE/PME points to a set of page tables 532 # - DAMLR5 points to the virtual address of the appropriate page table 587 # - DAMLR3 points to the virtual address of the page directory 588 # - the PGD holds 64 PGEs and each PGE/PME points to a set of page tables
|
/linux-4.4.14/sound/soc/fsl/ |
H A D | fsl_dma.h | 101 * The CLSDAR register points to the first (in a linked-list) List 103 * list descriptor points to a linked-list of link Descriptors. 116 * A Link Descriptor points to a single DMA buffer. Each link descriptor
|
H A D | fsl_dma.c | 334 * ____________ points back to the first 365 * The first link descriptor now points to the third period. The DMA 466 /* The last link descriptor points to the first */ fsl_dma_open() 841 * find_ssi_node -- returns the SSI node that points to its DMA channel node 848 * the one that points to the given DMA channel node. It's ugly, but at least 856 /* Check each DMA phandle to see if it points to us. We find_ssi_node() 891 /* Find the SSI node that points to us. */ fsl_soc_dma_probe()
|
/linux-4.4.14/drivers/net/wireless/prism54/ |
H A D | islpci_mgt.h | 111 pimfor_header_t *header; /* payload header, points into buf */ 112 void *data; /* payload ex header, points into buf */
|
/linux-4.4.14/arch/powerpc/oprofile/cell/ |
H A D | pr_util.h | 62 * - Section 1 points to the first entry of the 66 * - Section 2 points to the second entry of the
|
H A D | vma_map.c | 263 * - Section 1 points to the first entry of the create_vma_map() 267 * - Section 2 points to the second entry of the create_vma_map()
|
/linux-4.4.14/arch/mips/dec/prom/ |
H A D | init.c | 52 * Set up prom abstraction structure with REX entry points. which_prom() 76 * Set up prom abstraction structure with non-REX entry points. which_prom()
|
/linux-4.4.14/drivers/hwmon/ |
H A D | abx500.h | 48 * @plat_data: private usage, usually points to platform specific data
|
/linux-4.4.14/arch/arc/include/uapi/asm/ |
H A D | ptrace.h | 47 unsigned long efa; /* break pt addr, for break points in delay slots */
|
/linux-4.4.14/net/core/ |
H A D | drop_monitor.c | 160 if (!memcmp(&location, msg->points[i].pc, sizeof(void *))) { trace_drop_common() 161 msg->points[i].count++; trace_drop_common() 172 memcpy(msg->points[msg->entries].pc, &location, sizeof(void *)); trace_drop_common() 173 msg->points[msg->entries].count = 1; trace_drop_common()
|
/linux-4.4.14/sound/core/seq/ |
H A D | seq_system.h | 27 /* entry points for broadcasting system events */
|
H A D | seq_system.c | 93 /* entry points for broadcasting system events */ snd_seq_system_broadcast() 104 /* entry points for broadcasting system events */ snd_seq_system_notify()
|
/linux-4.4.14/arch/powerpc/kernel/ |
H A D | ppc32.h | 56 compat_uptr_t uc_regs; /* points to uc_mcontext field */
|
H A D | idle_e500.S | 82 * r11 points to the exception frame (physical address).
|
H A D | reloc_32.S | 100 * r9 - points to the current .rela table entry 101 * r13 - points to the symbol table
|
H A D | head_booke.h | 122 BOOKE_LOAD_EXC_LEVEL_STACK(exc_level);/* r8 points to the exc_level stack*/ \ 308 BOOKE_LOAD_EXC_LEVEL_STACK(DBG); /* r8 points to the debug stack */ \ 361 BOOKE_LOAD_EXC_LEVEL_STACK(CRIT); /* r8 points to the debug stack */ \
|
/linux-4.4.14/arch/mips/include/asm/ |
H A D | mipsprom.h | 59 /* Entry points for some PROM commands */
|
/linux-4.4.14/arch/microblaze/kernel/ |
H A D | heartbeat.c | 35 * load. It goes through the points f(0)=126, f(1)=86, microblaze_heartbeat()
|
/linux-4.4.14/arch/ia64/kernel/ |
H A D | minstate.h | 33 * r2 = points to &pt_regs.r16 39 * r13 = points to current task_struct (kernel virtual address) 157 * r2: points to &pt_regs.r16 158 * r3: points to &pt_regs.r17
|
/linux-4.4.14/arch/avr32/boot/u-boot/ |
H A D | head.S | 19 * r11 points to a tag table providing information about
|
/linux-4.4.14/sound/pci/hda/ |
H A D | Makefile | 11 # for trace-points
|
/linux-4.4.14/arch/tile/lib/ |
H A D | memcpy_32.S | 168 * - r0 points to the start of dst line 0 169 * - r1 points to start of src line 0 211 * - r0 points to the destination line. 212 * - r1 points to the source line. 226 * - r3 is unchanged, unless it points to a word beyond the 233 * - r9 is incremented by 64, unless it points beyond the 376 * - r1 points 4 bytes past the load address corresponding to r0. 390 * - r1 points 4 bytes past the load address corresponding to r0. 394 * - r18 points one byte past the end of source memory. 462 * - r1 points 4 bytes past the load address corresponding to r0.
|
/linux-4.4.14/drivers/scsi/snic/ |
H A D | snic_res.c | 217 * WQ[0 to n] points to CQ[0 to n-1] snic_alloc_vnic_res() 218 * firmware to host comm points to CQ[n to m+1] snic_alloc_vnic_res()
|
/linux-4.4.14/drivers/scsi/bfa/ |
H A D | bfa_modules.h | 94 * Each sub module needs to implement only the entry points relevant to it (and 95 * can leave entry points as NULL)
|
/linux-4.4.14/drivers/acpi/acpica/ |
H A D | dsopcode.c | 315 /* next_op points to the op that holds the Buffer */ acpi_ds_eval_buffer_field_operands() 400 /* next_op points to the op that holds the space_ID */ acpi_ds_eval_region_operands() 404 /* next_op points to address op */ acpi_ds_eval_region_operands() 494 /* next_op points to Signature string op */ acpi_ds_eval_table_region_operands() 702 /* next_op points to the op that holds the Region */ acpi_ds_eval_bank_field_operands() 706 /* next_op points to the op that holds the Bank Register */ acpi_ds_eval_bank_field_operands() 710 /* next_op points to the op that holds the Bank Value */ acpi_ds_eval_bank_field_operands() 740 /* Arg points to the start Bank Field */ acpi_ds_eval_bank_field_operands()
|
/linux-4.4.14/sound/aoa/ |
H A D | aoa.h | 38 /* assigned by fabric before init() is called, points 42 /* assigned by the fabric before init() is called, points
|
/linux-4.4.14/arch/mips/include/asm/dec/ |
H A D | prom.h | 23 * PMAX/3MAX PROM entry points for DS2100/3100's and DS5000/2xx's. 62 * 3MIN/MAXINE PROM entry points for DS5000/1xx's, DS5000/xx's and
|
/linux-4.4.14/arch/s390/kvm/ |
H A D | trace-s390.h | 39 * Trace points for creation and destruction of vpcus. 99 * Trace points for injection of interrupts, either per machine or
|
/linux-4.4.14/arch/avr32/mach-at32ap/ |
H A D | pm-at32ap700x.S | 123 * points to pm_exception above. 143 * points to pm_exception above.
|
/linux-4.4.14/net/irda/ |
H A D | irmod.c | 5 * Description: IrDA stack main entry points 27 * This file contains the main entry points of the IrDA stack.
|
/linux-4.4.14/tools/thermal/tmon/ |
H A D | tmon.h | 90 /* cdev bind trip points, allow one cdev bind to multiple trips */ 188 * also used to list trip points in forms of AAAC, which represents
|
H A D | sysfs.c | 183 * ignore 0/invalid trip points find_tzone_tp() 313 /* detect trip points and cdev attached to this tzone */ scan_tzones() 335 /*TODO: reverse trip points */ scan_tzones()
|
H A D | tui.c | 65 #define SENSOR_WIN_HIGHT 4 /* one row for tz name, one for trip points */ 626 /* fill trip points for each tzone */ show_sensors_w() 639 /* loop through all trip points */ show_sensors_w()
|
/linux-4.4.14/drivers/thermal/ |
H A D | intel_quark_dts_thermal.c | 96 /* Quark DTS has 2 trip points: hot & catastrophic */ 98 /* If DTS not locked, all trip points are configurable */ 100 /* If DTS locked, all trip points are not configurable */ 118 "Polling interval for checking trip points (in milliseconds)");
|
H A D | of-thermal.c | 63 * @ntrips: number of trip points 64 * @trips: an array of trip points (0..ntrips - 1) 106 * points. 109 * This function is a globally visible wrapper to get number of trip points 112 * Return: number of available trip points, -ENODEV when data not available 148 * trip points 152 * This function provides a pointer to trip points table 154 * Return: pointer to trip points table, NULL otherwise 568 * @trips: array of thermal zone trip points 569 * @ntrips: number of trip points inside trips. 573 * It needs the already parsed array of trip points of the thermal zone
|
H A D | fair_share.c | 86 * (Heavily assumes the trip points are in ascending order)
|
H A D | power_allocator.c | 151 * passive trip points at the same temperature, that person estimate_pid_constants() 454 * get_governor_trips() - get the number of the two trip points that are key for this governor 458 * The power allocator governor works optimally with two trips points: 460 * are defined as the first and last passive trip points. 464 * on. If there are no passive or active trip points, then the
|
/linux-4.4.14/drivers/thermal/ti-soc-thermal/ |
H A D | ti-thermal.h | 60 /* trip points of interest in milicelsius (at hotspot level) */
|
/linux-4.4.14/drivers/staging/comedi/drivers/ |
H A D | ni_labpc.h | 41 /* number of data points left to be taken */
|
/linux-4.4.14/drivers/misc/mic/scif/ |
H A D | scif_main.h | 61 * @listen: List of listening end points 62 * @zombie: List of zombie end points with pending RMA's 63 * @connected: List of end points in connected state 64 * @disconnected: List of end points in disconnected state
|
/linux-4.4.14/drivers/edac/ |
H A D | edac_module.c | 150 * Inform the kernel of our entry and exit points
|
/linux-4.4.14/arch/x86/entry/vdso/vdso32/ |
H A D | system_call.S | 10 * First get the common code for the sigreturn entry points.
|
H A D | sigreturn.S | 2 * Common code for the sigreturn entry points in vDSO images.
|
/linux-4.4.14/include/trace/events/ |
H A D | iommu.h | 2 * iommu trace points
|
H A D | kmem.h | 151 * Since trace points use RCU and RCU should not be used from 170 * Since trace points use RCU and RCU should not be used from 287 * Since trace points use RCU and RCU should not be used from
|
/linux-4.4.14/arch/sparc/kernel/ |
H A D | hvtramp.S | 23 * our client argument which for Linux points to
|
H A D | windows.c | 54 * succeed is if the %sp points to a bum mapping altogether.
|
/linux-4.4.14/arch/m68k/mm/ |
H A D | hwtest.c | 20 * an Atari, it still points to address 0, which is unmapped. So a bus
|
/linux-4.4.14/drivers/misc/vmw_vmci/ |
H A D | vmci_queue_pair.h | 60 * VMCIqueue_pairPageFileInfo before host support end-points was added. 66 * of VMX running can't attach to host end points because it doesn't 122 * pair of end points, A & B. One queue is used by end point A to transmit
|
/linux-4.4.14/drivers/misc/ |
H A D | kgdbts.c | 83 * ## This tests break points on sys_open 89 * ## This tests break points on do_fork 543 { "?", "S0*" }, /* Clear break points */ 554 { "?", "S0*" }, /* Clear break points */ 570 { "?", "S0*" }, /* Clear break points */ 588 { "?", "S0*" }, /* Clear break points */ 609 { "?", "S0*" }, /* Clear break points */ 627 { "?", "S0*" }, /* Clear break points */ 645 { "?", "S0*" }, /* Clear break points */ 660 { "?", "S0*" }, /* Clear break points */ 675 { "?", "S0*" }, /* Clear break points */ 690 { "?", "S0*" }, /* Clear break points */
|
/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_mdio.c | 58 * @bus: points to the mii_bus structure 94 * @bus: points to the mii_bus structure 128 * @bus: points to the mii_bus structure
|
H A D | chain_mode.c | 104 * In chained mode the des3 points to the next element in the ring. stmmac_init_dma_chain()
|
/linux-4.4.14/fs/hfs/ |
H A D | bitmap.c | 133 * 'mdb' points to a "valid" (struct hfs_mdb). 134 * 'num_bits' points to a variable of type (u16), which contains 187 * 'mdb' points to a "valid" (struct hfs_mdb).
|
/linux-4.4.14/lib/842/ |
H A D | 842.h | 31 * corresponding arg is an index parameter that points to, respectively, a 2, 33 * the end of the output buffer. Essentially, the index points to a position 36 * and 8 bits for I8. Since each index points to a 2, 4, or 8 byte section,
|
/linux-4.4.14/fs/ntfs/ |
H A D | index.h | 37 * @entry: index entry (points into @ir or @ia) 38 * @data: index entry data (points into @entry) 51 * simply points into @entry. This is probably what the user is interested in.
|
/linux-4.4.14/arch/frv/kernel/ |
H A D | entry-table.S | 258 # miscellaneous user mode entry points 277 # miscellaneous kernel mode entry points 309 # miscellaneous debug mode entry points
|
/linux-4.4.14/drivers/gpu/drm/amd/include/ |
H A D | pptable.h | 113 USHORT usVCETableOffset; //points to ATOM_PPLIB_VCE_Table 114 USHORT usUVDTableOffset; //points to ATOM_PPLIB_UVD_Table 115 USHORT usSAMUTableOffset; //points to ATOM_PPLIB_SAMU_Table 116 USHORT usPPMTableOffset; //points to ATOM_PPLIB_PPM_Table 117 USHORT usACPTableOffset; //points to ATOM_PPLIB_ACP_Table 118 /* points to ATOM_PPLIB_POWERTUNE_Table */ 120 /* points to ATOM_PPLIB_CLOCK_Voltage_Dependency_Table for sclkVddgfxTable */
|
/linux-4.4.14/drivers/net/wireless/ath/ath5k/ |
H A D | eeprom.c | 172 /* Check if PCIE_OFFSET points to PCIE_SERDES_SECTION ath5k_eeprom_init_header() 631 * exponential function. To recreate the curve we read 11 points 643 * can have pcdac/pwr points. 755 /* Allocate pd points for this curve */ ath5k_eeprom_convert_pcal_info_5111() 892 * on hw, we read 4 points for xpd 0 (lower gain -> max power) 893 * and 3 points for xpd 3 (higher gain -> lower power) here and 936 /* Allocate pd points for this curve */ ath5k_eeprom_convert_pcal_info_5112() 974 /* Allocate pd points for this curve */ ath5k_eeprom_convert_pcal_info_5112() 995 /* Fixed points */ ath5k_eeprom_convert_pcal_info_5112() 1136 * To recreate the curves we read here the points and interpolate 1230 /* Allocate pd points for this curve */ ath5k_eeprom_convert_pcal_info_2413() 1341 * 2 pd points (pwr, pddac) ath5k_eeprom_read_pcal_info_2413() 1363 * so it only has 2 pd points. ath5k_eeprom_read_pcal_info_2413()
|
/linux-4.4.14/drivers/staging/unisys/include/ |
H A D | channel.h | 478 * pChannel: (IN) points to the IO Channel 501 * pChannel: (IN) points to the IO Channel 507 * - pSignal points to a memory area large enough to hold queue's SignalSize 523 * pChannel: (IN) points to the IO Channel 529 * - pSignal points to a memory area large enough to hold Queue's MaxSignals 543 * pChannel: (IN) points to the IO Channel
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
H A D | pptable.h | 113 USHORT usVCETableOffset; //points to ATOM_PPLIB_VCE_Table 114 USHORT usUVDTableOffset; //points to ATOM_PPLIB_UVD_Table 115 USHORT usSAMUTableOffset; //points to ATOM_PPLIB_SAMU_Table 116 USHORT usPPMTableOffset; //points to ATOM_PPLIB_PPM_Table 117 USHORT usACPTableOffset; //points to ATOM_PPLIB_ACP_Table 118 USHORT usPowerTuneTableOffset; //points to ATOM_PPLIB_POWERTUNE_Table
|
/linux-4.4.14/drivers/net/ethernet/qlogic/ |
H A D | qla3xxx.h | 66 #define OB_MAC_IOCB_REQ_C 0x40000000 /* points to an OAL. (continuation) */ 1010 * first points to skb-data area 1011 * second points to first frag 1012 * third points to next oal. 1015 * fifth points to next oal. 1024 #define OAL_CONT_ENTRY 0x40000000 /* points to an OAL. (continuation) */
|
/linux-4.4.14/arch/xtensa/kernel/ |
H A D | process.c | 172 * a0 points to ret_from_fork/ret_from_kernel_thread (simulating a call4) 173 * sp points to itself (thread.sp) 175 * a2 points to thread_fn, a3 holds thread_fn arg for kernel threads.
|
/linux-4.4.14/drivers/usb/host/ |
H A D | sl811_cs.c | 121 /* This points to the parent local_info_t struct */ sl811_cs_detach()
|
/linux-4.4.14/drivers/staging/speakup/ |
H A D | speakup.h | 85 extern unsigned short spk_xs, spk_ys, spk_xe, spk_ye; /* our region points */
|
H A D | selection.c | 18 unsigned short spk_xs, spk_ys, spk_xe, spk_ye; /* our region points */
|
/linux-4.4.14/drivers/uio/ |
H A D | uio_netx.c | 81 /* BAR0 or 2 points to the card's dual port memory */ netx_pci_probe()
|
/linux-4.4.14/drivers/net/ethernet/tehuti/ |
H A D | tehuti.h | 199 struct tx_map *start; /* points to the first element */ 200 struct tx_map *end; /* points just AFTER the last element */ 201 struct tx_map *rptr; /* points to the next element to read */ 202 struct tx_map *wptr; /* points to the next element to write */
|
/linux-4.4.14/drivers/clocksource/ |
H A D | dw_apb_timer_of.c | 102 * timer is found. sched_io_base then points to the current_value add_clocksource()
|
/linux-4.4.14/drivers/dio/ |
H A D | dio-driver.c | 106 * @drv: the &device_driver that points to the array of DIO device id structures to search
|
/linux-4.4.14/arch/um/drivers/ |
H A D | line.h | 48 * buffer points to a buffer allocated on demand, of length
|
/linux-4.4.14/arch/xtensa/platforms/xt2000/ |
H A D | setup.c | 38 /* Assumes s points to an 8-chr string. No checking for NULL. */
|
/linux-4.4.14/fs/hfsplus/ |
H A D | ioctl.c | 47 * but the inode points at the indirect inode hfsplus_ioctl_bless()
|
H A D | part_tbl.c | 13 * points to has all fields initialized to consistent values.
|
/linux-4.4.14/fs/nfsd/ |
H A D | fault_inject.c | 4 * Uses debugfs to create fault injection points for client testing
|
/linux-4.4.14/net/9p/ |
H A D | mod.c | 81 * @m: structure describing the transport module and entry points
|
/linux-4.4.14/fs/btrfs/ |
H A D | qgroup.h | 37 * For qgroup event trace points only
|
/linux-4.4.14/fs/squashfs/ |
H A D | fragment.c | 90 * table[0] points to the first fragment table metadata block, this squashfs_read_fragment_index_table()
|
H A D | id.c | 93 * table[0] points to the first id lookup table metadata block, this squashfs_read_id_index_table()
|
/linux-4.4.14/fs/udf/ |
H A D | symlink.c | 48 * Symlink points to some place which should be agreed udf_pc_to_char()
|
/linux-4.4.14/include/linux/usb/ |
H A D | ch9.h | 29 * someone that the two other points are non-issues for that
|
/linux-4.4.14/include/media/ |
H A D | media-device.h | 61 /* dev->driver_data points to this struct. */
|
/linux-4.4.14/arch/powerpc/include/asm/ |
H A D | code-patching.h | 80 * On PPC64 ABIv1 the function pointer actually points to the ppc_function_entry()
|
H A D | pte-40x.h | 52 #define _PMD_PRESENT 0x400 /* PMD points to page of PTEs */
|
H A D | paca.h | 34 * otherwise the paca_struct it points to may be the wrong one just after. 114 /* Shared by all threads of a core -- points to tcd of first thread */
|
/linux-4.4.14/arch/powerpc/platforms/powernv/ |
H A D | opal-msglog.c | 50 * data it points to in conbuf. */ opal_msglog_read()
|
/linux-4.4.14/arch/mips/include/asm/mach-ip27/ |
H A D | kernel-entry-init.h | 92 ld t0, 0(t0) # t0 points to kern_vars struct
|
/linux-4.4.14/arch/mips/include/asm/sn/ |
H A D | launch.h | 82 * PROM entry points for launch routines are determined by IPxxprom/start.s
|
/linux-4.4.14/arch/metag/kernel/ |
H A D | user_gateway.S | 22 * without warning. Only the entry points and their results are guaranteed
|
/linux-4.4.14/arch/h8300/include/asm/ |
H A D | processor.h | 60 unsigned long esp0; /* points to SR of stack frame */
|
/linux-4.4.14/arch/arm/oprofile/ |
H A D | common.c | 76 * length saved register structure. The fp points at the end of this
|
/linux-4.4.14/arch/blackfin/include/asm/ |
H A D | processor.h | 57 unsigned long esp0; /* points to SR of stack frame pt_regs */
|
/linux-4.4.14/arch/arm/kernel/ |
H A D | perf_callchain.c | 16 * length saved register structure. The fp points at the end of this
|
/linux-4.4.14/drivers/staging/comedi/ |
H A D | comedidev.h | 77 * @maxdata_list: If the maximum data value is channel-specific, this points 80 * @range_table: If non-NULL, this points to a COMEDI range table for the 86 * points to an array of pointers to COMEDI range tables indexed by 103 * points to a handler to set it up in hardware. (Initialized by the 106 * this points to a handler used to check and possibly tweak a prospective 114 * points to a handler used to terminate a running command. (Initialized 122 * this points to a function used to "munge" the data values from the 134 * this points to a sysfs comediX_subdY device where X is the minor device 467 * the %COMEDI_DEVCONFIG ioctl, it either points to a matched board name 469 * non-zero, otherwise it points to the low-level driver name string. 471 * automatically configured COMEDI device, it points to the low-level
|
/linux-4.4.14/drivers/staging/lustre/include/linux/lnet/ |
H A D | api.h | 61 * end-points but also memory region within a process address space. 115 * memory (either in kernel or user space) and optionally points to an
|
/linux-4.4.14/drivers/scsi/isci/ |
H A D | unsolicited_frame_control.h | 150 * This field points to the frame header data. 155 * This field points to the frame buffer data.
|
/linux-4.4.14/drivers/isdn/mISDN/ |
H A D | dsp.h | 88 * each dsplayer points to a member, each member points to a dsplayer.
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
H A D | core.h | 169 * @drvr: points to device related information. 170 * @vif: points to cfg80211 specific interface information.
|
/linux-4.4.14/drivers/net/ethernet/xilinx/ |
H A D | ll_temac.h | 302 /* TX/RX CURDESC_PTR points to first descriptor */ 303 /* TX/RX TAILDESC_PTR points to last descriptor in linked list */
|
/linux-4.4.14/drivers/net/ethernet/samsung/sxgbe/ |
H A D | sxgbe_mdio.c | 107 * @bus: points to the mii_bus structure 127 * @bus: points to the mii_bus structure
|
/linux-4.4.14/drivers/cpuidle/ |
H A D | cpuidle-big_little.c | 52 * running at default operating points. 57 * being the main factor) that depend on the current operating points.
|
/linux-4.4.14/drivers/acpi/ |
H A D | thermal.c | 68 MODULE_PARM_DESC(act, "Disable or override all lowest active trip points."); 72 MODULE_PARM_DESC(crt, "Disable or lower all critical trip points."); 80 MODULE_PARM_DESC(nocrt, "Set to take no action upon ACPI thermal zone critical trips points."); 88 MODULE_PARM_DESC(psv, "Disable or override all passive trip points."); 420 break; /* disable all active trip points */ acpi_thermal_trips_update() 1026 /* Get trip points [_CRT, _PSV, etc.] (required) */ acpi_thermal_get_info() 1180 "disabling all active thermal trip points\n", d->ident); thermal_act() 1205 "disabling all passive thermal trip points\n", d->ident); thermal_psv()
|
/linux-4.4.14/arch/arc/mm/ |
H A D | fault.c | 209 * (The kernel has valid exception-points in the source do_page_fault() 211 * of those points, we find it in a table and do a jump do_page_fault()
|
/linux-4.4.14/include/linux/sunrpc/ |
H A D | svcauth.h | 85 * reqbuf points to arguments 86 * resbuf points to good place for results. verfier
|
/linux-4.4.14/include/drm/ |
H A D | drm_encoder_slave.h | 34 * struct drm_encoder_slave_funcs - Entry points exposed by a slave encoder driver 114 * through an I2C bus. In addition to the entry points in @i2c_driver
|
/linux-4.4.14/arch/mips/include/asm/sn/sn0/ |
H A D | addrs.h | 131 * CALIAS -- Varies in size, points to the first n bytes of memory 258 /* Address 0x400 to 0x1000 ualias points to cache error eframe + misc
|
/linux-4.4.14/arch/parisc/kernel/ |
H A D | real2.S | 60 * arg0p points to where saved arg values may be found 238 * arg0p points to where saved arg values may be found
|
/linux-4.4.14/arch/cris/kernel/ |
H A D | setup.c | 100 /* min_low_pfn points to the start of DRAM, start_pfn points setup_arch()
|
/linux-4.4.14/arch/arm/nwfpe/ |
H A D | entry.S | 41 points of return it passes to the emulator. The emulator, if 48 On entry to the emulator r10 points to an area of private FP workspace
|
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/ |
H A D | router_proc.c | 177 s = tmpstr; /* points to current position in tmpstr[] */ proc_lnet_routes() 301 s = tmpstr; /* points to current position in tmpstr[] */ proc_lnet_routers() 442 s = tmpstr; /* points to current position in tmpstr[] */ proc_lnet_peers() 599 s = tmpstr; /* points to current position in tmpstr[] */ __proc_lnet_buffers() 663 s = tmpstr; /* points to current position in tmpstr[] */ proc_lnet_nis()
|
/linux-4.4.14/arch/arm/mach-omap2/ |
H A D | sleep34xx.S | 104 adr r3, api_params @ r3 points to parameters 155 * - when the OMAP wakes up it continues at different execution points 441 add r3, r3, r0 @ r3 points to dummy parameters 457 ldr r3, [r4, #0xBC] @ r3 points to parameters 472 adds r3, r3, #8 @ r3 points to parameters
|
/linux-4.4.14/drivers/base/power/ |
H A D | domain.c | 385 * pm_domain field points to the domain member of an object of type 459 * pm_domain field points to the domain member of an object of type 666 * under the assumption that its pm_domain field points to the domain member of 740 * Suspend a device under the assumption that its pm_domain field points to the 762 * pm_domain field points to the domain member of an object of type 848 * pm_domain field points to the domain member of an object of type 869 * Resume a device under the assumption that its pm_domain field points to the 890 * Freeze a device under the assumption that its pm_domain field points to the 912 * pm_domain field points to the domain member of an object of type 934 * pm_domain field points to the domain member of an object of type 977 * pm_domain field points to the domain member of an object of type 998 * Thaw a device under the assumption that its pm_domain field points to the 1071 * transition) under the assumption that its pm_domain field points to the
|
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
H A D | htc.h | 299 * direction this points to the start of the payload. In the 301 * points to the start of the HTC header but when returned 302 * to the caller points to the start of the payload
|
/linux-4.4.14/arch/tile/include/hv/ |
H A D | drv_xgbe_impl.h | 89 * structure) points to the next packet to be read. When the read offset is 136 * points to the next buffer to be read. When the read offset is equal to the 141 * the queue structure) points to the slot which will hold the next buffer we
|
/linux-4.4.14/crypto/ |
H A D | keywrap.c | 77 * pointer now points to the plaintext of size ctlen. 167 * first loop, lsrc points to src and ldst to dst. For any crypto_kw_decrypt() 256 * first loop, lsrc points to src and ldst to dst. For any crypto_kw_encrypt()
|
/linux-4.4.14/arch/alpha/kernel/ |
H A D | entry.S | 4 * Kernel entry-points. 177 * Non-syscall kernel entry points. 442 * Note that a0-a2 are not saved by PALcode as with the other entry points.
|
/linux-4.4.14/arch/cris/arch-v32/kernel/ |
H A D | head.S | 266 bhs _no_romfs_in_flash ; R9 points outside the flash area. 305 ; r0 now points to start of jffs2 311 ; r0 still points to start of cramfs
|
H A D | traps.c | 156 * ERP points at the "break 14" + 2, compensate for the 2 fixup_BUG()
|
/linux-4.4.14/fs/jfs/ |
H A D | jfs_mount.c | 30 * each vfs represents a fileset, and points to its "fileset inode 33 * an internal vfs is constructed and points to its "fileset inode 40 * each inode points to the mount inode (to facilitate access to
|
/linux-4.4.14/drivers/usb/dwc2/ |
H A D | pci.c | 38 * Provides the initialization and cleanup entry points for the DWC_otg PCI
|
/linux-4.4.14/drivers/uwb/ |
H A D | driver.c | 44 * points to the UWB HCD API assume you have a reference on the
|
/linux-4.4.14/drivers/leds/trigger/ |
H A D | ledtrig-heartbeat.c | 51 * current (1min) load. It goes through the points led_heartbeat_function()
|
/linux-4.4.14/drivers/i2c/busses/ |
H A D | i2c-designware-core.h | 42 * @msgs: points to an array of messages currently being transfered
|
/linux-4.4.14/drivers/media/platform/soc_camera/ |
H A D | soc_camera_platform.c | 162 /* soc-camera convention: control's drvdata points to the subdev */ soc_camera_platform_probe()
|
/linux-4.4.14/drivers/media/usb/gspca/ |
H A D | autogain_functions.c | 104 certain points of the knee graph will only try to adjust exposure,
|
/linux-4.4.14/drivers/misc/cxl/ |
H A D | main.c | 135 /* Store calculated sstp hardware points for use later */ cxl_alloc_sst()
|
/linux-4.4.14/drivers/clk/tegra/ |
H A D | cvb.c | 106 * function calculates the optimal voltage-frequency operating points
|
/linux-4.4.14/drivers/base/power/opp/ |
H A D | opp.h | 63 * @dev_opp: points back to the device_opp struct this opp belongs to
|
/linux-4.4.14/drivers/gpu/drm/ |
H A D | drm_scatter.c | 152 /* Verify that each page points to its virtual address, and vice drm_legacy_sg_alloc()
|
/linux-4.4.14/arch/x86/include/asm/ |
H A D | stackprotector.h | 13 * percpu symbols are zero based and %gs points to the base of percpu
|
/linux-4.4.14/arch/x86/kernel/ |
H A D | perf_regs.c | 135 * On 32-bit entry points, they are saved too except r8..r11. perf_get_regs_user()
|
/linux-4.4.14/crypto/asymmetric_keys/ |
H A D | pkcs7_trust.c | 150 * @trust_keyring: Signing certificates to use as starting points
|
/linux-4.4.14/arch/arc/kernel/ |
H A D | traps.c | 78 * Entry points for exceptions NOT needing specific handling
|
/linux-4.4.14/arch/cris/arch-v10/mm/ |
H A D | tlb.c | 161 * might be invalid at points where we still need to derefer switch_mm()
|
/linux-4.4.14/arch/cris/arch-v32/mm/ |
H A D | init.c | 38 * Make sure the current pgd table points to something sane, even if it cris_mmu_init()
|
H A D | tlb.c | 194 * at points where * there's still a need to derefer the pgd. switch_mm()
|
/linux-4.4.14/fs/hpfs/ |
H A D | hpfs.h | 453 points to dnode. */ 511 that points to them. 527 that points to fragmented value */ 541 which points to the value.
|
/linux-4.4.14/fs/isofs/ |
H A D | export.c | 72 * i_iget5_block value points to the "." entry. Fortunately, isofs_export_get_parent()
|
/linux-4.4.14/net/ax25/ |
H A D | ax25_dev.c | 110 * Remove any packet forwarding that points to this device. ax25_dev_device_down()
|