/linux-4.4.14/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 137 audited = avc_audit_required(requested, avd, result, 0, &denied); in avc_audit() 141 requested, audited, denied, result, in avc_audit() 148 u16 tclass, u32 requested, [all …]
|
/linux-4.4.14/security/selinux/ |
D | avc.c | 439 static inline u32 avc_xperms_audit_required(u32 requested, in avc_xperms_audit_required() argument 448 denied = requested & ~avd->allowed; in avc_xperms_audit_required() 453 audited &= ~requested; in avc_xperms_audit_required() 456 audited = denied = requested; in avc_xperms_audit_required() 458 audited = requested & avd->auditallow; in avc_xperms_audit_required() 461 audited &= ~requested; in avc_xperms_audit_required() 470 u32 requested, struct av_decision *avd, in avc_xperms_audit() argument 478 requested, avd, xpd, perm, result, &denied); in avc_xperms_audit() 481 return slow_avc_audit(ssid, tsid, tclass, requested, in avc_xperms_audit() 742 u32 requested, u32 audited, u32 denied, int result, in slow_avc_audit() argument [all …]
|
D | Kconfig | 84 that determines whether SELinux checks the protection requested 90 default to checking the protection requested by the application.
|
/linux-4.4.14/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.4.14/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.4.14/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 | 651 unsigned requested = 0; in gfs2_write_begin() local 678 requested = data_blocks + ind_blocks; in gfs2_write_begin() 679 ap.target = requested; in gfs2_write_begin() 697 rblocks += gfs2_rg_blocks(ip, requested); in gfs2_write_begin()
|
/linux-4.4.14/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.4.14/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-wusb_cbaf | 20 this host is requested.
|
D | sysfs-driver-ppi | 51 a requested operation. The format is "<action num>: <action
|
D | sysfs-class-scsi_tape | 43 Shows the total number of bytes requested from the tape drive.
|
D | sysfs-class-cxl | 25 requested by userspace. The default on probe is the maximum
|
D | sysfs-bus-iio | 599 Note the driver will assume the last p events requested are 601 depending on the exact set requested. So if you want to be 653 Note the driver will assume the last p events requested are 655 vary depending on the exact set requested. So if you want to be 1364 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.4.14/scripts/coccinelle/misc/ |
D | irqf_oneshot.cocci | 2 /// threaded IRQs without a primary handler need to be requested with 85 msg = "ERROR: Threaded IRQ with no primary handler requested without IRQF_ONESHOT" 91 msg = "ERROR: Threaded IRQ with no primary handler requested without IRQF_ONESHOT"
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/drivers/staging/unisys/visorbus/ |
D | visorchannel.c | 40 bool requested; member 88 channel->requested = request_mem_region(physaddr, size, MYDRVNAME); in visorchannel_create_guts() 89 if (!channel->requested) { in visorchannel_create_guts() 117 if (channel->requested) in visorchannel_create_guts() 120 channel->requested = request_mem_region(channel->physaddr, in visorchannel_create_guts() 122 if (!channel->requested) { in visorchannel_create_guts() 172 if (channel->requested) in visorchannel_destroy()
|
/linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
D | atmel-hlcdc.txt | 11 - clock-names: the name of the 3 clocks requested by the HLCDC device. 13 - clocks: should contain the 3 clocks requested by the HLCDC device.
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | ti,cdce925.txt | 25 present, the clock runs at the requested frequency on average. Otherwise 26 the requested frequency is the maximum value of the SCC range.
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | perf_event_intel_pt.c | 201 u64 allowed, requested; in pt_event_valid() local 211 requested = (config & RTIT_CTL_PSB_FREQ) >> in pt_event_valid() 213 if (requested && (!(allowed & BIT(requested)))) in pt_event_valid() 217 requested = (config & RTIT_CTL_CYC_THRESH) >> in pt_event_valid() 219 if (requested && (!(allowed & BIT(requested)))) in pt_event_valid() 238 requested = (config & RTIT_CTL_MTC_RANGE) >> in pt_event_valid() 241 if (!(allowed & BIT(requested))) in pt_event_valid()
|
/linux-4.4.14/drivers/gpu/drm/msm/hdmi/ |
D | hdmi_connector.c | 432 long actual, requested; in hdmi_connector_mode_valid() local 434 requested = 1000 * mode->clock; in hdmi_connector_mode_valid() 436 requested, hdmi_connector->hdmi->encoder); in hdmi_connector_mode_valid() 445 DBG("requested=%ld, actual=%ld", requested, actual); in hdmi_connector_mode_valid() 447 if (actual != requested) in hdmi_connector_mode_valid()
|
/linux-4.4.14/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 | 29 max_perf_pct: limits the maximum P state that will be requested by 34 min_perf_pct: limits the minimum P state that will be requested by
|
/linux-4.4.14/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.4.14/drivers/scsi/snic/ |
D | snic_isr.c | 95 if (snic->msix[i].requested) { in snic_free_intr() 150 snic->msix[i].requested = 1; in snic_request_intr()
|
D | snic.h | 220 int requested; member
|
/linux-4.4.14/drivers/iommu/ |
D | intel-svm.c | 507 unsigned long requested = 0; in access_error() local 510 requested |= VM_EXEC; in access_error() 513 requested |= VM_READ; in access_error() 516 requested |= VM_WRITE; in access_error() 518 return (requested & ~vma->vm_flags) != 0; in access_error()
|
D | amd_iommu_v2.c | 499 unsigned long requested = 0; in access_error() local 502 requested |= VM_EXEC; in access_error() 505 requested |= VM_READ; in access_error() 508 requested |= VM_WRITE; in access_error() 510 return (requested & ~vma->vm_flags) != 0; in access_error()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | fsl_gtm.h | 27 bool requested; member
|
/linux-4.4.14/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.4.14/drivers/firmware/broadcom/ |
D | Kconfig | 9 This driver provides an easy way to get value of requested parameter.
|
/linux-4.4.14/drivers/gpu/drm/msm/dsi/ |
D | dsi_manager.c | 313 long actual, requested; in dsi_mgr_connector_mode_valid() local 316 requested = 1000 * mode->clock; in dsi_mgr_connector_mode_valid() 317 actual = kms->funcs->round_pixclk(kms, requested, encoder); in dsi_mgr_connector_mode_valid() 319 DBG("requested=%ld, actual=%ld", requested, actual); in dsi_mgr_connector_mode_valid() 320 if (actual != requested) in dsi_mgr_connector_mode_valid()
|
/linux-4.4.14/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.4.14/arch/arm/mach-omap1/ |
D | ams-delta-fiq-handler.S | 108 ldr r10, [r12, #IRQ_SIR_FIQ_REG_OFFSET] @ get requested interrupt number 134 orr r11, r11, r13 @ mask all requested interrupts 221 hksw: @Is hook switch interrupt requested?
|
/linux-4.4.14/fs/nfs/flexfilelayout/ |
D | flexfilelayout.c | 619 __u64 requested) in nfs4_ff_layout_stat_io_update_requested() argument 624 iostat->bytes_requested += requested; in nfs4_ff_layout_stat_io_update_requested() 629 __u64 requested, in nfs4_ff_layout_stat_io_update_completed() argument 640 iostat->bytes_not_delivered += requested - completed; in nfs4_ff_layout_stat_io_update_completed() 653 __u64 requested, ktime_t now) in nfs4_ff_layout_stat_io_start_read() argument 659 nfs4_ff_layout_stat_io_update_requested(&mirror->read_stat, requested); in nfs4_ff_layout_stat_io_start_read() 669 __u64 requested, in nfs4_ff_layout_stat_io_end_read() argument 674 requested, completed, in nfs4_ff_layout_stat_io_end_read() 682 __u64 requested, ktime_t now) in nfs4_ff_layout_stat_io_start_write() argument 688 nfs4_ff_layout_stat_io_update_requested(&mirror->write_stat, requested); in nfs4_ff_layout_stat_io_start_write() [all …]
|
/linux-4.4.14/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.4.14/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
|
/linux-4.4.14/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 | men-chameleon-bus.txt | 91 Each MCB device has exactly one memory resource, which can be requested from 94 is already requested from the kernel by calling request_mem_region(). 98 Each MCB device has exactly one IRQ resource, which can be requested from the
|
D | io-mapping.txt | 71 map_atomic and map functions add the requested offset to the base of the
|
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 | 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 | 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 | hwspinlock.txt | 55 be requested using the normal hwspin_lock_request_specific() API.
|
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 1287 requested pinctrl handles, for example if the pinctrl driver has not yet
|
/linux-4.4.14/drivers/iio/common/hid-sensors/ |
D | Kconfig | 23 Triggers will be send if all requested attributes were read.
|
/linux-4.4.14/drivers/cdrom/ |
D | cdrom.c | 1562 u_char * curr, u_char requested) in sanitize_format() argument 1564 if (*curr == requested) in sanitize_format() 1566 if (requested == CDROM_LBA) { in sanitize_format() 1577 *curr = requested; in sanitize_format() 2594 u8 requested, back; in cdrom_ioctl_get_subchnl() local 2602 requested = q.cdsc_format; in cdrom_ioctl_get_subchnl() 2603 if (requested != CDROM_MSF && requested != CDROM_LBA) in cdrom_ioctl_get_subchnl() 2612 sanitize_format(&q.cdsc_absaddr, &back, requested); in cdrom_ioctl_get_subchnl() 2613 sanitize_format(&q.cdsc_reladdr, &q.cdsc_format, requested); in cdrom_ioctl_get_subchnl() 3018 u_char requested, back; in mmc_ioctl_cdrom_subchannel() local [all …]
|
/linux-4.4.14/drivers/w1/ |
D | Kconfig | 24 either due to automatic or requested search.
|
/linux-4.4.14/Documentation/devicetree/bindings/display/msm/ |
D | gpu.txt | 18 - qcom,gpu-freq: requested gpu clock speed
|
/linux-4.4.14/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 | 126 enum securityEnum requested);
|
/linux-4.4.14/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.4.14/Documentation/filesystems/ |
D | automount-support.txt | 4 performed and mountpoint degradation to be requested. The latter can 5 also be requested by userspace.
|
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 | dax.txt | 37 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 | 74 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
|
/linux-4.4.14/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.4.14/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 362 Drivers are free to use a more permissive configuration than the requested 371 requested packets cannot be time stamped, then nothing should be 409 /* return value: time stamp all packets requested plus some others */ 442 - If this is possible for the skb and requested, then declare 453 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
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/security/smack/ |
D | Kconfig | 22 message about the access requested is generated. The
|
/linux-4.4.14/Documentation/vm/ |
D | userfaultfd.txt | 51 requested uffdio_api.api is spoken also by the running kernel and the 52 requested features are going to be enabled) will return into 132 requested through an userfault).
|
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 | 110 no page frame exists at the requested address
|
/linux-4.4.14/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.4.14/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 | arm-pl08x.txt | 29 - dma-names: Names of the aforementioned requested channels
|
D | ti-dma-crossbar.txt | 25 When mux 0 is used the DMA channel can be requested directly from edma node.
|
D | ste-dma40.txt | 34 - dma-names: Names of the aforementioned requested channels
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | pnfs.txt | 98 -o osdname of the requested target OSD 102 -s systemid of the requested target OSD
|
/linux-4.4.14/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.4.14/drivers/acpi/ |
D | pci_root.c | 424 u32 support, control, requested; in negotiate_os_control() local 486 requested = control; in negotiate_os_control() 501 decode_osc_control(root, "OS requested", requested); in negotiate_os_control()
|
/linux-4.4.14/Documentation/devicetree/bindings/pwm/ |
D | pwm.txt | 23 "pwm-names" property to map the name of the PWM device requested by the
|
/linux-4.4.14/drivers/staging/iio/Documentation/ |
D | ring.txt | 36 as much data as requested.
|
/linux-4.4.14/include/uapi/linux/ |
D | ethtool.h | 1043 __u32 requested; member 1069 __u32 requested; member
|
/linux-4.4.14/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.4.14/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.4.14/Documentation/gpio/ |
D | sysfs.txt | 48 for GPIO #19, if that's not requested by kernel code. 122 requested using gpio_request():
|
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. 209 Input GPIOs can be used as IRQ signals. When this happens, a driver is requested 263 Descriptors requested with gpiochip_request_own_desc() must be released with
|
D | consumer.txt | 29 device that will use the GPIO and the function the requested GPIO is supposed to 62 instead of -ENOENT if no GPIO has been assigned to the requested function: 88 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.4.14/drivers/net/ethernet/cisco/enic/ |
D | enic.h | 49 int requested; member
|
D | enic_main.c | 1533 if (enic->msix[i].requested) in enic_free_intr() 1600 enic->msix[i].requested = 0; in enic_request_intr() 1611 enic->msix[i].requested = 1; in enic_request_intr()
|
/linux-4.4.14/Documentation/leds/ |
D | leds-lp5521.txt | 43 the clock mode is automatically set to the requested one.
|
/linux-4.4.14/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.4.14/Documentation/arm/nwfpe/ |
D | README.FPE | 93 the requested permissions conditions, and performs the requested operation.
|
/linux-4.4.14/Documentation/security/ |
D | Smack.txt | 186 object label, and the third the requested access. The access 198 object label, and the third the requested access. The access 407 1. Any access requested by a task labeled "*" is denied. 408 2. A read or execute access requested by a task labeled "^" 410 3. A read or execute access requested on an object labeled "_" 412 4. Any access requested on an object labeled "*" is permitted. 413 5. Any access requested by a task on an object with the same 415 6. Any access requested that is explicitly defined in the loaded 733 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.4.14/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.4.14/Documentation/ide/ |
D | ChangeLog.ide-floppy.1996-2002 | 19 * bytes requested on each interrupt to be zero.
|
/linux-4.4.14/Documentation/wimax/ |
D | README.wimax | 21 stack will call in order to implement control operations requested by
|
/linux-4.4.14/arch/um/ |
D | Kconfig.um | 79 mconsole, followed by the letter for the requested command.
|
/linux-4.4.14/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.4.14/drivers/xen/ |
D | Kconfig | 41 where <maxmem> is >= requested memory size, 44 where <memory> is requested memory size; alternatively memory
|
/linux-4.4.14/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.4.14/Documentation/acpi/ |
D | video_extension.txt | 28 brightness: on write, control method _BCM will run to set the requested
|
/linux-4.4.14/drivers/staging/unisys/Documentation/ |
D | proc-entries.txt | 85 and recovery tool mode requested for the next boot.
|
/linux-4.4.14/Documentation/powerpc/ |
D | ptrace.txt | 86 request to ask for its removal. Return -ENOSPC if the requested breakpoint
|
/linux-4.4.14/drivers/staging/unisys/Documentation/ABI/ |
D | sysfs-platform-visorchipset | 40 requested.
|
/linux-4.4.14/Documentation/misc-devices/ |
D | spear-pcie-gadget.txt | 126 Should return 4 (number of requested MSI vector)
|
/linux-4.4.14/arch/m68k/ifpsp060/ |
D | CHANGES | 59 requested by the package should return a failing value
|
/linux-4.4.14/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
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-list.txt | 42 2 - SAMPLE_IP requested to have 0 skid
|
D | intel-pt.txt | 365 CYC packets are not requested by default. 641 Note also, the sched_switch event is only added if TSC packets are requested.
|
/linux-4.4.14/Documentation/networking/dsa/ |
D | bcm_sf2.txt | 110 MAC controller wake-on logic. Whenever Wake-on-LAN is requested, an intersection
|
D | dsa.txt | 366 Unless requested differently by setting the priv_size member accordingly, DSA 529 specified bridge being requested the join
|
/linux-4.4.14/include/scsi/ |
D | libfc.h | 794 unsigned char requested; member
|
/linux-4.4.14/drivers/gpio/ |
D | gpiolib.c | 405 bool requested = false; in gpiochip_remove() local 421 requested = true; in gpiochip_remove() 426 if (requested) in gpiochip_remove()
|
/linux-4.4.14/tools/perf/config/ |
D | utilities.mak | 165 # relative path resolution is requested, as determined
|
/linux-4.4.14/arch/m68k/q40/ |
D | README | 57 requested - SRAM must start with '%LX$' signature to do this. '-d' option
|
/linux-4.4.14/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.4.14/mm/ |
D | vmstat.c | 670 unsigned long requested = 1UL << order; in __fragmentation_index() local 685 …return 1000 - div_u64( (1000+(div_u64(info->free_pages * 1000ULL, requested))), info->free_blocks_… in __fragmentation_index()
|
/linux-4.4.14/Documentation/x86/ |
D | pat.txt | 154 return uncached mapping in place of write-combine requested.
|
/linux-4.4.14/drivers/input/ |
D | Kconfig | 183 requested suspend through APM. This is useful on embedded
|
/linux-4.4.14/Documentation/driver-model/ |
D | devres.txt | 219 Each devres bookkeeping info is allocated together with requested data
|
/linux-4.4.14/Documentation/i2c/ |
D | slave-interface | 108 currently shifted out, this byte requested here is never used. It very likely
|
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/ |
D | pinctrl-single.txt | 85 can be requested by the drivers using request_irq().
|
/linux-4.4.14/Documentation/devicetree/bindings/thermal/ |
D | thermal.txt | 67 cooling state requested and the second cell is 68 the maximum cooling state requested in the reference.
|
/linux-4.4.14/Documentation/watchdog/ |
D | watchdog-api.txt | 92 the requested one due to limitation of the hardware.
|
D | watchdog-kernel-api.txt | 162 achieved timeout value (which may be different from the requested one
|
/linux-4.4.14/Documentation/thermal/ |
D | power_allocator.txt | 187 `get_requested_power()` calculates the power requested by the device
|
/linux-4.4.14/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.4.14/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.4.14/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),
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt.h | 627 u8 requested; member
|
/linux-4.4.14/Documentation/dvb/ |
D | README.dvb-usb | 40 feeds requested.
|
/linux-4.4.14/drivers/media/usb/pwc/ |
D | philips.txt | 93 0 = prefer uncompressed images; if the requested mode is not available
|
/linux-4.4.14/Documentation/prctl/ |
D | seccomp_filter.txt | 131 requested by changing the system call to a valid syscall number. If
|
/linux-4.4.14/Documentation/hwmon/ |
D | lm90 | 115 Datasheet: Not publicly available, can be requested from Nuvoton
|
/linux-4.4.14/net/core/ |
D | ethtool.c | 132 features[i].requested = (u32)(dev->wanted_features >> (32 * i)); in ethtool_get_features() 173 wanted |= (netdev_features_t)features[i].requested << (32 * i); in ethtool_set_features()
|
/linux-4.4.14/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.4.14/Documentation/sysctl/ |
D | fs.txt | 63 int want_pages; /* pages requested by system */
|
/linux-4.4.14/Documentation/frv/ |
D | mmu-layout.txt | 98 (1) If possible, kmap_atomic() attaches the requested page to one of DAMPR5 through DAMPR10
|
/linux-4.4.14/drivers/base/ |
D | Kconfig | 313 PAGE_SIZE order which is greater than or equal to the requested buffer
|
/linux-4.4.14/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.4.14/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.4.14/drivers/pwm/ |
D | Kconfig | 208 A maximum of 15 channels can be requested simultaneously and
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/sec/fuc/ |
D | g98.fuc0s | 171 // no channel loaded - perhaps we're requested to load one
|
/linux-4.4.14/Documentation/video4linux/cx2341x/ |
D | fw-encoder-api.txt | 431 Elements requested (up to 400)
|
/linux-4.4.14/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.4.14/Documentation/serial/ |
D | driver | 451 This will free the requested gpios in mctrl_gpio_init().
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
D | hub.fuc | 229 // context switch, requested by GPU?
|
/linux-4.4.14/Documentation/isdn/ |
D | README.gigaset | 152 Upon return, version[] is filled with the requested version information.
|
/linux-4.4.14/Documentation/development-process/ |
D | 1.Intro | 248 Copyright assignments are not required (or requested) for code contributed
|
/linux-4.4.14/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.
|
/linux-4.4.14/Documentation/ioctl/ |
D | cdrom.txt | 204 EINVAL requested track out of bounds
|
/linux-4.4.14/ |
D | README | 57 or "make mandocs" will render the documentation in the requested format.
|
/linux-4.4.14/drivers/regulator/ |
D | Kconfig | 43 configuring the supplies requested. This is mainly useful
|