/linux-4.1.27/security/selinux/include/ |
D | avc.h | 56 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/ |
D | mdp4_lvds_connector.c | 75 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/ |
D | memregion_direct.c | 32 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/ |
D | edp_connector.c | 73 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/ |
D | trans.h | 31 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()
|
D | aops.c | 647 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/ |
D | avc.c | 455 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 …]
|
D | Kconfig | 84 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/ |
D | aio_multibuff.c | 148 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/ |
D | sysfs-class-devfreq | 38 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.
|
D | sysfs-platform-kim | 11 dameon and opens the device when install is requested. 23 daemon when the ldisc install is requested.
|
D | sysfs-devices-system-cpu | 214 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
|
D | sysfs-driver-ppi | 46 a requested operation. The format is "<action num>: <action
|
D | sysfs-wusb_cbaf | 20 this host is requested.
|
D | sysfs-class-cxl | 14 requested by userspace. The default on probe is the maximum
|
D | sysfs-bus-iio | 556 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
|
D | sysfs-class-regulator | 235 requested_microamps. This holds the total requested load
|
/linux-4.1.27/Documentation/blackfin/ |
D | bfin-gpio-notes.txt | 47 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/ |
D | fsl_gtm.c | 100 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/ |
D | qcom,spmi-pmic-arb.txt | 39 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/ |
D | hdmi_connector.c | 360 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/ |
D | atmel-hlcdc.txt | 7 - 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/ |
D | irqf_oneshot.cocci | 82 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/ |
D | pcc-cpufreq.txt | 55 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.
|
D | intel-pstate.txt | 28 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/ |
D | w1.netlink | 9 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/ |
D | dsi_manager.c | 254 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/ |
D | fsl_gtm.h | 27 bool requested; member
|
/linux-4.1.27/drivers/gpu/host1x/ |
D | syncpt.c | 40 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()
|
D | syncpt.h | 36 bool requested; member
|
/linux-4.1.27/fs/nfsd/ |
D | nfsfh.c | 62 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/ |
D | ams-delta-fiq-handler.S | 109 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/ |
D | softing_main.c | 437 } 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()
|
D | softing.h | 52 int requested; member
|
/linux-4.1.27/Documentation/video4linux/ |
D | sh_mobile_ceu_camera.txt | 75 3. Calculate new combined scales from "effective" input window to requested user 105 10. Use CEU scaling to scale to the requested user window:
|
D | omap3isp.txt | 224 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
|
D | soc-camera.txt | 158 configure camera drivers to produce the FOURCC format, requested by the user,
|
D | uvcvideo.txt | 136 The requested offset and size would overflow the UVC control.
|
D | videobuf | 196 if they are needed to satisfy the count requested by the application. A
|
D | Zoran | 431 a safe bet. Personally, I think I would have lowered requested-bits-per-block
|
/linux-4.1.27/Documentation/ |
D | xillybus.txt | 157 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
|
D | io-mapping.txt | 71 map_atomic and map functions add the requested offset to the base of the
|
D | vgaarbiter.txt | 124 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
|
D | iostats.txt | 121 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
|
D | pwm.txt | 43 After being requested, a PWM has to be configured using:
|
D | padata.txt | 147 the CPU requested in the initial call to padata_do_parallel(); it, too, is
|
D | unaligned-memory-access.txt | 59 silently perform a different memory access to the one that was requested,
|
D | md.txt | 496 check - A full check of redundancy was requested and is 501 similar to 'resync', but was requested by the
|
D | oops-tracing.txt | 251 7: 'U' if a user or user application specifically requested that the
|
D | vme_api.txt | 100 such any combination of the attributes can be requested for a single window,
|
D | media-framework.txt | 293 The flags argument contains the requested new link flags.
|
D | pinctrl.txt | 567 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
|
D | dma-buf-sharing.txt | 224 buffer-user device as requested, dma_buf_attach() would return an error to
|
/linux-4.1.27/drivers/iio/common/hid-sensors/ |
D | Kconfig | 23 Triggers will be send if all requested attributes were read.
|
/linux-4.1.27/drivers/w1/ |
D | Kconfig | 24 either due to automatic or requested search.
|
/linux-4.1.27/drivers/cdrom/ |
D | cdrom.c | 1561 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/ |
D | gpu.txt | 18 - qcom,gpu-freq: requested gpu clock speed
|
/linux-4.1.27/drivers/acpi/ |
D | pci_root.c | 428 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/ |
D | sess.c | 483 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()
|
D | cifsproto.h | 128 enum securityEnum requested);
|
/linux-4.1.27/Documentation/devicetree/bindings/usb/ |
D | samsung-usbphy.txt | 18 - 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/ |
D | ds2490 | 35 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/ |
D | fnic_isr.c | 162 if (fnic->msix[i].requested) in fnic_free_intr() 224 fnic->msix[i].requested = 1; in fnic_request_intr()
|
D | fnic.h | 182 int requested; member
|
/linux-4.1.27/Documentation/filesystems/ |
D | nilfs2.txt | 100 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
|
D | spufs.txt | 77 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
|
D | automount-support.txt | 4 requested. The latter can also be requested by userspace.
|
D | dax.txt | 35 number of bytes being requested. The function should return the number
|
D | fiemap.txt | 70 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
|
D | qnx6.txt | 170 time or a filesystem sync is requested), serial of the previously inactive
|
D | afs.txt | 122 culled first. If all are culled, then the requested volume will also be
|
D | autofs4-mount-control.txt | 248 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
|
D | overlayfs.txt | 73 Then whenever a lookup is requested in such a merged directory, the
|
D | gfs2-glocks.txt | 157 the lock is exclusive, i.e. a lock demotion (b) the requested
|
D | coda.txt | 408 requested from Venus. There are approximately 30 upcalls at present 605 a directory entry. The directory entry requested carries name name
|
D | vfs.txt | 157 The mount() method must return the root dentry of the tree requested by 651 requested.
|
/linux-4.1.27/Documentation/gpio/ |
D | driver.txt | 62 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
|
D | sysfs.txt | 49 for GPIO #19, if that's not requested by kernel code. 123 requested using gpio_request():
|
D | consumer.txt | 29 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:
|
D | gpio-legacy.txt | 149 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/ |
D | fc_disc.c | 228 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/ |
D | timestamping.txt | 62 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
|
D | netdev-features.txt | 35 4. netdev->wanted_features set contains feature set requested by user. 55 2. user requested changes in features state
|
D | 3c509.txt | 175 0x40 The driver has requested an interrupt 186 0x40 Tx interrupt requested.
|
D | nfc.txt | 98 All polling operations requested through one netlink socket are stopped when
|
D | netdev-FAQ.txt | 181 it is requested that you make it look like this: 196 A: No. The current netdev maintainer has consistently requested that people
|
D | xfrm_sync.txt | 143 The threshold TLVs will be included if explicitly requested in
|
D | lapb-module.txt | 207 being requested by a call to lapb_connect_request (see above). The reason is
|
D | rxrpc.txt | 139 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.
|
D | altera_tse.txt | 71 resource required to send and track the requested transmit operation.
|
D | can.txt | 176 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
|
D | ppp_generic.txt | 312 connected to an interface, or ENXIO if the requested interface does
|
/linux-4.1.27/sound/ppc/ |
D | pmac.h | 116 unsigned int requested; member
|
D | pmac.c | 879 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/ |
D | info.txt | 46 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
|
D | network_protocol.txt | 50 but size of the requested data is incorporated here. It does not include size of the command
|
/linux-4.1.27/security/smack/ |
D | Kconfig | 22 message about the access requested is generated. The
|
/linux-4.1.27/arch/alpha/lib/ |
D | ev6-memset.S | 55 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/ |
D | jz4780-dma.txt | 17 requested by a client. The primary use for this is channels 0 and 1, which
|
D | ste-dma40.txt | 34 - dma-names: Names of the aforementioned requested channels
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | pnfs.txt | 98 -o osdname of the requested target OSD 102 -s systemid of the requested target OSD
|
/linux-4.1.27/Documentation/usb/ |
D | URB.txt | 23 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.
|
D | dwc3.txt | 16 - interrupts are requested / allocated on usb_ep_enable() and removed on
|
D | error-codes.txt | 51 (c) requested data transfer length is invalid: negative 82 transferred length is less than the requested length and the URB_SHORT_NOT_OK
|
D | mtouchusb.txt | 54 requested from the userspace (And the drivers would handle the vendor specific
|
D | bulk-streams.txt | 44 requested.
|
D | usbmon.txt | 163 - 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.
|
D | usb-serial.txt | 309 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/ |
D | ethtool.h | 1012 __u32 requested; member 1038 __u32 requested; member
|
/linux-4.1.27/drivers/net/ethernet/cisco/enic/ |
D | enic.h | 49 int requested; member
|
D | enic_main.c | 1458 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/ |
D | pwm.txt | 23 "pwm-names" property to map the name of the PWM device requested by the
|
/linux-4.1.27/drivers/staging/iio/Documentation/ |
D | ring.txt | 36 as much data as requested.
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | srem_mod.S | 26 | is requested. 44 | MOD is requested, go to Step 6. 46 | Step 5. R = MOD(X,Y), but REM(X,Y) is requested.
|
D | ssin.S | 13 | COS is requested. Otherwise, for SINCOS, sin(X) is returned
|
/linux-4.1.27/drivers/video/fbdev/vermilion/ |
D | vermilion.c | 198 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/ |
D | Smack.txt | 166 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
|
D | keys-request-key.txt | 87 (a) An uninstantiated key U of requested type and description.
|
D | keys.txt | 97 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:
|
D | credentials.txt | 137 of its credentials. When an action is requested, they take the
|
/linux-4.1.27/Documentation/leds/ |
D | leds-lp5521.txt | 43 the clock mode is automatically set to the requested one.
|
/linux-4.1.27/Documentation/pcmcia/ |
D | driver-changes.txt | 21 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/ |
D | README.FPE | 93 the requested permissions conditions, and performs the requested operation.
|
/linux-4.1.27/sound/soc/codecs/ |
D | sigmadsp.c | 622 unsigned int requested) in sigmadsp_samplerate_valid() argument 628 return supported & requested; in sigmadsp_samplerate_valid()
|
/linux-4.1.27/Documentation/ide/ |
D | ChangeLog.ide-floppy.1996-2002 | 19 * bytes requested on each interrupt to be zero.
|
/linux-4.1.27/Documentation/wimax/ |
D | README.wimax | 21 stack will call in order to implement control operations requested by
|
/linux-4.1.27/drivers/staging/unisys/Documentation/ABI/ |
D | sysfs-platform-visorchipset | 38 requested.
|
/linux-4.1.27/Documentation/ia64/ |
D | aliasing.txt | 118 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/ |
D | Kconfig | 41 where <maxmem> is >= requested memory size, 44 where <memory> is requested memory size; alternatively memory
|
/linux-4.1.27/Documentation/s390/ |
D | cds.txt | 175 !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/ |
D | spear-pcie-gadget.txt | 126 Should return 4 (number of requested MSI vector)
|
/linux-4.1.27/Documentation/powerpc/ |
D | ptrace.txt | 86 request to ask for its removal. Return -ENOSPC if the requested breakpoint
|
D | hvcs.txt | 60 requested by the registering driver. The hvcs driver asks the tty layer
|
/linux-4.1.27/Documentation/acpi/ |
D | video_extension.txt | 28 brightness: on write, control method _BCM will run to set the requested
|
/linux-4.1.27/drivers/staging/unisys/Documentation/ |
D | proc-entries.txt | 85 and recovery tool mode requested for the next boot.
|
/linux-4.1.27/arch/um/ |
D | Kconfig.um | 93 mconsole, followed by the letter for the requested command.
|
/linux-4.1.27/arch/m68k/ifpsp060/ |
D | CHANGES | 59 requested by the package should return a failing value
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-list.txt | 41 2 - SAMPLE_IP requested to have 0 skid
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | object.txt | 151 requested from either end. 285 The netfs requested that an object be updated. The state machine will ask
|
D | fscache.txt | 86 It instead serves the cache out in PAGE_SIZE chunks as and when requested by
|
D | backend-api.txt | 139 passed to FS-Cache when requested by the appropriate cache operation. In
|
/linux-4.1.27/Documentation/x86/ |
D | pat.txt | 116 return uncached mapping in place of write-combine requested.
|
/linux-4.1.27/tools/perf/config/ |
D | utilities.mak | 165 # relative path resolution is requested, as determined
|
/linux-4.1.27/Documentation/vm/ |
D | hugetlbpage.txt | 71 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
|
D | pagemap.txt | 99 no page frame exists at the requested address
|
D | numa_memory_policy.txt | 412 may be requested via the 'flags' argument.
|
/linux-4.1.27/drivers/staging/i2o/ |
D | README.ioctl | 258 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/ |
D | libfc.h | 794 unsigned char requested; member
|
/linux-4.1.27/mm/ |
D | vmstat.c | 648 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/ |
D | Kconfig | 170 requested suspend through APM. This is useful on embedded
|
/linux-4.1.27/arch/m68k/q40/ |
D | README | 57 requested - SRAM must start with '%LX$' signature to do this. '-d' option
|
/linux-4.1.27/Documentation/hid/ |
D | hidraw.txt | 107 number of the requested report. For devices which do not use numbered
|
D | hid-transport.txt | 143 requested report ID on the ctrl channel as a synchronous acknowledgement.
|
/linux-4.1.27/Documentation/i2c/ |
D | slave-interface | 100 currently shifted out, this byte requested here is never used. It very likely
|
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/ |
D | pinctrl-single.txt | 85 can be requested by the drivers using request_irq().
|
/linux-4.1.27/Documentation/driver-model/ |
D | devres.txt | 219 Each devres bookkeeping info is allocated together with requested data
|
/linux-4.1.27/Documentation/devicetree/bindings/thermal/ |
D | thermal.txt | 75 cooling state requested and the second cell is 76 the maximum cooling state requested in the reference.
|
/linux-4.1.27/Documentation/sound/oss/ |
D | Opti | 172 requested I get stereo-16 bit samples instead. Playback of
|
D | Introduction | 171 requested by modprobe. For example, my /etc/modprobe.d/oss.conf contains:
|
/linux-4.1.27/Documentation/watchdog/ |
D | watchdog-api.txt | 92 the requested one due to limitation of the hardware.
|
D | watchdog-kernel-api.txt | 155 achieved timeout value (which may be different from the requested one
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/ |
D | com.fuc | 786 // 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/ |
D | PCIEBUS-HOWTO.txt | 64 device to requested service drivers.
|
D | pci-error-recovery.txt | 158 If any driver requested a slot reset (by returning PCI_ERS_RESULT_NEED_RESET),
|
D | MSI-HOWTO.txt | 217 device requested (via the Multiple Message Capable register). The MSI
|
/linux-4.1.27/Documentation/dvb/ |
D | README.dvb-usb | 40 feeds requested.
|
/linux-4.1.27/Documentation/prctl/ |
D | seccomp_filter.txt | 131 requested by changing the system call to a valid syscall number. If
|
/linux-4.1.27/drivers/media/usb/pwc/ |
D | philips.txt | 93 0 = prefer uncompressed images; if the requested mode is not available
|
/linux-4.1.27/Documentation/hwmon/ |
D | lm90 | 115 Datasheet: Not publicly available, can be requested from Nuvoton
|
/linux-4.1.27/net/core/ |
D | ethtool.c | 126 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/ |
D | pm_qos_interface.txt | 82 To change the requested target value the process needs to write an s32 value to
|
D | freezing-of-tasks.txt | 200 requested early enough using the suspend notifier API described in notifiers.txt.
|
/linux-4.1.27/Documentation/sysctl/ |
D | fs.txt | 61 int want_pages; /* pages requested by system */
|
/linux-4.1.27/drivers/base/ |
D | Kconfig | 313 PAGE_SIZE order which is greater than or equal to the requested buffer
|
/linux-4.1.27/Documentation/frv/ |
D | mmu-layout.txt | 98 (1) If possible, kmap_atomic() attaches the requested page to one of DAMPR5 through DAMPR10
|
/linux-4.1.27/Documentation/cgroups/ |
D | cpusets.txt | 143 - 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,
|
D | cgroups.txt | 209 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/ |
D | cdrom-standard.tex | 420 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/ |
D | g98.fuc0s | 171 // no channel loaded - perhaps we're requested to load one
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | fw-encoder-api.txt | 431 Elements requested (up to 400)
|
/linux-4.1.27/Documentation/input/ |
D | sentelic.txt | 534 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/ |
D | driver | 449 This will free the requested gpios in mctrl_gpio_init().
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
D | hub.fuc | 229 // context switch, requested by GPU?
|
/linux-4.1.27/Documentation/development-process/ |
D | 1.Intro | 248 Copyright assignments are not required (or requested) for code contributed
|
/linux-4.1.27/Documentation/scsi/ |
D | scsi_eh.txt | 127 1. Turns on scmd->eh_eflags as requested. It's 0 for error
|
D | tmscsim.txt | 252 settings to see if everything changed as requested.
|
D | st.txt | 445 reserved) and <= the maximum requested sense data sixe),
|
D | BusLogic.txt | 95 requested and negotiated with each target device. AutoSCSI settings for
|
/linux-4.1.27/Documentation/ioctl/ |
D | cdrom.txt | 204 EINVAL requested track out of bounds
|
D | hdio.txt | 675 3. The requested data_phase is TASKFILE_NO_DATA.
|
/linux-4.1.27/Documentation/isdn/ |
D | README.gigaset | 152 Upon return, version[] is filled with the requested version information.
|
D | README | 310 requested protocols for the B-channel. If a net-interface, however
|
/linux-4.1.27/ |
D | README | 57 or "make mandocs" will render the documentation in the requested format.
|
/linux-4.1.27/drivers/regulator/ |
D | Kconfig | 43 configuring the supplies requested. This is mainly useful
|
/linux-4.1.27/tools/power/cpupower/po/ |
D | de.po | 631 "- Is the governor you requested available and modprobed?\n"
|
D | cs.po | 620 "- Is the governor you requested available and modprobed?\n"
|
D | it.po | 626 "- Is the governor you requested available and modprobed?\n"
|
D | fr.po | 617 "- Is the governor you requested available and modprobed?\n"
|
D | pt.po | 627 "- Is the governor you requested available and modprobed?\n"
|
/linux-4.1.27/drivers/gpio/ |
D | Kconfig | 83 a given GPIO from the kernel, if no kernel driver requested it.
|