/linux-4.1.27/drivers/acpi/acpica/ |
H A D | nsarguments.c | 3 * Module Name: nsarguments - Validation of args for ACPI predefined methods 61 * against the argument type list for a predefined name. 72 /* If not a predefined name, cannot typecheck args */ acpi_ns_check_argument_types() 74 if (!info->predefined) { acpi_ns_check_argument_types() 78 arg_type_list = info->predefined->info.argument_list; acpi_ns_check_argument_types() 106 * predefined - Pointer to entry in predefined name table 111 * predefined name is what is expected (matches what is defined in 112 * the ACPI specification for this predefined name.) 119 const union acpi_predefined_info *predefined) acpi_ns_check_acpi_compliance() 124 if (!predefined) { acpi_ns_check_acpi_compliance() 128 /* Get the ACPI-required arg count from the predefined info table */ acpi_ns_check_acpi_compliance() 131 METHOD_GET_ARG_COUNT(predefined->info.argument_list); acpi_ns_check_acpi_compliance() 149 && !predefined->info.expected_btypes) { acpi_ns_check_acpi_compliance() 183 && !(predefined->info. acpi_ns_check_acpi_compliance() 200 * predefined - Pointer to entry in predefined name table 213 const union acpi_predefined_info *predefined) acpi_ns_check_argument_count() 218 if (!predefined) { acpi_ns_check_argument_count() 220 * Not a predefined name. Check the incoming user argument count acpi_ns_check_argument_count() 270 * This is a predefined name. Validate the user-supplied parameter acpi_ns_check_argument_count() 280 METHOD_GET_ARG_COUNT(predefined->info.argument_list); acpi_ns_check_argument_count() 288 !(predefined->info.argument_list & ARG_COUNT_IS_MINIMUM)) { acpi_ns_check_argument_count() 117 acpi_ns_check_acpi_compliance(char *pathname, struct acpi_namespace_node *node, const union acpi_predefined_info *predefined) acpi_ns_check_acpi_compliance() argument 210 acpi_ns_check_argument_count(char *pathname, struct acpi_namespace_node *node, u32 user_param_count, const union acpi_predefined_info *predefined) acpi_ns_check_argument_count() argument
|
H A D | utpredef.c | 3 * Module Name: utpredef - support functions for predefined names 52 * Names for the types that can be returned by the predefined objects. 67 * PARAMETERS: this_name - Entry in the predefined method/name table 69 * RETURN: Pointer to next entry in predefined table. 101 * RETURN: Pointer to entry in predefined table. NULL indicates not found. 103 * DESCRIPTION: Check an object name against the predefined object list. 111 /* Quick check for a predefined name, first character must be underscore */ acpi_ut_match_predefined_method() 117 /* Search info table for a predefined method/object name */ acpi_ut_match_predefined_method() 186 /* Types that can be returned externally by a predefined name */ 197 /* Bit widths for resource descriptor predefined names */ 219 * DESCRIPTION: Check an object name against the predefined resource 228 /* Quick check for a predefined name, first character must be underscore */ acpi_ut_match_resource_name() 234 /* Search info table for a predefined method/object name */ acpi_ut_match_resource_name() 253 * this_name - Entry in the predefined method/name table 258 * DESCRIPTION: Display information about a predefined method. Number and 339 "in predefined info structure\n", arg_count); acpi_ut_get_argument_types() 351 "in predefined info structure\n", acpi_ut_get_argument_types()
|
H A D | nspredef.c | 3 * Module Name: nspredef - Validation of ACPI predefined methods and objects 56 * This module validates predefined ACPI objects that appear in the namespace, 58 * validation is to detect problems with BIOS-exposed predefined ACPI objects 94 * DESCRIPTION: Check the value returned from a predefined name. 106 const union acpi_predefined_info *predefined; acpi_ns_check_return_value() local 108 /* If not a predefined name, we cannot validate the return object */ acpi_ns_check_return_value() 110 predefined = info->predefined; acpi_ns_check_return_value() 111 if (!predefined) { acpi_ns_check_return_value() 137 (!predefined->info.expected_btypes) || acpi_ns_check_return_value() 138 (predefined->info.expected_btypes == ACPI_RTYPE_ALL)) { acpi_ns_check_return_value() 144 * for this predefined name acpi_ns_check_return_value() 147 predefined->info.expected_btypes, acpi_ns_check_return_value() 186 * particular predefined names. acpi_ns_check_return_value() 249 * from all of the predefined names (including elements of returned acpi_ns_check_object_type() 276 /* Create a string with all expected types for this predefined object */ acpi_ns_check_object_type() 315 * predefined method is a named reference. All others are invalid.
|
H A D | nsrepair.c | 3 * Module Name: nsrepair - Repair for objects returned by predefined methods 57 * predefined methods to an object type that is expected, as per the ACPI 59 * return incorrect types for the standard predefined methods. Performing these 157 const struct acpi_simple_repair_info *predefined; acpi_ns_simple_repair() local 165 predefined = acpi_ns_match_simple_repair(info->node, acpi_ns_simple_repair() 168 if (predefined) { acpi_ns_simple_repair() 176 predefined->object_converter(return_object, &new_object); acpi_ns_simple_repair() 200 * one of the expected types for this predefined name. Attempt to acpi_ns_simple_repair() 202 * types for this predefined name. acpi_ns_simple_repair() 207 * this predefined name. Either one return value is expected, or none, acpi_ns_simple_repair() 354 /* Search info table for a repairable predefined method/object name */ acpi_ns_match_simple_repair() 412 * predefined names that return a fixed-length package and each element acpi_ns_repair_null_element()
|
H A D | acnamesp.h | 232 * nsarguments - Argument count/type checking for predefined/reserved names 243 const union acpi_predefined_info *predefined); 248 * nspredef - Return value checking for predefined/reserved names 263 * nsprepkg - Validation of predefined name packages 325 * predefined methods/objects 351 * predefined methods/objects
|
H A D | nseval.c | 132 /* Get info if we have a predefined name (_HID, etc.) */ acpi_ns_evaluate() 134 info->predefined = acpi_ns_evaluate() 166 * For predefined names: Check that the declared argument count acpi_ns_evaluate() 170 info->predefined); acpi_ns_evaluate() 177 info->param_count, info->predefined); acpi_ns_evaluate() 179 /* For predefined names: Typecheck all incoming arguments */ acpi_ns_evaluate() 291 * For predefined names, check the return value against the ACPI acpi_ns_evaluate()
|
H A D | uterror.c | 68 * DESCRIPTION: Warnings for the predefined validation module. Messages are 110 * DESCRIPTION: Info messages for the predefined validation module. Messages 152 * DESCRIPTION: BIOS error message for predefined names. Messages
|
H A D | acstruct.h | 193 const union acpi_predefined_info *predefined; /* Used if Node is a predefined name */ member in struct:acpi_evaluate_info
|
H A D | nsrepair2.c | 4 * predefined methods 53 * Information structure and handler for ACPI predefined names that can 126 * This table contains the names of the predefined methods for which we can 189 const struct acpi_repair_info *predefined; acpi_ns_complex_repairs() local 194 predefined = acpi_ns_match_complex_repair(node); acpi_ns_complex_repairs() 195 if (!predefined) { acpi_ns_complex_repairs() 199 status = predefined->repair_function(info, return_object_ptr); acpi_ns_complex_repairs() 221 /* Search info table for a repairable predefined method/object name */ acpi_ns_match_complex_repair()
|
H A D | nsxfobj.c | 78 * Special case for the predefined Root Node acpi_get_type() 130 /* Special case for the predefined Root Node (no parent) */ ACPI_EXPORT_SYMBOL()
|
H A D | utmutex.c | 75 /* Create each of the predefined mutex objects */ acpi_ut_mutex_initialize() 133 /* Delete each predefined mutex object */ acpi_ut_mutex_terminate()
|
H A D | nsprepkg.c | 3 * Module Name: nsprepkg - Validation of package objects for predefined names 96 package = info->predefined + 1; acpi_ns_check_package() 360 /* Should not get here if predefined info table is correct */ acpi_ns_check_package()
|
H A D | utosi.c | 3 * Module Name: utosi - Support for the _OSI predefined control method 76 * Strings supported by the _OSI predefined control method (which is 394 * DESCRIPTION: Implementation of the _OSI predefined control method. When
|
H A D | achware.h | 47 /* Values for the _SST predefined method */
|
H A D | nsconvert.c | 4 * predefined methods 261 * This case is often seen for predefined names that must return a acpi_ns_convert_to_buffer()
|
H A D | nsaccess.c | 99 "Entering predefined entries into namespace\n")); acpi_ns_root_initialize() 115 "Could not create predefined name %s", acpi_ns_root_initialize() 128 "Could not override predefined %s", acpi_ns_root_initialize()
|
H A D | acutils.h | 480 * utosi - Support for the _OSI predefined control method 497 * utpredef - support for predefined names
|
H A D | hwvalid.c | 118 * the requests the BIOS AML code makes to the predefined
|
H A D | utdecode.c | 393 * PARAMETERS: mutex_id - The predefined ID for this mutex.
|
H A D | utxface.c | 403 * DESCRIPTION: Install a handler for the predefined _OSI ACPI method. ACPI_EXPORT_SYMBOL()
|
H A D | aclocal.h | 302 * Information structure for ACPI predefined names. 316 * Secondary information structures for ACPI predefined objects that return 320 * The reason for this is to minimize the size of the predefined name table.
|
H A D | acpredef.h | 3 * Name: acpredef - Information table for ACPI predefined methods and objects 129 /* Support macros for users of the predefined info table */ 140 /* Macros used to build the predefined info table */
|
H A D | excreate.c | 300 * Space ID must be one of the predefined IDs, or in the user-defined acpi_ex_create_region()
|
H A D | hwregs.c | 331 * values returned from the _Sx predefined methods.
|
H A D | hwxface.c | 534 * already been issued by the predefined name module -- there is no ACPI_EXPORT_SYMBOL()
|
/linux-4.1.27/drivers/usb/serial/ |
H A D | kobil_sct.h | 54 /* use a predefined reset sequence */ 56 /* use a predefined sequence to reset the internal queues */
|
/linux-4.1.27/arch/mips/include/asm/ |
H A D | stackprotector.h | 6 * Stack protector works by putting predefined pattern at the start of
|
/linux-4.1.27/arch/arm64/include/asm/ |
H A D | stackprotector.h | 4 * Stack protector works by putting predefined pattern at the start of
|
/linux-4.1.27/arch/arm/include/asm/ |
H A D | stackprotector.h | 4 * Stack protector works by putting predefined pattern at the start of
|
/linux-4.1.27/include/linux/ |
H A D | font.h | 57 /* Max. length for the name of a predefined font */
|
H A D | drbd_genl_api.h | 44 /* hack around predefined gcc/cpp "linux=1",
|
H A D | i2c-algo-pca.h | 61 /* For PCA9564, use one of the predefined frequencies:
|
H A D | nfs4.h | 439 /* Index of predefined Linux client operations */
|
H A D | crypto.h | 271 * by the kernel crypto API. Several use cases have a predefined
|
/linux-4.1.27/arch/parisc/math-emu/ |
H A D | fpbits.h | 32 * should be predefined using the constants HOSTWDSZ and BITFRL and
|
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/ |
H A D | i40e_type.h | 577 /* Note: These are predefined bit offsets */ 619 /* Note: These are predefined bit offsets */ 744 /* Note: These are predefined bit offsets */ 755 /* Note: These are predefined bit offsets */ 779 /* Note: These are predefined bit offsets */ 791 /* Note: These are predefined bit offsets */ 849 /* Note: These are predefined bit offsets */
|
/linux-4.1.27/include/acpi/ |
H A D | acnames.h | 81 /* Definitions of the predefined namespace names */
|
H A D | acbuffer.h | 3 * Name: acbuffer.h - Support for buffers returned by ACPI predefined names 48 * Contains buffer structures for these predefined names:
|
H A D | acexcep.h | 242 EXCEP_TXT("AE_LIMIT", "A predefined limit was exceeded"),
|
H A D | acpixf.h | 150 * Create the predefined _OSI method in the namespace? Default is TRUE
|
H A D | actypes.h | 673 * If new predefined ACPI_TYPEs are added (via the ACPI specification), these
|
/linux-4.1.27/arch/m68k/lib/ |
H A D | mulsi3.S | 36 /* These are predefined by new versions of GNU cpp. */
|
H A D | divsi3.S | 36 /* These are predefined by new versions of GNU cpp. */
|
H A D | modsi3.S | 36 /* These are predefined by new versions of GNU cpp. */
|
H A D | umodsi3.S | 36 /* These are predefined by new versions of GNU cpp. */
|
H A D | udivsi3.S | 36 /* These are predefined by new versions of GNU cpp. */
|
/linux-4.1.27/arch/tile/include/uapi/arch/ |
H A D | chip_tilegx.h | 27 * use the predefined __tile_chip__ symbol. 35 * use the predefined __tile_chip_rev__ symbol.
|
H A D | chip_tilepro.h | 27 * use the predefined __tile_chip__ symbol. 35 * use the predefined __tile_chip_rev__ symbol.
|
/linux-4.1.27/arch/parisc/kernel/ |
H A D | pdc_chassis.c | 160 * pdc_chassis_send_status() - Sends a predefined message to the chassis, 170 * For a list of predefined messages, see asm-parisc/pdc_chassis.h
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_type.h | 583 /* Note: These are predefined bit offsets */ 625 /* Note: These are predefined bit offsets */ 750 /* Note: These are predefined bit offsets */ 761 /* Note: These are predefined bit offsets */ 785 /* Note: These are predefined bit offsets */ 797 /* Note: These are predefined bit offsets */ 855 /* Note: These are predefined bit offsets */
|
/linux-4.1.27/drivers/hwspinlock/ |
H A D | omap_hwspinlock.c | 189 /* board init code might need to reserve hwspinlocks for predefined purposes */
|
H A D | u8500_hsem.c | 185 /* board init code might need to reserve hwspinlocks for predefined purposes */
|
H A D | hwspinlock_core.c | 501 * reserve specific hwspinlock ids for predefined purposes.
|
/linux-4.1.27/drivers/staging/sm750fb/ |
H A D | ddk750_mode.c | 13 HW only supports 7 predefined pixel clocks, and clock select is
|
/linux-4.1.27/arch/x86/include/asm/ |
H A D | stackprotector.h | 4 * Stack protector works by putting predefined pattern at the start of
|
H A D | perf_event_p4.h | 841 * and should be either 0 or set to some predefined
|
/linux-4.1.27/drivers/staging/android/uapi/ |
H A D | ion.h | 121 * pointer to a predefined structure
|
/linux-4.1.27/drivers/regulator/ |
H A D | max8998.c | 811 /* Set predefined values for BUCK1 registers */ max8998_pmic_probe() 839 /* Set predefined values for BUCK2 registers */ max8998_pmic_probe()
|
H A D | core.c | 1974 * the predefined voltage or current value. Calls to regulator_enable()
|
/linux-4.1.27/drivers/staging/fwserial/ |
H A D | fwserial.h | 234 * @icount: predefined statistics reported by the TIOCGICOUNT ioctl
|
/linux-4.1.27/drivers/iio/frequency/ |
H A D | adf4350.c | 158 * Allow a predefined reference division factor adf4350_set_freq()
|
/linux-4.1.27/arch/mips/ |
H A D | Makefile | 114 # 2006-10-10 don't properly change the predefined symbols if -EB / -EL
|
/linux-4.1.27/include/uapi/linux/ |
H A D | fd.h | 41 const char * name; /* used only for predefined formats */
|
H A D | nl80211.h | 158 * predefined time. Received interrupt will be generated when one of the
|
/linux-4.1.27/drivers/rpmsg/ |
H A D | virtio_rpmsg_bus.c | 114 * in order to reserve that address range for predefined services. 526 * rpmsg server channels has predefined local address (for now), rpmsg_create_channel()
|
/linux-4.1.27/include/linux/usb/ |
H A D | composite.h | 328 /* predefined index for usb_composite_driver */ 343 * are predefined. The first entry that may be used is
|
/linux-4.1.27/net/mpls/ |
H A D | af_mpls.c | 948 /* In case the predefined labels need to be populated */ resize_platform_label_table() 986 /* If needed set the predefined labels */ resize_platform_label_table()
|
/linux-4.1.27/tools/power/acpi/os_specific/service_layers/ |
H A D | osunixxf.c | 238 * PARAMETERS: init_val - Initial value of the predefined object 244 * DESCRIPTION: Allow the OS to override predefined names
|
/linux-4.1.27/drivers/net/ethernet/cisco/enic/ |
H A D | vnic_devcmd.h | 356 * Set the predefined mac address as default
|
/linux-4.1.27/drivers/media/i2c/soc_camera/ |
H A D | ov5642.c | 65 * the chip work the intended way. As it works with predefined register lists,
|
/linux-4.1.27/drivers/net/wireless/ath/ath5k/ |
H A D | qcu.c | 579 * Note: HAL has some predefined values for EIFS ath5k_hw_set_ifs_intervals()
|
/linux-4.1.27/drivers/media/v4l2-core/ |
H A D | v4l2-mem2mem.c | 608 * by adding a predefined offset to buffers from one of the queues and
|
/linux-4.1.27/drivers/misc/ |
H A D | lkdtm.c | 22 * This module induces system failures at predefined crashpoints to
|
/linux-4.1.27/drivers/tty/ |
H A D | sysrq.c | 925 * keyboards have SysRq key predefined and so user may add it to keymap
|
/linux-4.1.27/drivers/usb/host/ |
H A D | uhci-hcd.h | 287 * we have a skeleton of QHs for each predefined Interrupt latency.
|
/linux-4.1.27/drivers/power/ |
H A D | abx500_chargalg.c | 755 * The battery temperature is checked against the predefined limits and the 822 * predefined number of consecutive seconds. If true, the battery is full
|
/linux-4.1.27/sound/usb/ |
H A D | mixer.c | 1684 * predefined data for processing units 1748 * predefined data for extension units
|
/linux-4.1.27/drivers/net/hamradio/ |
H A D | yam.c | 428 /* Load predefined mcs data */ get_mcs()
|
/linux-4.1.27/drivers/scsi/bfa/ |
H A D | bfa_fc.h | 528 FC_PRLI_ACC_PREDEF_IMG = 0x5, /* predefined image - no prli needed */
|
/linux-4.1.27/arch/tile/kernel/ |
H A D | hardwall.c | 809 /* Set demux tags to predefined values and enable them. */ reset_xdn_network_state()
|
/linux-4.1.27/arch/mips/alchemy/common/ |
H A D | dbdma.c | 195 /* 32 predefined plus 32 custom */
|
/linux-4.1.27/drivers/usb/phy/ |
H A D | phy-fsl-usb.c | 867 /* We don't require predefined MEM/IRQ resource index */ usb_otg_start()
|
/linux-4.1.27/drivers/video/fbdev/ |
H A D | pm3fb.c | 925 /* set predefined mode for bits_per_pixel settings */ pm3fb_check_var()
|
H A D | atafb.c | 342 * user. Return the index+1 of an equivalent predefined mode or 0
|
/linux-4.1.27/fs/nfsd/ |
H A D | nfs4callback.c | 50 /* Index of predefined Linux callback client operations */
|
/linux-4.1.27/include/crypto/ |
H A D | hash.h | 33 * store the resulting hash into it. For various predefined sizes,
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
H A D | atombios.h | 430 #define SKIP_INTERNAL_MEMORY_PARAMETER_CHANGE 0x04000000 //Only applicable to memory clock change, when set, the table will skip predefined internal memory parameter change 437 #define b3SKIP_INTERNAL_MEMORY_PARAMETER_CHANGE 0x04 //Only applicable to memory clock change, when set, the table will skip predefined internal memory parameter change 3752 #define ATOM_STD_MODE_SUPPORT_TBL_SIZE 32*8 //32 is a predefined number,8= (SIZEOF ATOM_STD_FORMAT) 3831 /* If we change usReserved to "usFBUsedbyDrvInKB", then to VBIOS this usFBUsedbyDrvInKB is a predefined, unchanged constant across VGA or non VGA adapter, 6426 UCHAR ucMemoryVenderID; // Predefined,never change across designs or memory type/vender. If not predefined, vendor detection table gets executed 6558 UCHAR ucMemoryVenderID; // Predefined,never change across designs or memory type/vender. If not predefined, vendor detection table gets executed 6625 UCHAR ucMemoryVenderID; // Predefined, If not predefined, vendor detection table gets executed 6661 UCHAR ucMemoryVenderID; // Predefined, If not predefined, vendor detection table gets executed 6692 UCHAR ucMemoryVenderID; // Predefined, If not predefined, vendor detection table gets executed
|
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_mbx.c | 1364 * in the disconnect state, it then allows up to a predefined timeout for 1705 * in the disconnect state, it then allows up to a predefined timeout for
|
/linux-4.1.27/drivers/net/ethernet/marvell/ |
H A D | pxa168_eth.c | 550 * Hardware expects CPU to build a hash table based on a predefined init_hash_table()
|
H A D | mvpp2.c | 5940 * The mapping is predefined. mvpp2_port_init()
|
/linux-4.1.27/drivers/remoteproc/ |
H A D | remoteproc_core.c | 207 * TODO: support predefined notifyids (via resource table) rproc_alloc_vring()
|
/linux-4.1.27/drivers/net/wireless/ti/wlcore/ |
H A D | cmd.c | 1634 * map the given band/channel to the respective predefined wlcore_get_reg_conf_ch_idx()
|
/linux-4.1.27/drivers/input/keyboard/ |
H A D | atkbd.c | 858 * Set the LEDs to a predefined state (all off). atkbd_reset_state()
|
/linux-4.1.27/drivers/hid/ |
H A D | wacom_sys.c | 112 /* leave touch_max as is if predefined */ wacom_feature_mapping()
|
/linux-4.1.27/lib/ |
H A D | inflate.c | 48 a predefined set of codes, called the fixed codes. The fixed method is
|
/linux-4.1.27/sound/pci/hda/ |
H A D | hda_controller.c | 254 * force timecounter to use predefined value, azx_timecounter_init()
|
/linux-4.1.27/fs/ntfs/ |
H A D | layout.h | 1355 * The predefined ACE types (8-bit, see below). 1575 * The predefined ACE type structures are as defined below. 2323 * These are the predefined reparse point tags:
|
/linux-4.1.27/drivers/media/usb/s2255/ |
H A D | s2255drv.c | 102 /* predefined settings */
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192de/ |
H A D | hw.c | 981 /* After read predefined TXT, we must set BB/MAC/RF rtl92de_hw_init()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192se/ |
H A D | hw.c | 1051 /* After read predefined TXT, we must set BB/MAC/RF rtl92se_hw_init()
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
H A D | lu_object.c | 1689 * predefined when the lu_device type are registered, during the module probe
|
/linux-4.1.27/drivers/block/ |
H A D | ataflop.c | 1583 /* refuse to re-set a predefined type for now */ fd_locked_ioctl()
|
/linux-4.1.27/arch/metag/include/asm/ |
H A D | tbx.h | 46 #define TBID_SEGTYPE_BITS 0x0F /* One of the predefined segment types */
|
/linux-4.1.27/drivers/hwmon/ |
H A D | abituguru.c | 223 * we cannot use a predefined array because we don't know beforehand
|
/linux-4.1.27/drivers/usb/musb/ |
H A D | musb_core.c | 1107 * more than selecting one of a bunch of predefined configurations.
|
/linux-4.1.27/drivers/video/fbdev/omap2/omapfb/ |
H A D | omapfb-main.c | 1517 "reserving memory at predefined address not supported\n"); omapfb_parse_vram_param()
|
/linux-4.1.27/drivers/gpu/drm/ |
H A D | drm_crtc.c | 3709 * Userspace is only allowed to set one of the predefined values for enumeration 3757 * or'ed together combination of the predefined property bitflag values
|
/linux-4.1.27/drivers/net/ethernet/tehuti/ |
H A D | tehuti.c | 1371 * When Tx level drops under some predefined treshhold, the driver
|
/linux-4.1.27/drivers/gpio/ |
H A D | gpiolib.c | 573 * @handler: the irq handler to use (often a predefined irq core function)
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
H A D | cl_object.h | 1904 * There is a small predefined number of possible io types, enumerated in enum
|