Home
last modified time | relevance | path

Searched refs:requested (Results 1 – 200 of 227) sorted by relevance

12

/linux-4.1.27/security/selinux/include/
Davc.h56 u32 requested; member
68 static inline u32 avc_audit_required(u32 requested, in avc_audit_required() argument
75 denied = requested & ~avd->allowed; in avc_audit_required()
97 audited = denied = requested; in avc_audit_required()
99 audited = requested & avd->auditallow; in avc_audit_required()
105 u32 requested, u32 audited, u32 denied, int result,
130 u16 tclass, u32 requested, in avc_audit() argument
136 audited = avc_audit_required(requested, avd, result, 0, &denied); in avc_audit()
140 requested, audited, denied, result, in avc_audit()
146 u16 tclass, u32 requested,
[all …]
/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp4/
Dmdp4_lvds_connector.c75 long actual, requested; in mdp4_lvds_connector_mode_valid() local
77 requested = 1000 * mode->clock; in mdp4_lvds_connector_mode_valid()
78 actual = mdp4_lcdc_round_pixclk(encoder, requested); in mdp4_lvds_connector_mode_valid()
80 DBG("requested=%ld, actual=%ld", requested, actual); in mdp4_lvds_connector_mode_valid()
82 if (actual != requested) in mdp4_lvds_connector_mode_valid()
/linux-4.1.27/drivers/staging/unisys/visorutil/
Dmemregion_direct.c32 BOOL requested; member
89 memregion->requested = FALSE; in visor_memregion_create_overlapped()
101 memregion->requested = FALSE; in mapit()
103 memregion->requested = TRUE; in mapit()
117 if (memregion->requested) { in unmapit()
120 memregion->requested = FALSE; in unmapit()
/linux-4.1.27/drivers/gpu/drm/msm/edp/
Dedp_connector.c73 long actual, requested; in edp_connector_mode_valid() local
75 requested = 1000 * mode->clock; in edp_connector_mode_valid()
77 requested, edp_connector->edp->encoder); in edp_connector_mode_valid()
79 DBG("requested=%ld, actual=%ld", requested, actual); in edp_connector_mode_valid()
80 if (actual != requested) in edp_connector_mode_valid()
/linux-4.1.27/fs/gfs2/
Dtrans.h31 static inline unsigned int gfs2_rg_blocks(const struct gfs2_inode *ip, unsigned requested) in gfs2_rg_blocks() argument
33 if (requested < ip->i_rgd->rd_length) in gfs2_rg_blocks()
34 return requested + 1; in gfs2_rg_blocks()
Daops.c647 unsigned requested = 0; in gfs2_write_begin() local
674 requested = data_blocks + ind_blocks; in gfs2_write_begin()
675 ap.target = requested; in gfs2_write_begin()
693 rblocks += gfs2_rg_blocks(ip, requested); in gfs2_write_begin()
/linux-4.1.27/security/selinux/
Davc.c455 u32 requested, u32 audited, u32 denied, int result, in slow_avc_audit() argument
479 sad.requested = requested; in slow_avc_audit()
677 u16 tclass, u32 requested, in avc_denied() argument
687 avc_update_node(AVC_CALLBACK_GRANT, requested, ssid, in avc_denied()
714 u16 tclass, u32 requested, in avc_has_perm_noaudit() argument
722 BUG_ON(!requested); in avc_has_perm_noaudit()
732 denied = requested & ~(avd->allowed); in avc_has_perm_noaudit()
734 rc = avc_denied(ssid, tsid, tclass, requested, flags, avd); in avc_has_perm_noaudit()
757 u32 requested, struct common_audit_data *auditdata) in avc_has_perm() argument
762 rc = avc_has_perm_noaudit(ssid, tsid, tclass, requested, 0, &avd); in avc_has_perm()
[all …]
DKconfig84 that determines whether SELinux checks the protection requested
90 default to checking the protection requested by the application.
/linux-4.1.27/tools/usb/ffs-aio-example/multibuff/device_app/
Daio_multibuff.c148 unsigned requested; member
215 iobuf->requested = 0; in init_bufs()
328 if (iobuf[i].requested) in main()
342 iobuf[i].requested = ret; in main()
363 iobuf[actual].requested -= ret; in main()
366 if (!iobuf[actual].requested) in main()
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-class-devfreq38 the requested polling interval of the corresponding devfreq
63 sets the requested frequency for the devfreq object if
87 the minimum frequency requested by users. It is 0 if
89 frequency requested by governors.
96 the maximum frequency requested by users. It is 0 if
98 frequency requested by governors and min_freq.
Dsysfs-platform-kim11 dameon and opens the device when install is requested.
23 daemon when the ldisc install is requested.
Dsysfs-devices-system-cpu214 limits for the P-state that will be requested by the
217 max_perf_pct: limits the maximum P state that will be requested by
220 min_perf_pct: limits the minimum P state that will be requested by
Dsysfs-driver-ppi46 a requested operation. The format is "<action num>: <action
Dsysfs-wusb_cbaf20 this host is requested.
Dsysfs-class-cxl14 requested by userspace. The default on probe is the maximum
Dsysfs-bus-iio556 Note the driver will assume the last p events requested are
558 depending on the exact set requested. So if you want to be
610 Note the driver will assume the last p events requested are
612 vary depending on the exact set requested. So if you want to be
1289 Blocking read will wait until the minimum between the requested
Dsysfs-class-regulator235 requested_microamps. This holds the total requested load
/linux-4.1.27/Documentation/blackfin/
Dbfin-gpio-notes.txt47 Once a pin is requested, it can't be requested again before it is freed by
55 - Kernel permit the identical GPIO be requested both as GPIO and GPIO
68 - Kernel permit the identical GPIO be requested from the same driver twice.
/linux-4.1.27/arch/powerpc/sysdev/
Dfsl_gtm.c100 if (!gtm->timers[i].requested) { in gtm_get_timer16()
101 gtm->timers[i].requested = true; in gtm_get_timer16()
136 if (gtm->timers[timer].requested) in gtm_get_specific_timer16()
140 ret->requested = true; in gtm_get_specific_timer16()
160 tmr->requested = false; in gtm_put_timer16()
/linux-4.1.27/Documentation/devicetree/bindings/spmi/
Dqcom,spmi-pmic-arb.txt39 cell 1: slave ID for the requested interrupt (0-15)
40 cell 2: peripheral ID for requested interrupt (0-255)
41 cell 3: the requested peripheral interrupt (0-7)
/linux-4.1.27/drivers/gpu/drm/msm/hdmi/
Dhdmi_connector.c360 long actual, requested; in hdmi_connector_mode_valid() local
362 requested = 1000 * mode->clock; in hdmi_connector_mode_valid()
364 requested, hdmi_connector->hdmi->encoder); in hdmi_connector_mode_valid()
373 DBG("requested=%ld, actual=%ld", requested, actual); in hdmi_connector_mode_valid()
375 if (actual != requested) in hdmi_connector_mode_valid()
/linux-4.1.27/Documentation/devicetree/bindings/mfd/
Datmel-hlcdc.txt7 - clock-names: the name of the 3 clocks requested by the HLCDC device.
9 - clocks: should contain the 3 clocks requested by the HLCDC device.
/linux-4.1.27/scripts/coccinelle/misc/
Dirqf_oneshot.cocci82 msg = "ERROR: Threaded IRQ with no primary handler requested without IRQF_ONESHOT"
88 msg = "ERROR: Threaded IRQ with no primary handler requested without IRQF_ONESHOT"
/linux-4.1.27/Documentation/cpu-freq/
Dpcc-cpufreq.txt55 the requested frequency. If the request for the target frequency could not be
91 responsible for delivering the requested performance.
118 to deliver the requested processor performance
157 frequency, within limits, requested by the governor. A frequency does not have
170 conditions are met the BIOS can achieve a slightly higher speed than requested
201 to ensure that the same frequency is requested of all dependent CPUs.
Dintel-pstate.txt28 max_perf_pct: limits the maximum P state that will be requested by
33 min_perf_pct: limits the minimum P state that will be requested by
/linux-4.1.27/Documentation/w1/
Dw1.netlink9 is found either due to automatic or requested search.
131 requested by the user, i.e. read/write/touch IO requests will not contain
159 When found, master device (requested or those one on where slave device
160 is found) is locked. If slave command is requested, then reset/select
163 Then all requested in w1_netlink_msg operations are performed one by one.
/linux-4.1.27/drivers/gpu/drm/msm/dsi/
Ddsi_manager.c254 long actual, requested; in dsi_mgr_connector_mode_valid() local
257 requested = 1000 * mode->clock; in dsi_mgr_connector_mode_valid()
258 actual = kms->funcs->round_pixclk(kms, requested, encoder); in dsi_mgr_connector_mode_valid()
260 DBG("requested=%ld, actual=%ld", requested, actual); in dsi_mgr_connector_mode_valid()
261 if (actual != requested) in dsi_mgr_connector_mode_valid()
/linux-4.1.27/arch/powerpc/include/asm/
Dfsl_gtm.h27 bool requested; member
/linux-4.1.27/drivers/gpu/host1x/
Dsyncpt.c40 if (!bases[i].requested) in host1x_syncpt_base_request()
46 bases[i].requested = true; in host1x_syncpt_base_request()
53 base->requested = false; in host1x_syncpt_base_free()
Dsyncpt.h36 bool requested; member
/linux-4.1.27/fs/nfsd/
Dnfsfh.c62 nfsd_mode_check(struct svc_rqst *rqstp, umode_t mode, umode_t requested) in nfsd_mode_check() argument
66 if (requested == 0) /* the caller doesn't care */ in nfsd_mode_check()
68 if (mode == requested) in nfsd_mode_check()
76 if (requested == S_IFDIR) in nfsd_mode_check()
/linux-4.1.27/arch/arm/mach-omap1/
Dams-delta-fiq-handler.S109 ldr r10, [r12, #IRQ_SIR_FIQ_REG_OFFSET] @ get requested interrupt number
135 orr r11, r11, r13 @ mask all requested interrupts
222 hksw: @Is hook switch interrupt requested?
/linux-4.1.27/drivers/net/can/softing/
Dsofting_main.c437 } else if (card->irq.requested && !enable) { in softing_enable_irq()
439 card->irq.requested = 0; in softing_enable_irq()
440 } else if (!card->irq.requested && enable) { in softing_enable_irq()
452 card->irq.requested = 1; in softing_enable_irq()
466 if (card->irq.requested && card->irq.nr) { in softing_card_shutdown()
468 card->irq.requested = 0; in softing_card_shutdown()
Dsofting.h52 int requested; member
/linux-4.1.27/Documentation/video4linux/
Dsh_mobile_ceu_camera.txt75 3. Calculate new combined scales from "effective" input window to requested user
105 10. Use CEU scaling to scale to the requested user window:
Domap3isp.txt224 module's data output depends on the requested configuration. Although the
232 The internal buffer size allocation considers the requested configuration's
242 data. After a configuration is requested, the config_counter returned to user
245 buffer is requested, this config_counter is used to match a buffer data and a
Dsoc-camera.txt158 configure camera drivers to produce the FOURCC format, requested by the user,
Duvcvideo.txt136 The requested offset and size would overflow the UVC control.
Dvideobuf196 if they are needed to satisfy the count requested by the application. A
DZoran431 a safe bet. Personally, I think I would have lowered requested-bits-per-block
/linux-4.1.27/Documentation/
Dxillybus.txt157 has been requested by a read() call. On synchronous pipes, only the amount
158 of data requested by a read() call is transmitted.
166 that read() or write() completes less bytes than requested. There is a
214 applies) may return with less than the requested number of bytes. The common
354 since large continuous physical memory segments are sometimes requested,
359 buffer size in the IDT. If a requested buffer is larger or equal to a page,
360 the necessary number of pages is requested from the kernel, and these are
361 used for this buffer. If the requested buffer is smaller than a page, one
362 single page is requested from the kernel, and that page is partially used.
364 into that page. It can be shown that all pages requested from the kernel
Dio-mapping.txt71 map_atomic and map functions add the requested offset to the base of the
Dvgaarbiter.txt124 resources as locked. If the resources requested are "normal" (and not legacy)
129 forwarding on P2P bridges if necessary, so that the requested resources can
Diostats.txt121 This is the total number of sectors requested to be read from this
126 This is the total number of sectors requested to be written to
Dpwm.txt43 After being requested, a PWM has to be configured using:
Dpadata.txt147 the CPU requested in the initial call to padata_do_parallel(); it, too, is
Dunaligned-memory-access.txt59 silently perform a different memory access to the one that was requested,
Dmd.txt496 check - A full check of redundancy was requested and is
501 similar to 'resync', but was requested by the
Doops-tracing.txt251 7: 'U' if a user or user application specifically requested that the
Dvme_api.txt100 such any combination of the attributes can be requested for a single window,
Dmedia-framework.txt293 The flags argument contains the requested new link flags.
Dpinctrl.txt567 whether or not the requested function can actually be allowed, and in case it
568 is possible to perform the requested mux setting, poke the hardware so that
1276 requested pinctrl handles, for example if the pinctrl driver has not yet
Ddma-buf-sharing.txt224 buffer-user device as requested, dma_buf_attach() would return an error to
/linux-4.1.27/drivers/iio/common/hid-sensors/
DKconfig23 Triggers will be send if all requested attributes were read.
/linux-4.1.27/drivers/w1/
DKconfig24 either due to automatic or requested search.
/linux-4.1.27/drivers/cdrom/
Dcdrom.c1561 u_char * curr, u_char requested) in sanitize_format() argument
1563 if (*curr == requested) in sanitize_format()
1565 if (requested == CDROM_LBA) { in sanitize_format()
1576 *curr = requested; in sanitize_format()
2593 u8 requested, back; in cdrom_ioctl_get_subchnl() local
2601 requested = q.cdsc_format; in cdrom_ioctl_get_subchnl()
2602 if (requested != CDROM_MSF && requested != CDROM_LBA) in cdrom_ioctl_get_subchnl()
2611 sanitize_format(&q.cdsc_absaddr, &back, requested); in cdrom_ioctl_get_subchnl()
2612 sanitize_format(&q.cdsc_reladdr, &q.cdsc_format, requested); in cdrom_ioctl_get_subchnl()
3017 u_char requested, back; in mmc_ioctl_cdrom_subchannel() local
[all …]
/linux-4.1.27/Documentation/devicetree/bindings/drm/msm/
Dgpu.txt18 - qcom,gpu-freq: requested gpu clock speed
/linux-4.1.27/drivers/acpi/
Dpci_root.c428 u32 support, control, requested; in negotiate_os_control() local
490 requested = control; in negotiate_os_control()
505 decode_osc_control(root, "OS requested", requested); in negotiate_os_control()
/linux-4.1.27/fs/cifs/
Dsess.c483 select_sectype(struct TCP_Server_Info *server, enum securityEnum requested) in select_sectype() argument
487 switch (requested) { in select_sectype()
490 return requested; in select_sectype()
503 switch (requested) { in select_sectype()
506 return requested; in select_sectype()
517 switch (requested) { in select_sectype()
519 return requested; in select_sectype()
Dcifsproto.h128 enum securityEnum requested);
/linux-4.1.27/Documentation/devicetree/bindings/usb/
Dsamsung-usbphy.txt18 - clock-names: names of clock correseponding IDs clock property as requested
80 as requested by the controller driver.
/linux-4.1.27/Documentation/w1/masters/
Dds249035 command and slave rom id prepended to the front of the requested
47 detail, but my observation is if fewer bytes are requested than are
/linux-4.1.27/drivers/scsi/fnic/
Dfnic_isr.c162 if (fnic->msix[i].requested) in fnic_free_intr()
224 fnic->msix[i].requested = 1; in fnic_request_intr()
Dfnic.h182 int requested; member
/linux-4.1.27/Documentation/filesystems/
Dnilfs2.txt100 NILFS_IOCTL_GET_CPINFO Return info about requested checkpoints. This
108 NILFS_IOCTL_GET_SUINFO Return segment usage info about requested
113 NILFS_IOCTL_SET_SUINFO Modify segment usage info of requested
132 environment of requested parameters from
Dspufs.txt77 If a count smaller than four is requested, read returns -1 and
91 If a count smaller than four is requested, read returns -1 and
112 four is requested, write returns -1 and sets errno to EINVAL. If there
138 If a count smaller than four is requested, read returns -1 and
198 If a count smaller than four is requested, read returns -1 and
204 If a count smaller than four is requested, write returns -1 and
220 If a count smaller than four is requested, read returns -1 and
226 If a count smaller than four is requested, write returns -1 and
Dautomount-support.txt4 requested. The latter can also be requested by userspace.
Ddax.txt35 number of bytes being requested. The function should return the number
Dfiemap.txt70 allocated is less than would be required to map the requested range,
74 complete the requested range and will not have the FIEMAP_EXTENT_LAST
Dqnx6.txt170 time or a filesystem sync is requested), serial of the previously inactive
Dafs.txt122 culled first. If all are culled, then the requested volume will also be
Dautofs4-mount-control.txt248 and sets the requested version number in structure field arg1. These
346 requested by setting the arg1 field to 1. If no expire candidates can
Doverlayfs.txt73 Then whenever a lookup is requested in such a merged directory, the
Dgfs2-glocks.txt157 the lock is exclusive, i.e. a lock demotion (b) the requested
Dcoda.txt408 requested from Venus. There are approximately 30 upcalls at present
605 a directory entry. The directory entry requested carries name name
Dvfs.txt157 The mount() method must return the root dentry of the tree requested by
651 requested.
/linux-4.1.27/Documentation/gpio/
Ddriver.txt62 requested as GPIOs. They can use gpiochip_is_requested(), which returns either
63 NULL or the label associated with that GPIO when it was requested.
158 Input GPIOs can be used as IRQ signals. When this happens, a driver is requested
187 Descriptors requested with gpiochip_request_own_desc() must be released with
Dsysfs.txt49 for GPIO #19, if that's not requested by kernel code.
123 requested using gpio_request():
Dconsumer.txt29 device that will use the GPIO and the function the requested GPIO is supposed to
59 instead of -ENOENT if no GPIO has been assigned to the requested function:
85 assigned to the requested function:
Dgpio-legacy.txt149 requested already. That compatibility is being removed from the optional
550 requested as GPIOs. They can use gpiochip_is_requested(), which returns
551 either NULL or the label associated with that GPIO when it was requested.
668 for GPIO #19, if that's not requested by kernel code.
742 requested using gpio_request():
/linux-4.1.27/drivers/scsi/libfc/
Dfc_disc.c228 disc->requested = 1; in fc_disc_restart()
281 if (disc->requested) { in fc_disc_done()
365 disc->requested = 0; in fc_disc_gpn_ft_req()
/linux-4.1.27/Documentation/networking/
Dtimestamping.txt62 requested by a particular socket, such as when receive timestamping is
358 the requested fine-grained filtering for incoming packets is not
359 supported, the driver may time stamp more than just the requested types
364 requested packets cannot be time stamped, then nothing should be
402 /* return value: time stamp all packets requested plus some others */
435 - If this is possible for the skb and requested, then declare
446 as possible. skb_tx_timestamp() provides a software time stamp if requested
Dnetdev-features.txt35 4. netdev->wanted_features set contains feature set requested by user.
55 2. user requested changes in features state
D3c509.txt175 0x40 The driver has requested an interrupt
186 0x40 Tx interrupt requested.
Dnfc.txt98 All polling operations requested through one netlink socket are stopped when
Dnetdev-FAQ.txt181 it is requested that you make it look like this:
196 A: No. The current netdev maintainer has consistently requested that people
Dxfrm_sync.txt143 The threshold TLVs will be included if explicitly requested in
Dlapb-module.txt207 being requested by a call to lapb_connect_request (see above). The reason is
Drxrpc.txt139 requested, the server then issues a "challenge" and then the client
152 been received but may yet be discarded and re-requested. The sender may
882 requested ack.
Daltera_tse.txt71 resource required to send and track the requested transmit operation.
Dcan.txt176 requested by the user. The subscription and unsubscription of
181 into several specific lists per device that match the requested
234 be requested by the user application using the common CAN filter
Dppp_generic.txt312 connected to an interface, or ENXIO if the requested interface does
/linux-4.1.27/sound/ppc/
Dpmac.h116 unsigned int requested; member
Dpmac.c879 if (chip->requested & (1 << i)) in snd_pmac_free()
1213 chip->requested = 0; in snd_pmac_new()
1234 chip->requested |= (1 << i); in snd_pmac_new()
1259 chip->requested |= (1 << i); in snd_pmac_new()
/linux-4.1.27/Documentation/filesystems/pohmelfs/
Dinfo.txt46 If specified, mount will fail if the server does not support requested crypto operations.
83 is set to /mnt, server will negotiate hash/cipher with client, in case client requested it, there
Dnetwork_protocol.txt50 but size of the requested data is incorporated here. It does not include size of the command
/linux-4.1.27/security/smack/
DKconfig22 message about the access requested is generated. The
/linux-4.1.27/arch/alpha/lib/
Dev6-memset.S55 ble $18,end_b # U : zero length requested?
247 ble $18,end # U : zero length requested?
426 ble $18, end_w # U : zero length requested?
/linux-4.1.27/Documentation/devicetree/bindings/dma/
Djz4780-dma.txt17 requested by a client. The primary use for this is channels 0 and 1, which
Dste-dma40.txt34 - dma-names: Names of the aforementioned requested channels
/linux-4.1.27/Documentation/filesystems/nfs/
Dpnfs.txt98 -o osdname of the requested target OSD
102 -s systemid of the requested target OSD
/linux-4.1.27/Documentation/usb/
DURB.txt23 queued the requested action.
136 - Too many requested ISO frames (-EFBIG)
229 value that is less than or equal to the requested interval value. If
256 value that is less than or equal to the requested interval value.
Ddwc3.txt16 - interrupts are requested / allocated on usb_ep_enable() and removed on
Derror-codes.txt51 (c) requested data transfer length is invalid: negative
82 transferred length is less than the requested length and the URB_SHORT_NOT_OK
Dmtouchusb.txt54 requested from the userspace (And the drivers would handle the vendor specific
Dbulk-streams.txt44 requested.
Dusbmon.txt163 - Data Length. For submissions, this is the requested length. For callbacks,
263 The size may be rounded down to the next chunk (or page). If the requested
317 than requested, all events present are removed, and no error is reported.
Dusb-serial.txt309 requested state and may not reflect current state as set by
314 states reported by the interrupt and the states requested.
/linux-4.1.27/include/uapi/linux/
Dethtool.h1012 __u32 requested; member
1038 __u32 requested; member
/linux-4.1.27/drivers/net/ethernet/cisco/enic/
Denic.h49 int requested; member
Denic_main.c1458 if (enic->msix[i].requested) in enic_free_intr()
1525 enic->msix[i].requested = 0; in enic_request_intr()
1536 enic->msix[i].requested = 1; in enic_request_intr()
/linux-4.1.27/Documentation/devicetree/bindings/pwm/
Dpwm.txt23 "pwm-names" property to map the name of the PWM device requested by the
/linux-4.1.27/drivers/staging/iio/Documentation/
Dring.txt36 as much data as requested.
/linux-4.1.27/arch/m68k/fpsp040/
Dsrem_mod.S26 | is requested.
44 | MOD is requested, go to Step 6.
46 | Step 5. R = MOD(X,Y), but REM(X,Y) is requested.
Dssin.S13 | COS is requested. Otherwise, for SINCOS, sin(X) is returned
/linux-4.1.27/drivers/video/fbdev/vermilion/
Dvermilion.c198 size_t requested, in vmlfb_alloc_vram() argument
213 while (requested > (PAGE_SIZE << order) && order < MAX_ORDER) in vmlfb_alloc_vram()
252 if (requested < va->size) in vmlfb_alloc_vram()
255 requested -= va->size; in vmlfb_alloc_vram()
/linux-4.1.27/Documentation/security/
DSmack.txt166 object label, and the third the requested access. The access
178 object label, and the third the requested access. The access
372 1. Any access requested by a task labeled "*" is denied.
373 2. A read or execute access requested by a task labeled "^"
375 3. A read or execute access requested on an object labeled "_"
377 4. Any access requested on an object labeled "*" is permitted.
378 5. Any access requested by a task on an object with the same
380 6. Any access requested that is explicitly defined in the loaded
698 the subject, the object, the rights requested, the action, the kernel function
Dkeys-request-key.txt87 (a) An uninstantiated key U of requested type and description.
Dkeys.txt97 Keys being requested from userspace will be in this state.
544 than requested to userspace. If the buffer pointer is NULL then no copy
707 This sets the default keyring to which implicitly requested keys will be
760 If the requested authority is unavailable, error EPERM will be returned,
779 than requested to userspace. If the buffer pointer is NULL then no copy
917 (*) A key can be requested asynchronously by calling one of:
Dcredentials.txt137 of its credentials. When an action is requested, they take the
/linux-4.1.27/Documentation/leds/
Dleds-lp5521.txt43 the clock mode is automatically set to the requested one.
/linux-4.1.27/Documentation/pcmcia/
Ddriver-changes.txt21 Instead of win_req_t, drivers are now requested to fill out
28 Instead of io_req_t, drivers are now requested to fill out
/linux-4.1.27/Documentation/arm/nwfpe/
DREADME.FPE93 the requested permissions conditions, and performs the requested operation.
/linux-4.1.27/sound/soc/codecs/
Dsigmadsp.c622 unsigned int requested) in sigmadsp_samplerate_valid() argument
628 return supported & requested; in sigmadsp_samplerate_valid()
/linux-4.1.27/Documentation/ide/
DChangeLog.ide-floppy.1996-200219 * bytes requested on each interrupt to be zero.
/linux-4.1.27/Documentation/wimax/
DREADME.wimax21 stack will call in order to implement control operations requested by
/linux-4.1.27/drivers/staging/unisys/Documentation/ABI/
Dsysfs-platform-visorchipset38 requested.
/linux-4.1.27/Documentation/ia64/
Daliasing.txt118 may not be requested as using the WC attribute.
120 If WC is requested, and the region in kern_memmap is either WC
/linux-4.1.27/drivers/xen/
DKconfig41 where <maxmem> is >= requested memory size,
44 where <memory> is requested memory size; alternatively memory
/linux-4.1.27/Documentation/s390/
Dcds.txt175 !NULL - The command requested.
392 cdev - ccw_device the resume operation is requested for
418 cdev : ccw_device the halt operation is requested for
450 cdev: ccw_device the clear operation is requested for
/linux-4.1.27/Documentation/misc-devices/
Dspear-pcie-gadget.txt126 Should return 4 (number of requested MSI vector)
/linux-4.1.27/Documentation/powerpc/
Dptrace.txt86 request to ask for its removal. Return -ENOSPC if the requested breakpoint
Dhvcs.txt60 requested by the registering driver. The hvcs driver asks the tty layer
/linux-4.1.27/Documentation/acpi/
Dvideo_extension.txt28 brightness: on write, control method _BCM will run to set the requested
/linux-4.1.27/drivers/staging/unisys/Documentation/
Dproc-entries.txt85 and recovery tool mode requested for the next boot.
/linux-4.1.27/arch/um/
DKconfig.um93 mconsole, followed by the letter for the requested command.
/linux-4.1.27/arch/m68k/ifpsp060/
DCHANGES59 requested by the package should return a failing value
/linux-4.1.27/tools/perf/Documentation/
Dperf-list.txt41 2 - SAMPLE_IP requested to have 0 skid
/linux-4.1.27/Documentation/filesystems/caching/
Dobject.txt151 requested from either end.
285 The netfs requested that an object be updated. The state machine will ask
Dfscache.txt86 It instead serves the cache out in PAGE_SIZE chunks as and when requested by
Dbackend-api.txt139 passed to FS-Cache when requested by the appropriate cache operation. In
/linux-4.1.27/Documentation/x86/
Dpat.txt116 return uncached mapping in place of write-combine requested.
/linux-4.1.27/tools/perf/config/
Dutilities.mak165 # relative path resolution is requested, as determined
/linux-4.1.27/Documentation/vm/
Dhugetlbpage.txt71 number of huge pages requested. This is the most reliable method of
117 requested by applications. Writing any non-zero value into this file
229 5) Boot-time huge page allocation attempts to distribute the requested number
Dpagemap.txt99 no page frame exists at the requested address
Dnuma_memory_policy.txt412 may be requested via the 'flags' argument.
/linux-4.1.27/drivers/staging/i2o/
DREADME.ioctl258 The fragments _must_ be requested in order and be 8K in size. The
352 by htquery->iop and htquery->tid. The requested HTML page number is
/linux-4.1.27/include/scsi/
Dlibfc.h794 unsigned char requested; member
/linux-4.1.27/mm/
Dvmstat.c648 unsigned long requested = 1UL << order; in __fragmentation_index() local
663 …return 1000 - div_u64( (1000+(div_u64(info->free_pages * 1000ULL, requested))), info->free_blocks_… in __fragmentation_index()
/linux-4.1.27/drivers/input/
DKconfig170 requested suspend through APM. This is useful on embedded
/linux-4.1.27/arch/m68k/q40/
DREADME57 requested - SRAM must start with '%LX$' signature to do this. '-d' option
/linux-4.1.27/Documentation/hid/
Dhidraw.txt107 number of the requested report. For devices which do not use numbered
Dhid-transport.txt143 requested report ID on the ctrl channel as a synchronous acknowledgement.
/linux-4.1.27/Documentation/i2c/
Dslave-interface100 currently shifted out, this byte requested here is never used. It very likely
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/
Dpinctrl-single.txt85 can be requested by the drivers using request_irq().
/linux-4.1.27/Documentation/driver-model/
Ddevres.txt219 Each devres bookkeeping info is allocated together with requested data
/linux-4.1.27/Documentation/devicetree/bindings/thermal/
Dthermal.txt75 cooling state requested and the second cell is
76 the maximum cooling state requested in the reference.
/linux-4.1.27/Documentation/sound/oss/
DOpti172 requested I get stereo-16 bit samples instead. Playback of
DIntroduction171 requested by modprobe. For example, my /etc/modprobe.d/oss.conf contains:
/linux-4.1.27/Documentation/watchdog/
Dwatchdog-api.txt92 the requested one due to limitation of the hardware.
Dwatchdog-kernel-api.txt155 achieved timeout value (which may be different from the requested one
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/
Dcom.fuc786 // if format requested, call function to calculate it, otherwise
837 // if requested, queue up a QUERY write after the copy has completed
/linux-4.1.27/Documentation/PCI/
DPCIEBUS-HOWTO.txt64 device to requested service drivers.
Dpci-error-recovery.txt158 If any driver requested a slot reset (by returning PCI_ERS_RESULT_NEED_RESET),
DMSI-HOWTO.txt217 device requested (via the Multiple Message Capable register). The MSI
/linux-4.1.27/Documentation/dvb/
DREADME.dvb-usb40 feeds requested.
/linux-4.1.27/Documentation/prctl/
Dseccomp_filter.txt131 requested by changing the system call to a valid syscall number. If
/linux-4.1.27/drivers/media/usb/pwc/
Dphilips.txt93 0 = prefer uncompressed images; if the requested mode is not available
/linux-4.1.27/Documentation/hwmon/
Dlm90115 Datasheet: Not publicly available, can be requested from Nuvoton
/linux-4.1.27/net/core/
Dethtool.c126 features[i].requested = (u32)(dev->wanted_features >> (32 * i)); in ethtool_get_features()
167 wanted |= (netdev_features_t)features[i].requested << (32 * i); in ethtool_set_features()
/linux-4.1.27/Documentation/power/
Dpm_qos_interface.txt82 To change the requested target value the process needs to write an s32 value to
Dfreezing-of-tasks.txt200 requested early enough using the suspend notifier API described in notifiers.txt.
/linux-4.1.27/Documentation/sysctl/
Dfs.txt61 int want_pages; /* pages requested by system */
/linux-4.1.27/drivers/base/
DKconfig313 PAGE_SIZE order which is greater than or equal to the requested buffer
/linux-4.1.27/Documentation/frv/
Dmmu-layout.txt98 (1) If possible, kmap_atomic() attaches the requested page to one of DAMPR5 through DAMPR10
/linux-4.1.27/Documentation/cgroups/
Dcpusets.txt143 - in sched_setaffinity, to mask the requested CPUs by what's
147 - in the mbind and set_mempolicy system calls, to mask the requested
518 partition requested with the current, and updates its sched domains,
Dcgroups.txt209 matches, and any of the requested subsystems are in use in an existing
211 is activated, associated with the requested subsystems.
/linux-4.1.27/Documentation/cdrom/
Dcdrom-standard.tex420 error. Note that if the door is already in the requested state, no
461 routines in \cdromc\ have sanitized this argument: its requested
463 addressing mode), whatever the calling software requested. But
465 return the requested information in $CDROM_MSF$ format if it wishes so
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/sec/fuc/
Dg98.fuc0s171 // no channel loaded - perhaps we're requested to load one
/linux-4.1.27/Documentation/video4linux/cx2341x/
Dfw-encoder-api.txt431 Elements requested (up to 400)
/linux-4.1.27/Documentation/input/
Dsentelic.txt534 requested register value(?? indicates don't care byte):
633 8. the response read from FSP should be the requested page value.
/linux-4.1.27/Documentation/serial/
Ddriver449 This will free the requested gpios in mctrl_gpio_init().
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/
Dhub.fuc229 // context switch, requested by GPU?
/linux-4.1.27/Documentation/development-process/
D1.Intro248 Copyright assignments are not required (or requested) for code contributed
/linux-4.1.27/Documentation/scsi/
Dscsi_eh.txt127 1. Turns on scmd->eh_eflags as requested. It's 0 for error
Dtmscsim.txt252 settings to see if everything changed as requested.
Dst.txt445 reserved) and <= the maximum requested sense data sixe),
DBusLogic.txt95 requested and negotiated with each target device. AutoSCSI settings for
/linux-4.1.27/Documentation/ioctl/
Dcdrom.txt204 EINVAL requested track out of bounds
Dhdio.txt675 3. The requested data_phase is TASKFILE_NO_DATA.
/linux-4.1.27/Documentation/isdn/
DREADME.gigaset152 Upon return, version[] is filled with the requested version information.
DREADME310 requested protocols for the B-channel. If a net-interface, however
/linux-4.1.27/
DREADME57 or "make mandocs" will render the documentation in the requested format.
/linux-4.1.27/drivers/regulator/
DKconfig43 configuring the supplies requested. This is mainly useful
/linux-4.1.27/tools/power/cpupower/po/
Dde.po631 "- Is the governor you requested available and modprobed?\n"
Dcs.po620 "- Is the governor you requested available and modprobed?\n"
Dit.po626 "- Is the governor you requested available and modprobed?\n"
Dfr.po617 "- Is the governor you requested available and modprobed?\n"
Dpt.po627 "- Is the governor you requested available and modprobed?\n"
/linux-4.1.27/drivers/gpio/
DKconfig83 a given GPIO from the kernel, if no kernel driver requested it.

12