Searched refs:desired (Results 1 - 200 of 758) sorted by relevance

1234

/linux-4.4.14/include/uapi/linux/
H A Dsocket.h9 /* Implementation specific desired alignment */
17 /* space to achieve desired size, */
19 } __attribute__ ((aligned(_K_SS_ALIGNSIZE))); /* force desired alignment */
H A Dmmtimer.h26 * commands must be implemented if conformance is desired.
H A Dstm.h32 * @size field, fill out the @id and desired @width. In return, kernel
H A Delfcore.h68 * be viewed as part of the register set if so desired.
H A Dtipc_config.h57 * The transport header contains info about the desired operation;
201 __be32 disc_domain; /* <Z.C.N> describing desired nodes */
H A Datm.h138 int pcr; /* desired PCR in cells per second */
/linux-4.4.14/include/linux/amba/
H A Dpl061.h10 * If the IRQ functionality in not desired this must be set to 0.
H A Dpl022.h65 * desired freq
/linux-4.4.14/include/linux/
H A Dmdio-mux.h15 int (*switch_fn) (int cur, int desired, void *data),
H A Drxrpc.h23 u16 srx_service; /* service desired */
H A Dclk.h307 * @rate: desired clock rate in Hz
330 * @rate: desired clock rate in Hz
351 * @min: desired minimum clock rate in Hz, inclusive
352 * @max: desired maximum clock rate in Hz, inclusive
361 * @rate: desired minimum clock rate in Hz, inclusive
370 * @rate: desired maximum clock rate in Hz, inclusive
H A Dsdb.h135 * It can also be used to pad a table to a desired length.
H A Dsuspend.h125 * system cannot enter the desired sleep state (@prepare_late(), @enter(),
133 * system cannot enter the desired sleep state (@enter() will not be
139 * error code otherwise, in which case the system cannot enter the desired
H A Disdnif.h28 /* The PROT_IO Command is executed with the desired driver id and the arg */
30 /* The lower 8 bits of arg contain the desired protocol from ISDN_PTYPE */
H A Dspmi.h138 * If PM runtime support is desired for a slave, a device driver can call
H A Dclocksource.h42 * Functional for real use, but not desired.
H A Dptp_clock_kernel.h86 * parameter func: the desired function to use.
/linux-4.4.14/arch/arm/mach-sa1100/include/mach/
H A Dmtd-xip.h22 /* we sample OSCR and convert desired delta to usec (1/4 ~= 1000000/3686400) */
H A Duncompress.h17 * your bootloader then nothing will appear (which might be desired).
/linux-4.4.14/arch/powerpc/kernel/
H A Dvio.c86 * @desired: desired memory for system operation
99 size_t desired; member in struct:vio_cmo
186 * pool is used to increase the reserve pool toward the desired entitlement
246 * Increase the reserve pool until the desired allocation is met. vio_cmo_dealloc()
250 if (excess_freed && (vio_cmo.desired > vio_cmo.reserve.size)) { vio_cmo_dealloc()
251 tmp = min(excess_freed, (vio_cmo.desired - vio_cmo.reserve.size)); vio_cmo_dealloc()
373 * The list of devices is iterated through to recalculate the desired
405 cmo->desired = cmo->min; vio_cmo_balance()
416 cmo->desired += (viodev->cmo.desired - VIO_CMO_MIN_ENT); vio_cmo_balance()
431 if (viodev->cmo.desired <= level) { vio_cmo_balance()
439 * desired level of entitlement for the device. vio_cmo_balance()
442 chunk = min(chunk, (viodev->cmo.desired - vio_cmo_balance()
631 * vio_cmo_set_dev_desired - Set desired entitlement for a device
634 * @desired: new desired entitlement level in bytes
637 * through sysfs. The desired entitlement level is changed and a balancing
640 void vio_cmo_set_dev_desired(struct vio_dev *viodev, size_t desired) vio_cmo_set_dev_desired() argument
650 if (desired < VIO_CMO_MIN_ENT) vio_cmo_set_dev_desired()
651 desired = VIO_CMO_MIN_ENT; vio_cmo_set_dev_desired()
668 /* Increase/decrease in desired device entitlement */ vio_cmo_set_dev_desired()
669 if (desired >= viodev->cmo.desired) { vio_cmo_set_dev_desired()
671 vio_cmo.desired += desired - viodev->cmo.desired; vio_cmo_set_dev_desired()
672 viodev->cmo.desired = desired; vio_cmo_set_dev_desired()
674 /* Decrease bus and device values for desired entitlement */ vio_cmo_set_dev_desired()
675 vio_cmo.desired -= viodev->cmo.desired - desired; vio_cmo_set_dev_desired()
676 viodev->cmo.desired = desired; vio_cmo_set_dev_desired()
678 * If less entitlement is desired than current entitlement, move vio_cmo_set_dev_desired()
681 if (viodev->cmo.entitled > desired) { vio_cmo_set_dev_desired()
682 vio_cmo.reserve.size -= viodev->cmo.entitled - desired; vio_cmo_set_dev_desired()
683 vio_cmo.excess.size += viodev->cmo.entitled - desired; vio_cmo_set_dev_desired()
691 max(viodev->cmo.allocated, desired); vio_cmo_set_dev_desired()
692 viodev->cmo.entitled = desired; vio_cmo_set_dev_desired()
743 /* Check that the driver is CMO enabled and get desired DMA */ vio_cmo_bus_probe()
750 viodev->cmo.desired = vio_cmo_bus_probe()
752 if (viodev->cmo.desired < VIO_CMO_MIN_ENT) vio_cmo_bus_probe()
753 viodev->cmo.desired = VIO_CMO_MIN_ENT; vio_cmo_bus_probe()
765 viodev->cmo.desired = 0; vio_cmo_bus_probe()
778 /* Updated desired entitlement if device requires it */ vio_cmo_bus_probe()
780 vio_cmo.desired += (viodev->cmo.desired - vio_cmo_bus_probe()
806 vio_cmo.desired += viodev->cmo.desired; vio_cmo_bus_probe()
856 * vio_cmo.desired vio_cmo_bus_remove()
858 vio_cmo.desired -= (viodev->cmo.desired - VIO_CMO_MIN_ENT); vio_cmo_bus_remove()
886 viodev->cmo.desired = VIO_CMO_MIN_ENT; vio_cmo_bus_remove()
945 vio_cmo.desired = vio_cmo.reserve.size; vio_cmo_bus_init()
988 viodev_cmo_rd_attr(desired); variable
1029 viobus_cmo_rd_attr(desired); variable
1074 void vio_cmo_set_dev_desired(struct vio_dev *viodev, size_t desired) {} vio_cmo_bus_probe() argument
H A Dreloc_64.S19 * r3 = desired final address of kernel
/linux-4.4.14/drivers/media/usb/gspca/
H A Dautogain_functions.c45 desired lumination fast (with the risc of a slight overshoot) */ gspca_expo_autogain()
48 PDEBUG(D_FRAM, "autogain: lum: %d, desired: %d, steps: %d", gspca_expo_autogain()
130 desired lumination fast (with the risc of a slight overshoot) */ gspca_coarse_grained_expo_autogain()
133 PDEBUG(D_FRAM, "autogain: lum: %d, desired: %d, steps: %d", gspca_coarse_grained_expo_autogain()
/linux-4.4.14/arch/arm/mach-pxa/include/mach/
H A Dmtd-xip.h22 /* we sample OSCR and convert desired delta to usec (1/4 ~= 1000000/3686400) */
/linux-4.4.14/arch/arm/mach-gemini/include/mach/
H A Duncompress.h24 * your bootloader then nothing will appear (which might be desired).
/linux-4.4.14/arch/x86/oprofile/
H A Dop_x86_model.h64 * performance counter on your platform to monitor the desired op_x86_warn_in_use()
65 * event. Delete counter #%d from the desired event by editing op_x86_warn_in_use()
/linux-4.4.14/arch/x86/platform/olpc/
H A Dolpc.c70 static int __wait_on_ibf(unsigned int line, unsigned int port, int desired) __wait_on_ibf() argument
75 for (timeo = ec_timeout; state != desired && timeo; timeo--) { __wait_on_ibf()
80 if ((state == desired) && (ec_timeout > EC_BASE_TIMEOUT) && __wait_on_ibf()
86 return !(state == desired); __wait_on_ibf()
90 static int __wait_on_obf(unsigned int line, unsigned int port, int desired) __wait_on_obf() argument
95 for (timeo = ec_timeout; state != desired && timeo; timeo--) { __wait_on_obf()
100 if ((state == desired) && (ec_timeout > EC_BASE_TIMEOUT) && __wait_on_obf()
106 return !(state == desired); __wait_on_obf()
/linux-4.4.14/drivers/isdn/divert/
H A Disdn_divert.h48 char my_msn[35]; /* desired msn, subaddr allowed */
57 u_char action; /* desired action:
92 char msn[25]; /* desired msn, empty = all */
/linux-4.4.14/arch/powerpc/include/asm/
H A Dvio.h95 * @desired: set from return of driver's get_desired_dma() function
107 size_t desired; member in struct:vio_dev::__anon2348
139 extern void vio_cmo_set_dev_desired(struct vio_dev *viodev, size_t desired);
H A Dnvram.h31 int req_size; /* desired size, in bytes */
/linux-4.4.14/drivers/pnp/
H A Dmanager.c252 * @dev: pointer to the desired device
305 * @dev: pointer to the desired device
332 * @dev: pointer to the desired device
355 * @dev: pointer to the desired device
376 * @dev: pointer to the desired device
401 * @dev: pointer to the desired device
H A Dsupport.c17 * @dev: pointer to the desired PnP device
H A Ddriver.c277 * @dev: pointer to the desired device
/linux-4.4.14/drivers/pci/
H A Dsearch.c125 * @busnr: number of desired PCI bus
127 * Given a PCI bus number and domain number, the desired PCI bus is located
173 * @bus: PCI bus on which desired PCI device resides
174 * @devfn: encodes number of PCI slot in which the desired PCI
178 * Given a PCI bus and slot/function number, the desired PCI device
208 * @bus: PCI bus on which desired PCI device resides
209 * @devfn: encodes number of PCI slot in which the desired PCI device
213 * Given a PCI domain, bus, and slot/function number, the desired PCI
/linux-4.4.14/arch/tile/include/hv/
H A Ddrv_mpipe_intf.h309 /** Set the desired state of the link to up, allowing any speeds which are
311 * change the desired state of the link when it is closed or the process
319 /** Set the desired state of the link to up, allowing any speeds which are
322 * open, set the desired state of the link to down. No more than one of
330 /** Do not change the desired state of the link as part of the open
332 * process has the link open, set the desired state of the link to down.
340 /** Do not change the desired state of the link as part of the open
341 * operation; do not change the desired state of the link when it is
356 * does not change the desired link state; if other open flags or previous
357 * link state changes have not requested a desired state of up, the open
435 * the desired state for the link. With gxio_mpipe_link_set_attr(), this
440 * will continue to try to get back to the desired link state; for
442 * cable is disconnected, the link will go down. However, the desired
446 * With gxio_mpipe_link_set_attr(), this will indicate the desired state
479 * the link's desired state; never returned as a value for the current
487 * desired state, respectively, ANDED with this value, is nonzero. */
512 * specified in a set of desired state flags, both are assumed. */
517 * specified in a set of desired state flags, both are assumed. */
/linux-4.4.14/drivers/gpu/drm/omapdrm/
H A Dtcm-sita.c266 * @param w width of desired area
267 * @param h height of desired area
268 * @param align desired area alignment
340 * @param w width of desired area
341 * @param h height of desired area
342 * @param align desired area alignment
416 * @param num_slots size of desired area
417 * @param align desired area alignment
495 * @param w width of desired area
496 * @param h height of desired area
497 * @param align desired area alignment
/linux-4.4.14/drivers/mmc/host/
H A Dsdhci-cns3xxx.c53 dev_dbg(dev, "desired SD clock: %d, actual: %d\n", sdhci_cns3xxx_set_clock()
H A Dsdhci-spear.c105 dev_dbg(&pdev->dev, "Error setting desired clk, clk=%lu\n", sdhci_probe()
/linux-4.4.14/arch/xtensa/include/asm/
H A Ddma.h44 * the value desired).
/linux-4.4.14/include/video/
H A Dhecubafb.h38 board drivers can implement wait_for_ack with interrupts if desired. if
H A Ddisplay_timing.h80 * convert each entry to the desired end result.
H A Dw100fb.h96 uint16_t freq; /* desired Fout for PLL (Mhz) */
/linux-4.4.14/include/media/
H A Dsi4713.h41 * struct si4713_rnl pointer specifying desired frequency in 'frequency' field
H A Dtuner-types.h64 * desired channel without causing unnecessary
H A Dv4l2-dev.h162 /* Same as video_register_device, but no warning is issued if the desired
/linux-4.4.14/arch/mips/include/asm/mach-bcm63xx/
H A Dbcm63xx_dev_enet.h31 /* if !has_phy, set desired forced speed/duplex */
/linux-4.4.14/arch/arm/mach-netx/include/mach/
H A Duncompress.h24 * your bootloader then nothing will appear (which might be desired).
/linux-4.4.14/arch/arm/mach-clps711x/include/mach/
H A Duncompress.h35 * your bootloader then nothing will appear (which might be desired).
/linux-4.4.14/sound/drivers/pcsp/
H A Dpcsp_input.c30 /* select desired HZ */ pcspkr_do_sound()
/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_ptp.c31 * @ppb: desired period change in parts ber billion
68 * @delta: desired change in nanoseconds
/linux-4.4.14/arch/alpha/oprofile/
H A Dop_model_ev5.c32 /* Select desired events. The event numbers are selected such common_reg_setup()
149 masking in the value for the desired register, writing, then turning
H A Dop_model_ev6.c26 /* Select desired events. We've mapped the event numbers ev6_reg_setup()
H A Dop_model_ev4.c26 /* Select desired events. We've mapped the event numbers ev4_reg_setup()
H A Dop_model_ev67.c27 /* Select desired events. */ ev67_reg_setup()
/linux-4.4.14/include/linux/platform_data/
H A Demif_plat.h73 * performance is desired at the cost of power (typically
76 * savings is desired and performance is not important
H A Di2c-s3c2410.h24 * @frequency: The desired frequency in Hz of the bus. This is
/linux-4.4.14/arch/mips/include/asm/
H A Dfpu.h40 * purposefully matches the desired value of the Status.FR bit.
94 /* check FR has the desired value */ __enable_fpu()
/linux-4.4.14/arch/arm/mach-pxa/
H A Dsleep.S42 * r0 = value for PWRMODE M field for desired sleep state
85 * r0 = value for PWRMODE M field for desired sleep state
/linux-4.4.14/drivers/input/misc/
H A Dpcspkr.c50 /* select desired HZ */ pcspkr_event()
H A Dpmic8xxx-pwrkey.c320 /* Enable SMPL if resetting is desired */ pm8058_pwrkey_shutdown()
334 /* Enable SMPL if resetting is desired */ pm8921_pwrkey_shutdown()
H A Dsparcspkr.c129 /* select desired HZ */ grover_spkr_event()
/linux-4.4.14/drivers/cpufreq/
H A Dppc_cbe_cpufreq_pervasive.c5 * engage the desired frequency.
H A Dcppc_cpufreq.c30 * performance capabilities, desired performance level
/linux-4.4.14/arch/x86/boot/compressed/
H A Dmkpiggy.c24 * Compute the desired load offset from a compressed program; outputs
/linux-4.4.14/drivers/char/hw_random/
H A Dpseries-rng.c46 * pseries_rng_get_desired_dma - Return desired DMA allocate for CMO operations
/linux-4.4.14/include/linux/iio/frequency/
H A Dadf4350.h98 * @power_up_frequency: Optional, If set in Hz the PLL tunes to the desired
/linux-4.4.14/include/linux/mfd/
H A Dtps6105x.h55 * enum tps6105x_mode - desired mode for the TPS6105x
/linux-4.4.14/drivers/mtd/maps/
H A Dgpio-addr-flash.c56 * @ofs: desired offset to access
80 * @ofs: desired offset to read
129 * @ofs: desired offset to write
/linux-4.4.14/drivers/gpu/drm/i915/
H A Di915_gem_evict.c53 * @min_size: size of the desired free space
54 * @alignment: alignment constraint of the desired free space
55 * @cache_level: cache_level for the desired space
H A Di915_gem_batch_pool.c86 * @size: the minimum desired size of the returned buffer
H A Dintel_tv.c446 /* desired 3.5800000 actual 3.5800000 clock 107.52 */
488 /* desired 4.4336180 actual 4.4336180 clock 107.52 */
531 /* desired 3.5800000 actual 3.5800000 clock 107.52 */
574 /* desired 3.5800000 actual 3.5800000 clock 107.52 */
619 /* desired 4.4336180 actual 4.4336180 clock 107.52 */
662 /* desired 4.4336180 actual 4.4336180 clock 107.52 */
901 /* Ensure TV refresh is close to desired refresh */ intel_tv_mode_valid()
/linux-4.4.14/drivers/thermal/ti-soc-thermal/
H A Dti-bandgap.c53 * @reg: desired register (offset) to be read
66 * @val: desired register value to be written
67 * @reg: desired register (offset) to be written
99 * @on: desired power state (1 - on, 0 - off)
122 * @reg: desired register (offset) to be read
156 * This function is desired because, depending on bandgap device version,
419 * @hot: desired threshold to be updated. true if threshold hot, false if
551 * @hot: desired threshold to be updated. true if threshold hot, false if
604 * @hot: desired threshold to be read. true if threshold hot, false if
670 * @val: desired thot value
696 * @val: desired tcold value
804 * @interval: desired update interval in miliseconds
848 * @interval: desired update interval in miliseconds
863 * @interval: desired update interval in miliseconds
969 * @id: sensor id which it is desired to read 1 temperature
/linux-4.4.14/drivers/acpi/acpica/
H A Drsxface.c146 * desired bus. The routine table is placed in the buffer pointed
192 * the desired device. The resource data is placed in the buffer ACPI_EXPORT_SYMBOL()
237 * for the desired device. The resource data is placed in the ACPI_EXPORT_SYMBOL()
279 * the desired device. The resource data is passed to the routine ACPI_EXPORT_SYMBOL()
324 * the desired device. The resource data is passed to the routine ACPI_EXPORT_SYMBOL()
519 /* Found the desired descriptor, terminate resource walk */ acpi_rs_match_vendor_resource()
H A Dnsxfobj.c58 * PARAMETERS: handle - Handle of object whose type is desired
111 * PARAMETERS: handle - Handle of object whose parent is desired ACPI_EXPORT_SYMBOL()
H A Ddbhistry.c204 * PARAMETERS: cmd_num - Index of the desired history entry.
H A Dutaddress.c189 * warn - TRUE if warning on overlap desired
/linux-4.4.14/fs/f2fs/
H A Dsegment.h718 long nr_to_write, desired; nr_pages_to_write() local
726 desired = 4096; nr_pages_to_write()
728 desired = 3 * max_hw_blocks(sbi); nr_pages_to_write()
730 desired = MAX_BIO_BLOCKS(sbi); nr_pages_to_write()
732 wbc->nr_to_write = desired; nr_pages_to_write()
733 return desired - nr_to_write; nr_pages_to_write()
/linux-4.4.14/fs/hostfs/
H A Dhostfs_kern.c780 static int hostfs_permission(struct inode *ino, int desired) hostfs_permission() argument
785 if (desired & MAY_NOT_BLOCK) hostfs_permission()
788 if (desired & MAY_READ) r = 1; hostfs_permission()
789 if (desired & MAY_WRITE) w = 1; hostfs_permission()
790 if (desired & MAY_EXEC) x = 1; hostfs_permission()
802 err = generic_permission(ino, desired); hostfs_permission()
/linux-4.4.14/drivers/staging/comedi/drivers/
H A Daddi_apci_1032.c45 * to generate interrupts based on AND/OR logic for the desired channels.
49 * - interrupt is generated when any enabled channel meets the desired
54 * - interrupt is generated when all enabled channels meet the desired
H A Daddi_apci_1564.c259 * to generate interrupts based on AND/OR logic for the desired channels.
264 * meet the desired interrupt condition
269 * meet the desired interrupt condition
H A Dadv_pci1724.c46 * outputs in the desired range.
H A Daio_aio12_8.c135 * at the desired range of the requested channel. aio_aio12_8_ai_read()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Ddport.c69 /* set desired link configuration on the source */ dp_set_link_config()
95 /* set desired link configuration on the sink */ dp_set_link_config()
273 /* set desired spread */ dp_link_train_init()
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
H A Dbtcoex.c144 /* Configure the desired gpio port for input */ ath9k_hw_btcoex_init_2wire()
168 /* Configure the desired GPIO ports for input */ ath9k_hw_btcoex_init_3wire()
203 /* Configure the desired GPIO port for TX_FRAME output */ ath9k_hw_btcoex_enable_2wire()
/linux-4.4.14/drivers/gpu/drm/
H A Ddrm_bridge.c53 * desired output at the end of the encoder chain.
159 * @mode: desired mode to be set for the bridge
236 * @mode: desired mode to be set for the bridge
H A Ddrm_fb_helper.c595 * @blank: desired blanking state
960 * @state: desired state, zero to resume, non-zero to suspend
1451 * the fb is allocated (since we need to figure out the desired size of drm_fb_helper_single_fb_probe()
1479 * @pitch: desired pitch
1480 * @depth: desired depth
1512 * @fb_width: desired fb width
1513 * @fb_height: desired fb height
2042 DRM_DEBUG_KMS("desired mode %s set on crtc %d (%d,%d)\n", drm_setup_crtcs()
/linux-4.4.14/drivers/clk/ti/
H A Dclkt_dpll.c128 * @target_rate: the desired DPLL rate
276 * @target_rate: desired DPLL clock rate
278 * Given a DPLL and a desired target rate, round the target rate to a
H A Ddpll44xx.c141 * @target_rate: the desired rate of the DPLL
197 * Determines which DPLL mode to use for reaching a desired rate.
/linux-4.4.14/drivers/staging/wlan-ng/
H A Dp80211ioctl.h72 /* Magic number, a quick test to see we're getting the desired struct */
H A Dp80211mgmt.h81 * frame of the desired type
83 * of the desired type
85 * mf.type = <desired type>
H A Dp80211req.c121 /* Allow p80211 to look at msg and handle if desired. */ p80211req_dorequest()
/linux-4.4.14/drivers/mcb/
H A Dmcb-internal.h62 * @offset: beginning of the address window of desired module
/linux-4.4.14/drivers/net/ethernet/xilinx/
H A Dll_temac_mdio.c48 /* First write the desired value into the write data register temac_mdio_write()
/linux-4.4.14/drivers/net/phy/
H A Dnational.c127 is desired to be turned off. */ ns_config_init()
H A Dmdio-mux.c97 int (*switch_fn)(int cur, int desired, void *data), mdio_mux_init()
96 mdio_mux_init(struct device *dev, int (*switch_fn)(int cur, int desired, void *data), void **mux_handle, void *data) mdio_mux_init() argument
H A Dphy.c230 * matches the desired speed and duplex, and returns the index
668 /* Cannot call flush_scheduled_work() here as desired because phy_stop_interrupts()
755 /* Cannot call flush_scheduled_work() here as desired because phy_stop()
1016 /* Write the desired MMD Devad */ mmd_phy_indirect()
1019 /* Write the desired MMD register address */ mmd_phy_indirect()
/linux-4.4.14/drivers/devfreq/
H A Dgovernor_simpleondemand.c80 /* Set the desired frequency based on the load */ devfreq_simple_ondemand_func()
/linux-4.4.14/arch/x86/kernel/cpu/mtrr/
H A Damd.c78 * desired 111 1111 1111 1100 mask amd_set_mtrr()
/linux-4.4.14/lib/raid6/test/
H A DMakefile7 OPTFLAGS = -O2 # Adjust as desired
/linux-4.4.14/net/sunrpc/
H A Dtimer.c103 * conservative timeout is desired.
/linux-4.4.14/security/keys/
H A Dpermission.c22 * Check to see whether permission is granted to use a key in the desired way,
H A Dinternal.h177 * Check to see whether permission is granted to use a key in the desired way.
/linux-4.4.14/arch/powerpc/platforms/512x/
H A Dmpc512x_shared.c102 * convert the picoseconds spec into the desired clock rate, mpc512x_set_pixel_clock()
117 * check whether the DIU supports the desired pixel clock mpc512x_set_pixel_clock()
119 * - simply request the desired clock and see what the mpc512x_set_pixel_clock()
123 * preference (i.e. with increasing distance from the desired mpc512x_set_pixel_clock()
/linux-4.4.14/arch/mips/include/asm/sn/
H A Dlaunch.h22 * an interrupt to the slave processor. The slave calls the desired
H A Dnmi.h22 * an interrupt to the slave processor. The slave calls the desired
/linux-4.4.14/arch/sparc/kernel/
H A Dhvapi.c83 * API group and desired major+minor.
/linux-4.4.14/arch/arm64/kernel/
H A Dhyp-stub.S96 * hypervisor is unlikely to work as desired.
/linux-4.4.14/tools/testing/selftests/firmware/
H A Dfw_userhelper.sh81 # Load this script instead of the desired firmware.
/linux-4.4.14/drivers/usb/musb/
H A Dmusb_dma.h145 * @desired_mode: true if mode 1 is desired; false if mode 0 is desired
/linux-4.4.14/drivers/scsi/esas2r/
H A Desas2r_log.c50 * are critical and warning messages. if other types of messages are desired,
58 * desired, the correct value for the event_log_level module parameter
/linux-4.4.14/drivers/net/ethernet/cisco/enic/
H A Denic_clsf.c196 /* desired rq changed for the flow, we need to delete enic_rx_flow_steer()
201 * new filter, upcoming pkts are put in desired queue. enic_rx_flow_steer()
H A Denic.h107 * @rq_id: desired rq index
/linux-4.4.14/lib/
H A Dhexdump.c215 * caller supplies trailing spaces for alignment if desired
280 * caller supplies trailing spaces for alignment if desired
H A Dsg_split.c132 * @nb_splits: the number of desired sg outputs
/linux-4.4.14/include/uapi/drm/
H A Dexynos_drm.h21 * User-desired buffer creation information structure.
23 * @size: user-desired memory allocation size.
/linux-4.4.14/sound/soc/samsung/
H A Ds3c24xx_uda134x.c161 pr_debug("%s desired rate %lu, %d\n", __func__, rate, bi); s3c24xx_uda134x_hw_params()
171 "too different from desired (%ld%%)\n", s3c24xx_uda134x_hw_params()
/linux-4.4.14/drivers/parport/
H A Dieee1284.c100 * @result: desired values of chosen status lines
104 * the desired values, or until the timeout period elapses. The
112 * If the status lines take on the desired values before the
148 * @result: desired values of chosen status lines
151 * desired values, or until 35ms have elapsed (see IEEE 1284-1994
/linux-4.4.14/drivers/net/wireless/iwlegacy/
H A D4965-calib.c177 /* Count number of consecutive beacons with fewer-than-desired il4965_sens_energy_cck()
193 /* Store for "fewer than desired" on later beacon */ il4965_sens_energy_cck()
199 /* Else if we got fewer than desired, increase sensitivity */ il4965_sens_energy_cck()
235 /* Store for use in "fewer than desired" with later beacon */ il4965_sens_energy_cck()
240 * (but don't go below measured energy of desired Rx) */ il4965_sens_energy_cck()
251 * energy of the desired Rx signals (reduced by backoff margin), il4965_sens_energy_cck()
326 /* Else if we got fewer than desired, increase sensitivity */ il4965_sens_auto_corr_ofdm()
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/
H A Dcalib.c250 /* Count number of consecutive beacons with fewer-than-desired iwl_sens_energy_cck()
266 /* Store for "fewer than desired" on later beacon */ iwl_sens_energy_cck()
272 /* Else if we got fewer than desired, increase sensitivity */ iwl_sens_energy_cck()
308 /* Store for use in "fewer than desired" with later beacon */ iwl_sens_energy_cck()
313 * (but don't go below measured energy of desired Rx) */ iwl_sens_energy_cck()
324 * energy of the desired Rx signals (reduced by backoff margin), iwl_sens_energy_cck()
402 /* Else if we got fewer than desired, increase sensitivity */ iwl_sens_auto_corr_ofdm()
H A Dled.c79 * to achieve the desired led frequency
/linux-4.4.14/fs/xfs/libxfs/
H A Dxfs_rtbitmap.c185 * Compute difference between actual and desired value. xfs_rtfind_back()
232 * Compute difference between actual and desired value. xfs_rtfind_back()
358 * Compute difference between actual and desired value. xfs_rtfind_forw()
402 * Compute difference between actual and desired value. xfs_rtfind_forw()
805 * Compute difference between actual and desired value. xfs_rtcheck_range()
851 * Compute difference between actual and desired value. xfs_rtcheck_range()
896 * Compute difference between actual and desired value. xfs_rtcheck_range()
/linux-4.4.14/include/rdma/
H A Drdma_cm.h247 * @qp_attr: On input, specifies the desired QP state. On output, the
248 * mandatory and desired optional attributes will be set in order to
253 * Users must set the @qp_attr->qp_state to the desired QP state. This call
H A Dib_cm.h533 * @qp_attr: On input, specifies the desired QP state. On output, the
534 * mandatory and desired optional attributes will be set in order to
539 * Users must set the @qp_attr->qp_state to the desired QP state. This call
/linux-4.4.14/drivers/staging/rtl8188eu/include/
H A Ddrv_types.h233 /* The driver will show up the desired channel number
/linux-4.4.14/drivers/tty/
H A Dtty_buffer.c140 * @size: desired size (characters)
142 * Allocate a new tty buffer to hold the desired number of characters.
241 * @size: size desired
389 * @size: desired size
H A Dn_tracesink.c21 * to a user-desired tty port, like USB.
/linux-4.4.14/drivers/s390/cio/
H A Dcio.h96 int isc; /* desired interruption subclass */
/linux-4.4.14/drivers/staging/iio/
H A Diio_simple_dummy_buffer.c69 * scan to avoid storing elements that are not desired. This iio_simple_dummy_trigger_h()
/linux-4.4.14/drivers/scsi/cxlflash/
H A Dcommon.h177 u32 internal_lun; /* User-desired LUN mode for this AFU */
H A Dsuperpipe.h99 u8 *rht_needs_ws; /* User-desired write-same function per RHTE */
/linux-4.4.14/drivers/leds/trigger/
H A Dledtrig-gpio.c26 unsigned desired_brightness; /* desired brightness when led is on */
/linux-4.4.14/drivers/ide/
H A Datiixp.c81 * Set a ATIIXP host controller to the desired DMA mode. This involves
H A Dcs5535.c72 * @speed: desired speed
H A Damd74xx.c79 * to a desired transfer mode. It also can be called by upper layers.
H A Dide-xfer-mode.c214 * @speed: desired speed
/linux-4.4.14/drivers/misc/altera-stapl/
H A Daltera-jtag.c69 * the path to the desired state. The array index is the current state,
70 * and the bit position is the desired endstate. To find out which state
313 * We are already in the desired state. altera_goto_jstate()
326 /* Get TMS value to take a step toward desired state */ altera_goto_jstate()
/linux-4.4.14/arch/um/os-Linux/
H A Dmem.c153 * increase the file size by one byte, to the desired length. create_tmp_file()
/linux-4.4.14/arch/unicore32/kernel/
H A Dsleep.S49 * r0 = value for PWRMODE M field for desired sleep state
/linux-4.4.14/arch/x86/include/asm/
H A Diommu_table.h26 * The IOMMU_INIT* macros allow a similar tree (or more complex if desired)
/linux-4.4.14/arch/alpha/include/uapi/asm/
H A Derrno.h52 #define ENOMSG 80 /* No message of desired type */
/linux-4.4.14/fs/ntfs/
H A Daops.h76 * Note this does not grant exclusive access. If such is desired, the caller
/linux-4.4.14/include/linux/ceph/
H A Dosdmap.h14 * (desired) distribution of all data objects in the system at some
/linux-4.4.14/include/uapi/asm-generic/
H A Derrno.h22 #define ENOMSG 42 /* No message of desired type */
/linux-4.4.14/include/linux/power/
H A Dmax17042_battery.h139 * used for setting a register to a desired value
/linux-4.4.14/arch/mips/include/uapi/asm/
H A Derrno.h17 #define ENOMSG 35 /* No message of desired type */
/linux-4.4.14/arch/sh/boards/mach-microdev/
H A Dirq.c115 /* This function sets the desired irq handler to be a MicroDev type */ make_microdev_irq()
/linux-4.4.14/arch/sh/drivers/
H A Dheartbeat.c8 * function or via the LED class, if desired -- the hardware tends to
/linux-4.4.14/arch/sparc/include/asm/
H A Dpgtsrmmu.h68 * 2) exec and write will only give the desired effect
/linux-4.4.14/arch/sparc/include/uapi/asm/
H A Derrno.h48 #define ENOMSG 75 /* No message of desired type */
/linux-4.4.14/arch/m68k/include/asm/
H A Dm54xxpci.h97 * This macro creates the register values from the desired addresses.
/linux-4.4.14/arch/mips/loongson64/common/cs5536/
H A Dcs5536_mfgpt.c196 .rating = 120, /* Functional for real use, but not desired */
/linux-4.4.14/arch/parisc/include/uapi/asm/
H A Derrno.h6 #define ENOMSG 35 /* No message of desired type */
/linux-4.4.14/arch/hexagon/include/asm/
H A Datomic.h64 * @old: desired old value to match
/linux-4.4.14/arch/ia64/sn/pci/pcibr/
H A Dpcibr_ate.c33 * index for the desired consecutive count.
/linux-4.4.14/sound/isa/gus/
H A Dgus_volume.c152 /* is 2 * desired FC + 1. */
/linux-4.4.14/sound/usb/line6/
H A Dpcm.h109 /* Counter to create desired sample rate */
/linux-4.4.14/drivers/watchdog/
H A Dda9052_wdt.c83 /* Set the desired timeout */ da9052_wdt_set_timeout()
/linux-4.4.14/drivers/media/i2c/m5mols/
H A Dm5mols.h264 * - size2: desired buffer size of the 2nd message
268 * category, command, total size, and desired data.
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_vfpf.h254 u16 hc_rate; /* desired interrupts per sec. */
282 u16 hc_rate; /* desired interrupts per sec. */
/linux-4.4.14/drivers/pnp/pnpbios/
H A Dbioscalls.c284 * Input: *nodenum = desired node,
319 * Input: *nodenum = desired node,
/linux-4.4.14/arch/s390/numa/
H A Dtoptree.c221 * @id: The desired child's ID
224 * If no match can be found, a new child with the desired ID
/linux-4.4.14/arch/frv/kernel/
H A Dsleep.S127 # On entry: gr7 holds desired hsr0 sleep value
128 # gr8 holds desired psr sleep value
/linux-4.4.14/sound/pci/echoaudio/
H A Dmona_dsp.c183 /* Load the desired ASIC */ switch_asic()
230 /* Load the desired ASIC (load_asic_generic() can sleep) */ set_sample_rate()
/linux-4.4.14/tools/power/acpi/os_specific/service_layers/
H A Doslinuxtbl.c237 * PARAMETERS: signature - ACPI Signature for desired table. Must be
1035 * signature - Optional ACPI Signature for desired table.
1136 * PARAMETERS: filename - File that contains the desired table
1179 * PARAMETERS: filename - File that contains the desired table
1181 * signature - Optional ACPI Signature for desired table.
1284 * signature - ACPI Signature for desired table. Must be
/linux-4.4.14/drivers/clk/bcm/
H A Dclk-kona.c391 * Commit our desired gate state to the hardware.
436 /* Otherwise wait for the gate to be in desired state */ __gate_commit()
441 * Initialize a gate. Our desired state (hardware/software select,
642 * Initialize a divider by committing our desired state to hardware
867 * Commit our desired selector value to the hardware.
926 * Initialize a selector by committing our desired state to hardware
1254 /* Set a CCU and all its clocks into their desired initial state */ kona_ccu_init()
H A Dclk-kona.h38 * should be defined such that 0 is the desired default value.
123 * the desired state.
256 * a scaled value by a scaled divisor produces the desired quotient
/linux-4.4.14/drivers/thermal/
H A Dpower_allocator.c459 * a "switch on" trip point and a "maximum desired temperature". These
463 * "maximum desired temperature" trip point and the governor is always
636 "Failed to get the maximum desired temperature: %d\n", power_allocator_throttle()
/linux-4.4.14/drivers/media/i2c/
H A Dvs6624_regs.h125 #define VS6624_FR_NUM_MSB 0x0D81 /* desired frame rate numerator MSB */
126 #define VS6624_FR_NUM_LSB 0x0D82 /* desired frame rate numerator LSB */
127 #define VS6624_FR_DEN 0x0D84 /* desired frame rate denominator */
H A Daptina-pll.c60 * desired pixel clock frequency, but they might be out of the valid aptina_pll_calculate()
/linux-4.4.14/drivers/media/usb/pvrusb2/
H A Dpvrusb2-i2c-core.c66 " (desired=%u limit=%u)", pvr2_i2c_write()
120 " (desired=%u limit=%u)", pvr2_i2c_read()
128 " (desired=%u limit=%u)", pvr2_i2c_read()
/linux-4.4.14/drivers/media/usb/dvb-usb-v2/
H A Dmxl111sf-gpio.c606 /* clear the desired GPIO */ pca9534_set_gpio()
609 /* set the desired GPIO value */ pca9534_set_gpio()
/linux-4.4.14/drivers/edac/
H A Dedac_core.h237 * If attributes are desired, then set to array of attributes
238 * If no attributes are desired, leave NULL
/linux-4.4.14/arch/tile/kernel/
H A Dstack.c231 kbt->verbose = 0; /* override in caller if desired */ KBacktraceIterator_init()
232 kbt->profile = 0; /* override in caller if desired */ KBacktraceIterator_init()
/linux-4.4.14/arch/cris/arch-v10/kernel/
H A Dsignal.c253 /* trampoline - the desired return ip is the retcode itself */ setup_frame()
312 /* trampoline - the desired return ip is the retcode itself */ setup_rt_frame()
/linux-4.4.14/arch/cris/arch-v32/kernel/
H A Dsignal.c244 /* Trampoline - the desired return ip is in the signal return page. */ setup_frame()
315 /* Trampoline - the desired return ip is in the signal return page. */ setup_rt_frame()
/linux-4.4.14/fs/ecryptfs/
H A Dmessaging.c107 * @daemon: If return value is zero, points to the desired daemon pointer
215 * upon delivery to desired context element; non-zero upon delivery
/linux-4.4.14/arch/mips/kernel/
H A Dprocess.c650 /* Update desired FP register width */ for_each_thread()
658 /* Update desired FP single layout */ for_each_thread()
/linux-4.4.14/drivers/usb/gadget/function/
H A Du_fs.h111 * operations, and it's strongly desired to have this operations
/linux-4.4.14/drivers/staging/rtl8712/
H A Drtl871x_ioctl_set.c115 * there are no desired bss in scanning queue do_join()
/linux-4.4.14/drivers/staging/rdma/hfi1/
H A Dsdma.h271 * If it is desired to send a burst of sdma_txreqs, sdma_send_txlist()
289 * CSRs for the desired number of SDMA engines.
588 * completion is desired as soon as possible.
671 * completion is desired as soon as possible.
/linux-4.4.14/drivers/ptp/
H A Dptp_chardev.c76 /* Check the desired function and channel. */ ptp_set_pinfunc()
/linux-4.4.14/drivers/video/fbdev/core/
H A Dfbcvt.c293 * pre-filled with the desired values
/linux-4.4.14/drivers/video/fbdev/kyro/
H A DSTG4000InitDevice.c173 * unless of course the desired frequency is ProgramClock()
/linux-4.4.14/drivers/mmc/core/
H A Dslot-gpio.c179 * If GPIO debouncing is desired, set the debounce parameter to a non-zero
/linux-4.4.14/drivers/gpu/drm/tegra/
H A Drgb.c197 * and hope that the desired frequency can be matched (or at least tegra_rgb_encoder_atomic_check()
/linux-4.4.14/drivers/hwmon/
H A Dda9055-hwmon.c74 /* Selects desired MUX for manual conversion */ da9055_adc_manual_read()
H A Dlm73.c114 * Convert the desired conversion rate into register bits. set_convrate()
/linux-4.4.14/drivers/media/radio/
H A Dradio-zoltrix.c105 /* tunes the radio to the desired frequency */ zoltrix_s_frequency()
/linux-4.4.14/drivers/parisc/
H A Diosapic_private.h176 ** the desired information.
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
H A Dhif.h57 * desired so, call power_down() and power_up() */
/linux-4.4.14/drivers/gpu/drm/bridge/
H A Dnxp-ptn3460.c114 /* Enable EDID emulation and select the desired EDID */ ptn3460_select_edid()
/linux-4.4.14/drivers/acpi/
H A Dvideo_detect.c359 /* Remove acpi-video backlight interface if it is no longer desired */ acpi_video_set_dmi_backlight_type()
/linux-4.4.14/arch/um/kernel/
H A Dphysmem.c157 "mem=<Amount of desired ram>\n"
/linux-4.4.14/drivers/clk/mediatek/
H A Dclk-pll.c133 * @freq: The desired target frequency
/linux-4.4.14/net/9p/
H A Derror.c97 {"No message of desired type", ENOMSG},
/linux-4.4.14/net/bridge/
H A Dbr_ioctl.c55 * maxnum -- maximum number of entries desired
/linux-4.4.14/scripts/kconfig/lxdialog/
H A Dtextbox.c278 * 'page' will be updated to point to the desired line in 'buf'.
/linux-4.4.14/fs/dlm/
H A Ddir.c31 * num_nodes to the hash value. This value in the desired range is used as an
/linux-4.4.14/fs/ufs/
H A Dutil.c237 * Locates the desired pagecache page, if not exist we'll read it,
/linux-4.4.14/include/rxrpc/
H A Dpacket.h163 __be32 level; /* desired level */
/linux-4.4.14/include/uapi/linux/dvb/
H A Dosd.h110 /* OSD_OpenRaw: set 'color' to desired window type */

Completed in 6799 milliseconds

1234