Home
last modified time | relevance | path

Searched refs:assign (Results 1 – 117 of 117) sorted by relevance

/linux-4.1.27/arch/mips/vr41xx/common/
Dicu.c477 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.1.27/arch/x86/crypto/sha-mb/
Dsha1_mb_mgr_datastruct.S73 #%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.1.27/include/trace/
Ddefine_trace.h26 #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
Dftrace.h59 #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 …]
/linux-4.1.27/Documentation/x86/x86_64/
Dfake-numa-for-cpusets7 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
Dboot-options.txt177 pci=assign-busses Assign busses
/linux-4.1.27/drivers/pinctrl/
Dpinctrl-adi2.c100 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()
807 static int adi_pint_map_port(struct gpio_pint *pint, bool assign, u8 map, in adi_pint_map_port() argument
823 if (assign) { in adi_pint_map_port()
825 writel((readl(&regs->assign) & 0xFFFF) | map_mask, in adi_pint_map_port()
826 &regs->assign); in adi_pint_map_port()
828 writel((readl(&regs->assign) & 0xFFFF0000) | map_mask, in adi_pint_map_port()
829 &regs->assign); in adi_pint_map_port()
[all …]
/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event.c796 int wmin, int wmax, int gpmax, int *assign) in perf_assign_events() argument
805 if (assign) in perf_assign_events()
806 assign[sched.state.event] = sched.state.counter; in perf_assign_events()
813 int x86_schedule_events(struct cpu_hw_events *cpuc, int n, int *assign) in x86_schedule_events() argument
855 if (assign) in x86_schedule_events()
856 assign[i] = hwc->idx; in x86_schedule_events()
878 wmax, gpmax, assign); in x86_schedule_events()
891 if (!unsched && assign) { in x86_schedule_events()
896 x86_pmu.commit_scheduling(cpuc, i, assign[i]); in x86_schedule_events()
900 if (!assign || unsched) { in x86_schedule_events()
[all …]
Dperf_event_intel_uncore.c358 static int uncore_assign_events(struct intel_uncore_box *box, int assign[], int n) in uncore_assign_events() argument
392 if (assign) in uncore_assign_events()
393 assign[i] = hwc->idx; in uncore_assign_events()
398 wmin, wmax, n, assign); in uncore_assign_events()
400 if (!assign || ret) { in uncore_assign_events()
464 int assign[UNCORE_PMC_IDX_MAX]; in uncore_pmu_event_add() local
478 ret = uncore_assign_events(box, assign, n); in uncore_pmu_event_add()
487 if (hwc->idx == assign[i] && in uncore_pmu_event_add()
488 hwc->last_tag == box->tags[assign[i]]) in uncore_pmu_event_add()
505 if (hwc->idx != assign[i] || in uncore_pmu_event_add()
[all …]
Dperf_event.h177 int assign[X86_PMC_IDX_MAX]; /* event to counter assignment */ member
504 int (*schedule_events)(struct cpu_hw_events *cpuc, int n, int *assign);
731 int wmin, int wmax, int gpmax, int *assign);
732 int x86_schedule_events(struct cpu_hw_events *cpuc, int n, int *assign);
Dperf_event_p4.c1206 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.1.27/drivers/gpu/drm/omapdrm/
Dtcm-sita.c138 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()
Dtcm-sita.h87 void assign(struct tcm_area *a, u16 x0, u16 y0, u16 x1, u16 y1) in assign() function
/linux-4.1.27/include/linux/
Dtracepoint.h460 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) argument
472 #define TRACE_EVENT(name, proto, args, struct, assign, print) \ argument
475 assign, print, reg, unreg) \ argument
478 struct, assign, print) \ argument
/linux-4.1.27/Documentation/spi/
Dspidev84 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
Dspi-summary502 you can't just assign them, then provide a negative bus number. That will
/linux-4.1.27/Documentation/gpio/
D00-INDEX10 - How to assign GPIOs to a consumer device and a function
Ddriver.txt132 - Make sure to assign all relevant members of the struct gpio_chip so that
Dconsumer.txt266 * value_array - an array of values to assign to the GPIOs
/linux-4.1.27/Documentation/vm/
Dzsmalloc.txt61 We assign a zspage to ZS_ALMOST_EMPTY fullness group when:
67 Similarly, we assign zspage to:
Dbalance49 fancy, we could assign different weights to free pages in different
/linux-4.1.27/Documentation/devicetree/bindings/mailbox/
Dmailbox.txt4 assign appropriate mailbox channel to client drivers.
/linux-4.1.27/Documentation/cgroups/
D00-INDEX10 - documents the cpusets feature; assign CPUs and Mem to a set of tasks.
Dnet_cls.txt7 The Traffic Controller (tc) can be used to assign
Dnet_prio.txt15 This cgroup allows an administrator to assign a process to a group which defines
Dmemory.txt31 to assign to a virtual machine instance.
/linux-4.1.27/Documentation/devicetree/bindings/pci/
Dhost-generic-pci.txt44 If '0', then Linux will assign devices in its usual manner,
45 otherwise it will not try to assign devices and instead use
/linux-4.1.27/drivers/staging/rtl8188eu/
DTODO16 Perhaps delete it, perhaps assign to some local variable.
/linux-4.1.27/Documentation/
DIRQ.txt19 Architectures can assign additional meaning to the IRQ numbers, and
Dhwspinlock.txt38 - dynamically assign an hwspinlock and return its address, or NULL
45 - assign a specific hwspinlock id and return its address, or NULL
164 /* dynamically assign a hwspinlock */
198 * assign a specific hwspinlock id - this should be called early
Drfkill.txt83 assign the poll_hw_block() callback (then the rfkill core will poll the
Dvme_api.txt101 the core will assign a window that meets the requirements, returning a pointer
Drpmsg.txt184 dynamically assign them an available rpmsg address (drivers should have
Dmedia-framework.txt134 media controller framework to assign an ID automatically. Drivers that provide
Dkmemcheck.txt663 bitfield. Additionally, this will assign the bitfield a name, which
DIPMI.txt294 automatically assign the sequence number to the command and save the
Dkernel-parameters.txt2699 norom [X86] Do not assign address space to
2702 nobar [X86] Do not assign address space to the
2716 assign-busses [X86] Always assign all PCI bus
Dmemory-barriers.txt1719 /* assign ownership */
/linux-4.1.27/arch/blackfin/mach-bf533/
DKconfig88 This applies to all the above. It is not recommended to assign the
/linux-4.1.27/drivers/pnp/
DKconfig11 peripherals to be configured by software, e.g. assign IRQ's or other
/linux-4.1.27/arch/blackfin/mach-bf537/
DKconfig110 This applies to all the above. It is not recommended to assign the
/linux-4.1.27/Documentation/devicetree/bindings/bus/
Dbrcm,bus-axi.txt12 BCM47xx/BCM53xx ARM SoCs. To assign IRQ numbers to the cores, provide
/linux-4.1.27/Documentation/scheduler/
Dsched-rt-group.txt116 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.1.27/Documentation/powerpc/
Dpci_iov_resource_on_powernv.txt83 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.1.27/Documentation/leds/
Dleds-blinkm.txt33 assign triggers on each color.
/linux-4.1.27/arch/blackfin/mach-bf538/
DKconfig158 This applies to all the above. It is not recommended to assign the
/linux-4.1.27/Documentation/i2c/muxes/
Di2c-mux-gpio82 assign a dynamic ID to your device. If you do not know the absolute
/linux-4.1.27/Documentation/blockdev/
Dmflash.txt65 * should assign this */
/linux-4.1.27/Documentation/networking/
Dframerelay.txt12 how many DLCIs you want to assign to each Frame Relay Access Device (FRAD).
Dde4x5.txt60 line 5594 to reflect the I/O address you're using, or assign these when
Dpktgen.txt217 also assign /proc/irq/XX/smp_affinity so that the TX interrupts are bound
Drxrpc.txt269 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
Dppp_generic.txt288 an int which is the desired unit number if >= 0, or -1 to assign the
Dscaling.txt370 recorded. The goal of this mapping is usually to assign queues
Darcnet.txt455 assign insight another special IP number from my private subnet. Since
Dip-sysctl.txt1774 Ability to assign md5 or sha1 as the selected alg is predicated on the
/linux-4.1.27/drivers/isdn/hardware/eicon/
Dum_idi.c535 int assign = 0; in process_idi_request() local
576 assign = 1; in process_idi_request()
595 if (assign) { in process_idi_request()
Dio.c773 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()
Dio.h196 word assign; /* list of pending ASSIGNs */ member
Dos_bri.c580 IoAdapter->assign = 0; in diva_bri_reset_adapter()
Dos_pri.c384 IoAdapter->assign = 0; in diva_pri_reset_adapter()
Dos_4bri.c883 Slave->assign = 0; in diva_4bri_reset_adapter()
/linux-4.1.27/arch/blackfin/mach-bf561/
DKconfig205 This applies to all the above. It is not recommended to assign the
/linux-4.1.27/net/ipx/
DKconfig42 "network" inside your box and to assign an IPX address to this
/linux-4.1.27/Documentation/devicetree/bindings/video/
Dti,omap-dss.txt38 The board dts file may define aliases for displays to assign "displayX" style
/linux-4.1.27/arch/blackfin/mach-bf609/include/mach/
Dirq.h307 u32 assign; member
/linux-4.1.27/Documentation/locking/
Drt-mutex.txt74 task [because at unlock time we always assign a new owner].
/linux-4.1.27/Documentation/acpi/
Dgpio-properties.txt66 once it has identified the device. Having done that, it can simply assign names
/linux-4.1.27/net/l2tp/
DKconfig102 be used to assign an IP address to the local virtual
/linux-4.1.27/net/core/
Dnet_namespace.c67 goto assign; in net_assign_generic()
88 assign: in net_assign_generic()
/linux-4.1.27/arch/blackfin/mach-bf518/
DKconfig312 This applies to all the above. It is not recommended to assign the
/linux-4.1.27/arch/blackfin/mach-bf527/
DKconfig317 This applies to all the above. It is not recommended to assign the
/linux-4.1.27/include/uapi/linux/
Dbtrfs.h438 __u64 assign; member
/linux-4.1.27/Documentation/RCU/
DarrayRCU.txt140 One way to avoid this problem is to assign a seqlock for
DwhatisRCU.txt216 The updater uses this function to assign a new value to an
DRTFP.txt1183 @unpublished{PaulEMcKenney2004rcu:assign:pointer
/linux-4.1.27/arch/blackfin/mach-bf548/include/mach/
Dirq.h442 u32 assign; member
/linux-4.1.27/arch/x86/pci/
Dirq.c878 static int pcibios_lookup_irq(struct pci_dev *dev, int assign) in pcibios_lookup_irq() argument
950 if (!newirq && assign) { in pcibios_lookup_irq()
/linux-4.1.27/arch/blackfin/mach-bf548/
DKconfig375 This applies to all the above. It is not recommended to assign the
/linux-4.1.27/kernel/trace/
Dtrace_events_trigger.c713 goto assign; in set_trigger_filter()
727 assign: in set_trigger_filter()
/linux-4.1.27/Documentation/s390/
D3270.txt230 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.1.27/Documentation/aoe/
Daoe.txt137 driver will assign a block device minor number to a discovered AoE
/linux-4.1.27/tools/perf/Documentation/
Dperf-script-python.txt251 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.1.27/drivers/net/wireless/ipw2x00/
DKconfig194 For a list of values you can assign to debug_level, you
/linux-4.1.27/Documentation/filesystems/caching/
Doperations.txt158 If successful, both functions will assign the operation to the specified
/linux-4.1.27/Documentation/devicetree/bindings/memory-controllers/
Dti-aemif.txt27 assign N-1 number for the control partition. The second
/linux-4.1.27/Documentation/input/
Diforce-protocol.txt82 05 Direction of effect, if applicable. Else, see 02 for value to assign.
Dmulti-touch-protocol.txt385 The process of finger tracking, i.e., to assign a unique trackingID to each
/linux-4.1.27/Documentation/serial/
Drocket.txt87 You must assign and configure the I/O addresses used by the ISA Rocketport
Dmoxa-smartio321 assign it within driver's source code. If you will not
/linux-4.1.27/Documentation/netlabel/
Ddraft-ietf-cipso-ipsecurity-01.txt489 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.1.27/Documentation/devicetree/bindings/pinctrl/
Dpinctrl-bindings.txt70 pinctrl-names: The list of names to assign states. List entry 0 defines the
/linux-4.1.27/arch/tile/kernel/
Dperf_event.c55 int assign[TILE_MAX_COUNTERS]; member
/linux-4.1.27/Documentation/devicetree/bindings/media/
Dvideo-interfaces.txt55 and data-shift properties can be used to assign physical data lines to each
/linux-4.1.27/Documentation/usb/
DWUSB-Design-overview.txt309 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.1.27/Documentation/sound/alsa/
DOSS-Emulation.txt104 For example, to assign the third MIDI device on the first card to
DSB-Live-mixer.txt284 Don't forget that it's illegal to assign a channel to the same FX-bus accumulator
DAudigy-mixer.txt261 Don't forget that it's illegal to assign a channel to the same FX-bus accumulator
DALSA-Configuration.txt112 - If nonnegative, assign that index number
/linux-4.1.27/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt615 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.1.27/Documentation/security/
DSmack.txt544 particular way and does not assume or assign accesses based on them. Some
675 smackfsroot=label: specifies the label to assign the root of the
Dkeys.txt267 creation request. Tasks must be granted explicit permission to assign a
/linux-4.1.27/Documentation/devicetree/bindings/thermal/
Dthermal.txt420 Thus, there is a need to assign each sensor provided by the bandgap IC
/linux-4.1.27/Documentation/kbuild/
Dmodules.txt515 another module, you can assign a space separated list
/linux-4.1.27/Documentation/crypto/
Ddescore-readme.txt247 do the arithmetic, so i assign these to explicit `m' register variables
/linux-4.1.27/Documentation/filesystems/
Dext2.txt180 The inode allocation code tries to assign inodes which are in the same
Dxfs-delayed-logging-design.txt431 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.1.27/mm/
DKconfig153 bool "Enable to assign a node which has only movable memory"
/linux-4.1.27/kernel/sched/
Dfair.c1348 goto assign; in task_numa_compare()
1368 goto assign; in task_numa_compare()
1391 assign: in task_numa_compare()
/linux-4.1.27/Documentation/PCI/
DMSI-HOWTO.txt243 should assign interrupts; it is invalid to fill in two entries with the
/linux-4.1.27/Documentation/isdn/
DREADME419 don't give an interface name to addif, the kernel will assign a name
/linux-4.1.27/arch/blackfin/kernel/
Ddebug-mmrs.c341 __PINT(ASSIGN, assign); in bfin_debug_mmrs_pint()
/linux-4.1.27/drivers/gpio/
DKconfig631 use, and assign numbers to the GPIOs they expose. Those GPIOs
/linux-4.1.27/net/netfilter/
DKconfig1014 This match allows you to test and assign userspace-defined labels names
/linux-4.1.27/Documentation/video4linux/
Dvivid.txt158 This will attempt to assign /dev/video2 for the video capture device of
/linux-4.1.27/fs/btrfs/
Dioctl.c4772 if (sa->assign) { in btrfs_ioctl_qgroup_assign()
/linux-4.1.27/drivers/staging/speakup/
Dspkguide.txt901 Speakup has the capability of allowing you to assign or "map" keys to