Searched refs:predefined (Results 1 - 110 of 110) sorted by relevance

/linux-4.1.27/drivers/acpi/acpica/
H A Dnsarguments.c3 * 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 Dutpredef.c3 * 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 Dnspredef.c3 * 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 Dnsrepair.c3 * 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 Dacnamesp.h232 * 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 Dnseval.c132 /* 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 Duterror.c68 * 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 Dacstruct.h193 const union acpi_predefined_info *predefined; /* Used if Node is a predefined name */ member in struct:acpi_evaluate_info
H A Dnsrepair2.c4 * 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 Dnsxfobj.c78 * 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 Dutmutex.c75 /* Create each of the predefined mutex objects */ acpi_ut_mutex_initialize()
133 /* Delete each predefined mutex object */ acpi_ut_mutex_terminate()
H A Dnsprepkg.c3 * 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 Dutosi.c3 * 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 Dachware.h47 /* Values for the _SST predefined method */
H A Dnsconvert.c4 * predefined methods
261 * This case is often seen for predefined names that must return a acpi_ns_convert_to_buffer()
H A Dnsaccess.c99 "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 Dacutils.h480 * utosi - Support for the _OSI predefined control method
497 * utpredef - support for predefined names
H A Dhwvalid.c118 * the requests the BIOS AML code makes to the predefined
H A Dutdecode.c393 * PARAMETERS: mutex_id - The predefined ID for this mutex.
H A Dutxface.c403 * DESCRIPTION: Install a handler for the predefined _OSI ACPI method. ACPI_EXPORT_SYMBOL()
H A Daclocal.h302 * 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 Dacpredef.h3 * 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 Dexcreate.c300 * Space ID must be one of the predefined IDs, or in the user-defined acpi_ex_create_region()
H A Dhwregs.c331 * values returned from the _Sx predefined methods.
H A Dhwxface.c534 * already been issued by the predefined name module -- there is no ACPI_EXPORT_SYMBOL()
/linux-4.1.27/drivers/usb/serial/
H A Dkobil_sct.h54 /* 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 Dstackprotector.h6 * Stack protector works by putting predefined pattern at the start of
/linux-4.1.27/arch/arm64/include/asm/
H A Dstackprotector.h4 * Stack protector works by putting predefined pattern at the start of
/linux-4.1.27/arch/arm/include/asm/
H A Dstackprotector.h4 * Stack protector works by putting predefined pattern at the start of
/linux-4.1.27/include/linux/
H A Dfont.h57 /* Max. length for the name of a predefined font */
H A Ddrbd_genl_api.h44 /* hack around predefined gcc/cpp "linux=1",
H A Di2c-algo-pca.h61 /* For PCA9564, use one of the predefined frequencies:
H A Dnfs4.h439 /* Index of predefined Linux client operations */
H A Dcrypto.h271 * by the kernel crypto API. Several use cases have a predefined
/linux-4.1.27/arch/parisc/math-emu/
H A Dfpbits.h32 * should be predefined using the constants HOSTWDSZ and BITFRL and
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/
H A Di40e_type.h577 /* 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 Dacnames.h81 /* Definitions of the predefined namespace names */
H A Dacbuffer.h3 * Name: acbuffer.h - Support for buffers returned by ACPI predefined names
48 * Contains buffer structures for these predefined names:
H A Dacexcep.h242 EXCEP_TXT("AE_LIMIT", "A predefined limit was exceeded"),
H A Dacpixf.h150 * Create the predefined _OSI method in the namespace? Default is TRUE
H A Dactypes.h673 * If new predefined ACPI_TYPEs are added (via the ACPI specification), these
/linux-4.1.27/arch/m68k/lib/
H A Dmulsi3.S36 /* These are predefined by new versions of GNU cpp. */
H A Ddivsi3.S36 /* These are predefined by new versions of GNU cpp. */
H A Dmodsi3.S36 /* These are predefined by new versions of GNU cpp. */
H A Dumodsi3.S36 /* These are predefined by new versions of GNU cpp. */
H A Dudivsi3.S36 /* These are predefined by new versions of GNU cpp. */
/linux-4.1.27/arch/tile/include/uapi/arch/
H A Dchip_tilegx.h27 * use the predefined __tile_chip__ symbol.
35 * use the predefined __tile_chip_rev__ symbol.
H A Dchip_tilepro.h27 * use the predefined __tile_chip__ symbol.
35 * use the predefined __tile_chip_rev__ symbol.
/linux-4.1.27/arch/parisc/kernel/
H A Dpdc_chassis.c160 * 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 Di40e_type.h583 /* 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 Domap_hwspinlock.c189 /* board init code might need to reserve hwspinlocks for predefined purposes */
H A Du8500_hsem.c185 /* board init code might need to reserve hwspinlocks for predefined purposes */
H A Dhwspinlock_core.c501 * reserve specific hwspinlock ids for predefined purposes.
/linux-4.1.27/drivers/staging/sm750fb/
H A Dddk750_mode.c13 HW only supports 7 predefined pixel clocks, and clock select is
/linux-4.1.27/arch/x86/include/asm/
H A Dstackprotector.h4 * Stack protector works by putting predefined pattern at the start of
H A Dperf_event_p4.h841 * and should be either 0 or set to some predefined
/linux-4.1.27/drivers/staging/android/uapi/
H A Dion.h121 * pointer to a predefined structure
/linux-4.1.27/drivers/regulator/
H A Dmax8998.c811 /* Set predefined values for BUCK1 registers */ max8998_pmic_probe()
839 /* Set predefined values for BUCK2 registers */ max8998_pmic_probe()
H A Dcore.c1974 * the predefined voltage or current value. Calls to regulator_enable()
/linux-4.1.27/drivers/staging/fwserial/
H A Dfwserial.h234 * @icount: predefined statistics reported by the TIOCGICOUNT ioctl
/linux-4.1.27/drivers/iio/frequency/
H A Dadf4350.c158 * Allow a predefined reference division factor adf4350_set_freq()
/linux-4.1.27/arch/mips/
H A DMakefile114 # 2006-10-10 don't properly change the predefined symbols if -EB / -EL
/linux-4.1.27/include/uapi/linux/
H A Dfd.h41 const char * name; /* used only for predefined formats */
H A Dnl80211.h158 * predefined time. Received interrupt will be generated when one of the
/linux-4.1.27/drivers/rpmsg/
H A Dvirtio_rpmsg_bus.c114 * 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 Dcomposite.h328 /* 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 Daf_mpls.c948 /* 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 Dosunixxf.c238 * 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 Dvnic_devcmd.h356 * Set the predefined mac address as default
/linux-4.1.27/drivers/media/i2c/soc_camera/
H A Dov5642.c65 * the chip work the intended way. As it works with predefined register lists,
/linux-4.1.27/drivers/net/wireless/ath/ath5k/
H A Dqcu.c579 * Note: HAL has some predefined values for EIFS ath5k_hw_set_ifs_intervals()
/linux-4.1.27/drivers/media/v4l2-core/
H A Dv4l2-mem2mem.c608 * by adding a predefined offset to buffers from one of the queues and
/linux-4.1.27/drivers/misc/
H A Dlkdtm.c22 * This module induces system failures at predefined crashpoints to
/linux-4.1.27/drivers/tty/
H A Dsysrq.c925 * keyboards have SysRq key predefined and so user may add it to keymap
/linux-4.1.27/drivers/usb/host/
H A Duhci-hcd.h287 * we have a skeleton of QHs for each predefined Interrupt latency.
/linux-4.1.27/drivers/power/
H A Dabx500_chargalg.c755 * 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 Dmixer.c1684 * predefined data for processing units
1748 * predefined data for extension units
/linux-4.1.27/drivers/net/hamradio/
H A Dyam.c428 /* Load predefined mcs data */ get_mcs()
/linux-4.1.27/drivers/scsi/bfa/
H A Dbfa_fc.h528 FC_PRLI_ACC_PREDEF_IMG = 0x5, /* predefined image - no prli needed */
/linux-4.1.27/arch/tile/kernel/
H A Dhardwall.c809 /* Set demux tags to predefined values and enable them. */ reset_xdn_network_state()
/linux-4.1.27/arch/mips/alchemy/common/
H A Ddbdma.c195 /* 32 predefined plus 32 custom */
/linux-4.1.27/drivers/usb/phy/
H A Dphy-fsl-usb.c867 /* We don't require predefined MEM/IRQ resource index */ usb_otg_start()
/linux-4.1.27/drivers/video/fbdev/
H A Dpm3fb.c925 /* set predefined mode for bits_per_pixel settings */ pm3fb_check_var()
H A Datafb.c342 * user. Return the index+1 of an equivalent predefined mode or 0
/linux-4.1.27/fs/nfsd/
H A Dnfs4callback.c50 /* Index of predefined Linux callback client operations */
/linux-4.1.27/include/crypto/
H A Dhash.h33 * store the resulting hash into it. For various predefined sizes,
/linux-4.1.27/drivers/gpu/drm/radeon/
H A Datombios.h430 #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 Dfm10k_mbx.c1364 * 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 Dpxa168_eth.c550 * Hardware expects CPU to build a hash table based on a predefined init_hash_table()
H A Dmvpp2.c5940 * The mapping is predefined. mvpp2_port_init()
/linux-4.1.27/drivers/remoteproc/
H A Dremoteproc_core.c207 * TODO: support predefined notifyids (via resource table) rproc_alloc_vring()
/linux-4.1.27/drivers/net/wireless/ti/wlcore/
H A Dcmd.c1634 * map the given band/channel to the respective predefined wlcore_get_reg_conf_ch_idx()
/linux-4.1.27/drivers/input/keyboard/
H A Datkbd.c858 * Set the LEDs to a predefined state (all off). atkbd_reset_state()
/linux-4.1.27/drivers/hid/
H A Dwacom_sys.c112 /* leave touch_max as is if predefined */ wacom_feature_mapping()
/linux-4.1.27/lib/
H A Dinflate.c48 a predefined set of codes, called the fixed codes. The fixed method is
/linux-4.1.27/sound/pci/hda/
H A Dhda_controller.c254 * force timecounter to use predefined value, azx_timecounter_init()
/linux-4.1.27/fs/ntfs/
H A Dlayout.h1355 * 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 Ds2255drv.c102 /* predefined settings */
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192de/
H A Dhw.c981 /* After read predefined TXT, we must set BB/MAC/RF rtl92de_hw_init()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192se/
H A Dhw.c1051 /* After read predefined TXT, we must set BB/MAC/RF rtl92se_hw_init()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
H A Dlu_object.c1689 * predefined when the lu_device type are registered, during the module probe
/linux-4.1.27/drivers/block/
H A Dataflop.c1583 /* refuse to re-set a predefined type for now */ fd_locked_ioctl()
/linux-4.1.27/arch/metag/include/asm/
H A Dtbx.h46 #define TBID_SEGTYPE_BITS 0x0F /* One of the predefined segment types */
/linux-4.1.27/drivers/hwmon/
H A Dabituguru.c223 * we cannot use a predefined array because we don't know beforehand
/linux-4.1.27/drivers/usb/musb/
H A Dmusb_core.c1107 * more than selecting one of a bunch of predefined configurations.
/linux-4.1.27/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-main.c1517 "reserving memory at predefined address not supported\n"); omapfb_parse_vram_param()
/linux-4.1.27/drivers/gpu/drm/
H A Ddrm_crtc.c3709 * 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 Dtehuti.c1371 * When Tx level drops under some predefined treshhold, the driver
/linux-4.1.27/drivers/gpio/
H A Dgpiolib.c573 * @handler: the irq handler to use (often a predefined irq core function)
/linux-4.1.27/drivers/staging/lustre/lustre/include/
H A Dcl_object.h1904 * There is a small predefined number of possible io types, enumerated in enum

Completed in 3347 milliseconds