/linux-4.4.14/arch/mips/vr41xx/common/ |
D | icu.c | 477 static inline int set_sysint1_assign(unsigned int irq, unsigned char assign) in set_sysint1_assign() argument 493 intassign0 |= (uint16_t)assign; in set_sysint1_assign() 497 intassign0 |= (uint16_t)assign << 3; in set_sysint1_assign() 501 intassign0 |= (uint16_t)assign << 6; in set_sysint1_assign() 505 intassign0 |= (uint16_t)assign << 9; in set_sysint1_assign() 509 intassign0 |= (uint16_t)assign << 12; in set_sysint1_assign() 513 intassign1 |= (uint16_t)assign; in set_sysint1_assign() 517 intassign1 |= (uint16_t)assign << 6; in set_sysint1_assign() 521 intassign1 |= (uint16_t)assign << 9; in set_sysint1_assign() 528 sysint1_assign[pin] = assign; in set_sysint1_assign() [all …]
|
/linux-4.4.14/arch/x86/crypto/sha-mb/ |
D | sha1_mb_mgr_datastruct.S | 73 #%assign _JOB_AES_size _FIELD_OFFSET 74 #%assign _JOB_AES_align _STRUCT_ALIGN 89 # %assign job_aes2_size _FIELD_OFFSET 90 # %assign job_aes2_align _STRUCT_ALIGN
|
/linux-4.4.14/include/trace/ |
D | define_trace.h | 26 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument 30 #define TRACE_EVENT_CONDITION(name, proto, args, cond, tstruct, assign, print) \ argument 35 PARAMS(assign), \ 40 assign, print, reg, unreg) \ argument
|
D | trace_events.h | 59 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument 64 PARAMS(assign), \ 97 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) \ argument 122 assign, print, reg, unreg) \ argument 124 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \ 180 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 305 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 487 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 659 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 683 { assign; } \ [all …]
|
D | perf.h | 33 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 68 { assign; } \
|
/linux-4.4.14/Documentation/x86/x86_64/ |
D | fake-numa-for-cpusets | 7 assign them to cpusets and their attached tasks. This is a way of limiting the 18 four equal chunks of 512M each that we can now use to assign to cpusets. As 36 Documentation/cgroups/cpusets.txt, you can assign fake nodes (i.e. contiguous memory 49 You can now assign tasks to these cpusets to limit the memory resources 64 This allows for coarse memory management for the tasks you assign to particular
|
D | boot-options.txt | 180 pci=assign-busses Assign busses
|
/linux-4.4.14/drivers/pinctrl/ |
D | pinctrl-adi2.c | 100 u32 assign; member 134 int (*pint_map_port)(struct gpio_pint *pint, bool assign, 464 pint->saved_data.assign = readl(&pint->regs->assign); in adi_pint_suspend() 477 writel(pint->saved_data.assign, &pint->regs->assign); in adi_pint_resume() 797 static int adi_pint_map_port(struct gpio_pint *pint, bool assign, u8 map, in adi_pint_map_port() argument 813 if (assign) { in adi_pint_map_port() 815 writel((readl(®s->assign) & 0xFFFF) | map_mask, in adi_pint_map_port() 816 ®s->assign); in adi_pint_map_port() 818 writel((readl(®s->assign) & 0xFFFF0000) | map_mask, in adi_pint_map_port() 819 ®s->assign); in adi_pint_map_port() [all …]
|
/linux-4.4.14/drivers/gpu/drm/omapdrm/ |
D | tcm-sita.c | 138 assign(&area, 0, 0, width - 1, height - 1); in sita_init() 187 assign(&field, tcm->width - 1, tcm->height - 1, 0, 0); in sita_reserve_1d() 332 assign(area, best.a.p0.x, best.a.p0.y, best.a.p1.x, best.a.p1.y); in scan_r2l_t2b() 408 assign(area, best.a.p0.x, best.a.p0.y, best.a.p1.x, best.a.p1.y); in scan_l2r_t2b() 521 assign(&field, 0, 0, boundary_x, boundary_y); in scan_areas_and_find_fit() 528 assign(&field, 0, 0, tcm->width - 1, tcm->height - 1); in scan_areas_and_find_fit() 542 assign(&field, tcm->width - 1, 0, boundary_x, boundary_y); in scan_areas_and_find_fit() 549 assign(&field, tcm->width - 1, 0, 0, tcm->height - 1); in scan_areas_and_find_fit() 615 assign(&me.a, x0, y0, x0 + w - 1, y0 + h - 1); in update_candidate()
|
D | tcm-sita.h | 87 void assign(struct tcm_area *a, u16 x0, u16 y0, u16 x1, u16 y1) in assign() function
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | perf_event.c | 814 int wmin, int wmax, int gpmax, int *assign) in perf_assign_events() argument 823 if (assign) in perf_assign_events() 824 assign[sched.state.event] = sched.state.counter; in perf_assign_events() 831 int x86_schedule_events(struct cpu_hw_events *cpuc, int n, int *assign) in x86_schedule_events() argument 873 if (assign) in x86_schedule_events() 874 assign[i] = hwc->idx; in x86_schedule_events() 896 wmax, gpmax, assign); in x86_schedule_events() 909 if (!unsched && assign) { in x86_schedule_events() 914 x86_pmu.commit_scheduling(cpuc, i, assign[i]); in x86_schedule_events() 982 hwc->idx = cpuc->assign[i]; in x86_assign_hw_event() [all …]
|
D | perf_event_intel_uncore.c | 411 static int uncore_assign_events(struct intel_uncore_box *box, int assign[], int n) in uncore_assign_events() argument 445 if (assign) in uncore_assign_events() 446 assign[i] = hwc->idx; in uncore_assign_events() 451 wmin, wmax, n, assign); in uncore_assign_events() 453 if (!assign || ret) { in uncore_assign_events() 517 int assign[UNCORE_PMC_IDX_MAX]; in uncore_pmu_event_add() local 531 ret = uncore_assign_events(box, assign, n); in uncore_pmu_event_add() 540 if (hwc->idx == assign[i] && in uncore_pmu_event_add() 541 hwc->last_tag == box->tags[assign[i]]) in uncore_pmu_event_add() 558 if (hwc->idx != assign[i] || in uncore_pmu_event_add() [all …]
|
D | perf_event.h | 191 int assign[X86_PMC_IDX_MAX]; /* event to counter assignment */ member 518 int (*schedule_events)(struct cpu_hw_events *cpuc, int n, int *assign); 749 int wmin, int wmax, int gpmax, int *assign); 750 int x86_schedule_events(struct cpu_hw_events *cpuc, int n, int *assign);
|
D | perf_event_p4.c | 1206 static int p4_pmu_schedule_events(struct cpu_hw_events *cpuc, int n, int *assign) in p4_pmu_schedule_events() argument 1243 if (assign) in p4_pmu_schedule_events() 1244 assign[i] = hwc->idx; in p4_pmu_schedule_events() 1279 if (assign) in p4_pmu_schedule_events() 1280 assign[i] = cntr_idx; in p4_pmu_schedule_events()
|
/linux-4.4.14/include/linux/ |
D | tracepoint.h | 485 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) argument 497 #define TRACE_EVENT(name, proto, args, struct, assign, print) \ argument 500 assign, print, reg, unreg) \ argument 503 struct, assign, print) \ argument
|
/linux-4.4.14/Documentation/spi/ |
D | spidev | 84 return (RD) or assign (WR) the SPI transfer mode. Use the constants 92 which will return (RD) or assign (WR) the full SPI transfer mode, 96 which will return (RD) or assign (WR) the bit justification used to 103 a byte which will return (RD) or assign (WR) the number of bits in 107 u32 which will return (RD) or assign (WR) the maximum SPI transfer 108 speed, in Hz. The controller can't necessarily assign that specific
|
D | spi-summary | 502 you can't just assign them, then provide a negative bus number. That will
|
/linux-4.4.14/Documentation/devicetree/bindings/mailbox/ |
D | mailbox.txt | 4 assign appropriate mailbox channel to client drivers.
|
/linux-4.4.14/Documentation/gpio/ |
D | 00-INDEX | 13 - How to assign GPIOs to a consumer device and a function
|
D | driver.txt | 176 - Make sure to assign all relevant members of the struct gpio_chip so that
|
D | consumer.txt | 302 * value_array - an array of values to assign to the GPIOs
|
/linux-4.4.14/Documentation/vm/ |
D | zsmalloc.txt | 61 We assign a zspage to ZS_ALMOST_EMPTY fullness group when: 67 Similarly, we assign zspage to:
|
D | balance | 51 fancy, we could assign different weights to free pages in different
|
/linux-4.4.14/Documentation/cgroups/ |
D | 00-INDEX | 10 - documents the cpusets feature; assign CPUs and Mem to a set of tasks.
|
D | net_cls.txt | 7 The Traffic Controller (tc) can be used to assign
|
D | net_prio.txt | 15 This cgroup allows an administrator to assign a process to a group which defines
|
D | memory.txt | 31 to assign to a virtual machine instance.
|
/linux-4.4.14/drivers/staging/rtl8188eu/ |
D | TODO | 16 Perhaps delete it, perhaps assign to some local variable.
|
/linux-4.4.14/Documentation/devicetree/bindings/pci/ |
D | host-generic-pci.txt | 45 If '0', then Linux will assign devices in its usual manner, 46 otherwise it will not try to assign devices and instead use
|
/linux-4.4.14/Documentation/ |
D | IRQ.txt | 19 Architectures can assign additional meaning to the IRQ numbers, and
|
D | hwspinlock.txt | 38 - dynamically assign an hwspinlock and return its address, or NULL 45 - assign a specific hwspinlock id and return its address, or NULL 174 /* dynamically assign a hwspinlock */ 208 * assign a specific hwspinlock id - this should be called early
|
D | rfkill.txt | 83 assign the poll_hw_block() callback (then the rfkill core will poll the
|
D | rpmsg.txt | 184 dynamically assign them an available rpmsg address (drivers should have
|
D | vme_api.txt | 101 the core will assign a window that meets the requirements, returning a pointer
|
D | media-framework.txt | 134 media controller framework to assign an ID automatically. Drivers that provide
|
D | kmemcheck.txt | 663 bitfield. Additionally, this will assign the bitfield a name, which
|
D | IPMI.txt | 294 automatically assign the sequence number to the command and save the
|
D | kernel-parameters.txt | 2776 norom [X86] Do not assign address space to 2779 nobar [X86] Do not assign address space to the 2793 assign-busses [X86] Always assign all PCI bus
|
D | memory-barriers.txt | 1738 /* assign ownership */
|
/linux-4.4.14/drivers/hwtracing/intel_th/ |
D | intel_th.h | 126 int (*assign)(struct intel_th_device *thdev, member
|
D | core.c | 76 ret = hubdrv->assign(hub, thdev); in intel_th_probe()
|
D | gth.c | 688 .assign = intel_th_gth_assign,
|
/linux-4.4.14/arch/blackfin/mach-bf533/ |
D | Kconfig | 88 This applies to all the above. It is not recommended to assign the
|
/linux-4.4.14/Documentation/devicetree/bindings/bus/ |
D | brcm,bus-axi.txt | 12 BCM47xx/BCM53xx ARM SoCs. To assign IRQ numbers to the cores, provide
|
/linux-4.4.14/drivers/pnp/ |
D | Kconfig | 11 peripherals to be configured by software, e.g. assign IRQ's or other
|
/linux-4.4.14/arch/blackfin/mach-bf537/ |
D | Kconfig | 110 This applies to all the above. It is not recommended to assign the
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-rt-group.txt | 116 want to assign bandwidth to another group, reduce the root group's bandwidth 117 and assign some or all of the difference to another group. 119 Realtime group scheduling means you have to assign a portion of total CPU
|
/linux-4.4.14/Documentation/powerpc/ |
D | pci_iov_resource_on_powernv.txt | 83 need to ensure Linux doesn't assign anything there, the M32 logic 133 spaces or assign the remaining PE# to 32-bit only devices. 162 discover the BAR sizes and assign addresses for them. For VF devices, 164 discover sizes and assign addresses. The BARs in the VF's config space 201 and a 32MB BAR, we could use one M64 window to assign 1MB segments and 202 another M64 window to assign 32MB segments.
|
/linux-4.4.14/Documentation/leds/ |
D | leds-blinkm.txt | 33 assign triggers on each color.
|
/linux-4.4.14/arch/blackfin/mach-bf538/ |
D | Kconfig | 158 This applies to all the above. It is not recommended to assign the
|
/linux-4.4.14/Documentation/devicetree/bindings/i2c/ |
D | i2c.txt | 40 used by the device. I2C core will assign "irq" interrupt (or the very first
|
/linux-4.4.14/Documentation/i2c/muxes/ |
D | i2c-mux-gpio | 82 assign a dynamic ID to your device. If you do not know the absolute
|
/linux-4.4.14/Documentation/blockdev/ |
D | mflash.txt | 65 * should assign this */
|
/linux-4.4.14/Documentation/networking/ |
D | framerelay.txt | 12 how many DLCIs you want to assign to each Frame Relay Access Device (FRAD).
|
D | de4x5.txt | 60 line 5594 to reflect the I/O address you're using, or assign these when
|
D | pktgen.txt | 256 also assign /proc/irq/XX/smp_affinity so that the TX interrupts are bound
|
D | rxrpc.txt | 269 application then uses sendmsg to assign a tag to the new call. Once that 384 assign it a user ID. It should be associated with an RXRPC_USER_CALL_ID 807 This is used to accept an incoming call and to assign it a call ID. This
|
D | ppp_generic.txt | 288 an int which is the desired unit number if >= 0, or -1 to assign the
|
D | scaling.txt | 370 recorded. The goal of this mapping is usually to assign queues
|
D | arcnet.txt | 455 assign insight another special IP number from my private subnet. Since
|
D | ip-sysctl.txt | 1860 Ability to assign md5 or sha1 as the selected alg is predicated on the
|
/linux-4.4.14/drivers/isdn/hardware/eicon/ |
D | um_idi.c | 535 int assign = 0; in process_idi_request() local 576 assign = 1; in process_idi_request() 595 if (assign) { in process_idi_request()
|
D | io.c | 773 IoAdapter->e_tbl[e_no].next = (byte)IoAdapter->assign; in assign_queue() 774 IoAdapter->assign = e_no; in assign_queue() 786 for (e_no = (byte)IoAdapter->assign; in get_assign()
|
D | io.h | 196 word assign; /* list of pending ASSIGNs */ member
|
D | os_bri.c | 580 IoAdapter->assign = 0; in diva_bri_reset_adapter()
|
D | os_pri.c | 384 IoAdapter->assign = 0; in diva_pri_reset_adapter()
|
D | os_4bri.c | 883 Slave->assign = 0; in diva_4bri_reset_adapter()
|
/linux-4.4.14/arch/blackfin/mach-bf561/ |
D | Kconfig | 205 This applies to all the above. It is not recommended to assign the
|
/linux-4.4.14/net/ipx/ |
D | Kconfig | 42 "network" inside your box and to assign an IPX address to this
|
/linux-4.4.14/Documentation/devicetree/bindings/display/ti/ |
D | ti,omap-dss.txt | 38 The board dts file may define aliases for displays to assign "displayX" style
|
/linux-4.4.14/Documentation/acpi/ |
D | gpio-properties.txt | 66 once it has identified the device. Having done that, it can simply assign names
|
/linux-4.4.14/arch/blackfin/mach-bf609/include/mach/ |
D | irq.h | 307 u32 assign; member
|
/linux-4.4.14/net/l2tp/ |
D | Kconfig | 102 be used to assign an IP address to the local virtual
|
/linux-4.4.14/Documentation/locking/ |
D | rt-mutex.txt | 74 task [because at unlock time we always assign a new owner].
|
/linux-4.4.14/net/core/ |
D | net_namespace.c | 67 goto assign; in net_assign_generic() 88 assign: in net_assign_generic()
|
/linux-4.4.14/arch/blackfin/mach-bf518/ |
D | Kconfig | 312 This applies to all the above. It is not recommended to assign the
|
/linux-4.4.14/arch/blackfin/mach-bf548/include/mach/ |
D | irq.h | 442 u32 assign; member
|
/linux-4.4.14/arch/blackfin/mach-bf527/ |
D | Kconfig | 317 This applies to all the above. It is not recommended to assign the
|
/linux-4.4.14/include/uapi/linux/ |
D | btrfs.h | 463 __u64 assign; member
|
/linux-4.4.14/arch/x86/pci/ |
D | irq.c | 879 static int pcibios_lookup_irq(struct pci_dev *dev, int assign) in pcibios_lookup_irq() argument 951 if (!newirq && assign) { in pcibios_lookup_irq()
|
/linux-4.4.14/arch/blackfin/mach-bf548/ |
D | Kconfig | 375 This applies to all the above. It is not recommended to assign the
|
/linux-4.4.14/Documentation/RCU/ |
D | arrayRCU.txt | 152 One way to avoid this problem is to assign a seqlock for
|
D | whatisRCU.txt | 216 The updater uses this function to assign a new value to an
|
D | RTFP.txt | 1183 @unpublished{PaulEMcKenney2004rcu:assign:pointer
|
/linux-4.4.14/kernel/trace/ |
D | trace_events_trigger.c | 713 goto assign; in set_trigger_filter() 727 assign: in set_trigger_filter()
|
/linux-4.4.14/Documentation/s390/ |
D | 3270.txt | 230 assign this function to a PF key. To make PF7 cause job suspension, 245 PF11 rotates forward. You may assign the backward function to any PF
|
/linux-4.4.14/Documentation/aoe/ |
D | aoe.txt | 137 driver will assign a block device minor number to a discovered AoE
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-script-python.txt | 251 in Python i.e. with autovivifying hashes, you can assign nested hash 254 the intermediate hash levels and finally assign the value 1 to the 584 i.e. with autovivifying hashes, you can assign nested hash values
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | operations.txt | 158 If successful, both functions will assign the operation to the specified
|
/linux-4.4.14/drivers/net/wireless/ipw2x00/ |
D | Kconfig | 194 For a list of values you can assign to debug_level, you
|
/linux-4.4.14/Documentation/devicetree/bindings/memory-controllers/ |
D | ti-aemif.txt | 27 assign N-1 number for the control partition. The second
|
/linux-4.4.14/Documentation/input/ |
D | iforce-protocol.txt | 82 05 Direction of effect, if applicable. Else, see 02 for value to assign.
|
D | multi-touch-protocol.txt | 385 The process of finger tracking, i.e., to assign a unique trackingID to each
|
/linux-4.4.14/Documentation/serial/ |
D | rocket.txt | 87 You must assign and configure the I/O addresses used by the ISA Rocketport
|
D | moxa-smartio | 321 assign it within driver's source code. If you will not
|
/linux-4.4.14/Documentation/netlabel/ |
D | draft-ietf-cipso-ipsecurity-01.txt | 489 PORT_DOI - This parameter is used to assign a DOI identifier value to a 495 NET_DOI - This parameter is used to assign a DOI identifier value to a 501 HOST_DOI - This parameter is used to assign a DOI identifier value to a
|
/linux-4.4.14/Documentation/devicetree/bindings/media/ |
D | video-interfaces.txt | 55 and data-shift properties can be used to assign physical data lines to each
|
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/ |
D | pinctrl-bindings.txt | 70 pinctrl-names: The list of names to assign states. List entry 0 defines the
|
/linux-4.4.14/arch/tile/kernel/ |
D | perf_event.c | 55 int assign[TILE_MAX_COUNTERS]; member
|
/linux-4.4.14/Documentation/usb/ |
D | WUSB-Design-overview.txt | 309 the device. First we allocate a /fake port/ and assign an 402 called and we assign the status bits and release the xfer resources.
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | OSS-Emulation.txt | 104 For example, to assign the third MIDI device on the first card to
|
D | Audigy-mixer.txt | 261 Don't forget that it's illegal to assign a channel to the same FX-bus accumulator
|
D | SB-Live-mixer.txt | 284 Don't forget that it's illegal to assign a channel to the same FX-bus accumulator
|
D | ALSA-Configuration.txt | 112 - If nonnegative, assign that index number
|
/linux-4.4.14/Documentation/DocBook/ |
D | alsa-driver-api.xml.db | 176 API-snd-ac97-pcm-assign
|
D | device-drivers.xml.db | 1026 API-input-mt-assign-slots
|
/linux-4.4.14/scripts/ |
D | spelling.txt | 117 asign||assign
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 615 So, for example, you can assign a pty to each of the serial lines 964 Note that the IP address you assign to the host end of the tap device 965 must be different than the IP you assign to the eth device inside UML. 1020 specified on the command line, the driver will assign one based on the 1031 assign the device an IP address 1045 If you decide to assign the hardware address yourself, make sure that 1228 available tap device and assign an ethernet address to it based on its
|
/linux-4.4.14/Documentation/devicetree/bindings/thermal/ |
D | thermal.txt | 428 Thus, there is a need to assign each sensor provided by the bandgap IC
|
/linux-4.4.14/Documentation/security/ |
D | Smack.txt | 579 particular way and does not assume or assign accesses based on them. Some 710 smackfsroot=label: specifies the label to assign the root of the
|
D | keys.txt | 267 creation request. Tasks must be granted explicit permission to assign a
|
/linux-4.4.14/Documentation/crypto/ |
D | descore-readme.txt | 247 do the arithmetic, so i assign these to explicit `m' register variables
|
/linux-4.4.14/Documentation/kbuild/ |
D | modules.txt | 515 another module, you can assign a space separated list
|
/linux-4.4.14/Documentation/filesystems/ |
D | ext2.txt | 180 The inode allocation code tries to assign inodes which are in the same
|
D | xfs-delayed-logging-design.txt | 431 contexts, and as such it is simple to assign a sequence number to each 439 during the commit, we can assign the current checkpoint sequence. This allows
|
/linux-4.4.14/kernel/sched/ |
D | fair.c | 1343 goto assign; in task_numa_compare() 1363 goto assign; in task_numa_compare() 1386 assign: in task_numa_compare()
|
/linux-4.4.14/mm/ |
D | Kconfig | 153 bool "Enable to assign a node which has only movable memory"
|
/linux-4.4.14/Documentation/PCI/ |
D | MSI-HOWTO.txt | 243 should assign interrupts; it is invalid to fill in two entries with the
|
/linux-4.4.14/Documentation/isdn/ |
D | README | 419 don't give an interface name to addif, the kernel will assign a name
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | debug-mmrs.c | 341 __PINT(ASSIGN, assign); in bfin_debug_mmrs_pint()
|
/linux-4.4.14/drivers/gpio/ |
D | Kconfig | 680 use, and assign numbers to the GPIOs they expose. Those GPIOs
|
/linux-4.4.14/net/netfilter/ |
D | Kconfig | 1030 This match allows you to test and assign userspace-defined labels names
|
/linux-4.4.14/Documentation/video4linux/ |
D | vivid.txt | 158 This will attempt to assign /dev/video2 for the video capture device of
|
/linux-4.4.14/fs/btrfs/ |
D | ioctl.c | 4937 if (sa->assign) { in btrfs_ioctl_qgroup_assign()
|
/linux-4.4.14/drivers/staging/speakup/ |
D | spkguide.txt | 901 Speakup has the capability of allowing you to assign or "map" keys to
|