Searched refs:components (Results 1 - 200 of 252) sorted by relevance

12

/linux-4.4.14/drivers/crypto/caam/
H A DMakefile2 # Makefile for the CAAM backend and dependent components
/linux-4.4.14/arch/cris/include/arch-v32/arch/
H A Dchecksum.h8 * generate carry-additions for the 32-bit components of the
10 * 16-bit components and then add.
/linux-4.4.14/arch/xtensa/platforms/xt2000/include/platform/
H A Dhardware.h32 * On-board components.
49 * Various other components.
/linux-4.4.14/arch/cris/include/arch-v10/arch/
H A Dchecksum.h7 * for the 32-bit components of the checksum, so otherwise we would have had
8 * to split all of those into 16-bit components, then add.
/linux-4.4.14/drivers/base/
H A Dcomponent.c32 struct list_head components; member in struct:master
71 list_add_tail(&c->master_node, &master->components); component_attach_master()
117 * Search the list of components, looking for components that find_components()
125 * any components which are found to this master. find_components()
137 /* Detach all attached components from this master */ master_remove_components()
140 while (!list_empty(&master->components)) { master_remove_components()
141 struct component *c = list_first_entry(&master->components, master_remove_components()
166 * Search the list of components, looking for components that try_to_bring_up_master()
170 /* Failed to find all components */ try_to_bring_up_master()
185 /* Found all components */ try_to_bring_up_master()
310 INIT_LIST_HEAD(&master->components); component_master_add_with_match()
376 list_for_each_entry_reverse(c, &master->components, master_node) component_unbind_all()
445 list_for_each_entry(c, &master->components, master_node) { component_bind_all()
452 list_for_each_entry_continue_reverse(c, &master->components, component_bind_all()
/linux-4.4.14/include/media/
H A Dsoc_mediabus.h54 * @SOC_MBUS_LAYOUT_PACKED: color components packed
55 * @SOC_MBUS_LAYOUT_PLANAR_2Y_U_V: YUV components stored in 3 planes (4:2:2)
56 * @SOC_MBUS_LAYOUT_PLANAR_2Y_C: YUV components stored in a luma and a
59 * @SOC_MBUS_LAYOUT_PLANAR_Y_C: YUV components stored in a luma and a
H A Dadv7604.h37 * the board and describes the components order on the bus when the ADV7604
H A Dadv7842.h35 * the board and describes the components order on the bus when the ADV7842
H A Dmsp3400.h67 Depending on how the msp is wired to the other components you can
H A Dsoc_camera.h194 * two components.
/linux-4.4.14/include/uapi/linux/
H A Dif_arcnet.h56 * The RFC1201-specific components of an arcnet packet header.
67 * The RFC1051-specific components.
76 * The ethernet-encap-specific components. We have a real ethernet header
H A Dethtool.h1412 /* The reset() operation must clear the flags for the components which
1414 * components which were not reset, either because they do not exist
1416 * driver must never reset any components that were not requested.
1419 /* These flags represent components dedicated to the interface
1432 * multiple components */
1434 ETH_RESET_DEDICATED = 0x0000ffff, /* All components dedicated to
1436 ETH_RESET_ALL = 0xffffffff, /* All components used by this
H A Dhyperv.h188 * In Linux, we implement the KVP functionality in two components:
H A Dfb.h183 * components. Offset specifies the position of the least significant bit
H A Dsysctl.h31 #define CTL_MAXNAME 10 /* how many path components do we allow in a
H A Dixjuser.h577 * and the transmit gain (AGX). OR together the components and pass them
/linux-4.4.14/drivers/i2c/
H A Di2c-core.h24 * only i2c core components are allowed to use these symbols.
/linux-4.4.14/drivers/misc/
H A Denclosure.c117 * @components: number of components in the enclosure
124 enclosure_register(struct device *dev, const char *name, int components, enclosure_register() argument
129 sizeof(struct enclosure_component)*components, enclosure_register()
138 edev->components = components; enclosure_register()
148 for (i = 0; i < components; i++) { enclosure_register()
182 for (i = 0; i < edev->components; i++) enclosure_unregister()
265 for (i = 0; i < edev->components; i++) { enclosure_component_find_by_name()
286 * The name is optional for enclosures that give their components a unique
302 if (number >= edev->components) enclosure_component_alloc()
316 /* Some hardware (e.g. enclosure in RX300 S6) has components enclosure_component_alloc()
379 if (!edev || component >= edev->components) enclosure_add_device()
412 for (i = 0; i < edev->components; i++) { enclosure_remove_device()
435 return snprintf(buf, 40, "%d\n", edev->components); components_show()
437 static DEVICE_ATTR_RO(components);
/linux-4.4.14/samples/pktgen/
H A Dfunctions.sh30 # components of pktgen:
33 # These functions correspond to pktgens different components.
/linux-4.4.14/drivers/media/platform/vsp1/
H A Dvsp1_video.h32 * @swap_yc: the Y and C components are swapped (Y comes before C)
33 * @swap_uv: the U and V components are swapped (V comes before U)
/linux-4.4.14/drivers/gpu/drm/
H A Ddrm_of.c69 * @compare_of: compare function used for matching components
72 * Parse the platform device OF node and bind all the components associated
/linux-4.4.14/drivers/staging/unisys/include/
H A Dversion.h18 /* Common version/release info needed by all components goes here.
H A Dvisorbus.h19 * This header file is to be included by other kernel mode components that
21 * mode components is called a visor device driver. Refer to visortemplate
/linux-4.4.14/drivers/isdn/mISDN/
H A Ddsp_biquad.h2 * SpanDSP - a series of DSP components for telephony
H A Ddsp_ecdis.h2 * SpanDSP - a series of DSP components for telephony
/linux-4.4.14/drivers/misc/vmw_vmci/
H A Dvmci_driver.h39 * Needed by other components of this module. It's okay to have one global
/linux-4.4.14/drivers/edac/
H A Dedac_stub.c2 * common EDAC components that must be in kernel
H A Dedac_device.c64 * Example: L1 cache and L2 cache are 2 instance components
/linux-4.4.14/arch/tile/include/gxio/
H A Dcommon.h19 * Routines shared between the various GXIO device components.
H A Dtrio.h28 * the various components of the API. We strongly recommend reading
H A Dmpipe.h66 * hardware components and the gxio_mpipe_ calls used to manage them;
1624 * to run first will win. Note, however, that some system components, like
/linux-4.4.14/arch/sh/boards/mach-sdk7786/
H A Dfpga.c24 * components can be determined dynamically from its section mapping
/linux-4.4.14/drivers/scsi/
H A Dses.c460 for (i = 0; i < edev->components; i++) { ses_enclosure_find_by_addr()
480 int i, j, page7_len, len, components; ses_enclosure_data_process() local
518 components = 0; ses_enclosure_data_process()
542 components++, ses_enclosure_data_process()
546 ecomp = &edev->component[components++]; ses_enclosure_data_process()
622 int i, types, len, components = 0; ses_intf_add() local
681 components += type_ptr[1]; ses_intf_add()
721 scomp = kzalloc(sizeof(struct ses_component) * components, GFP_KERNEL); ses_intf_add()
726 components, &ses_enclosure_callbacks); ses_intf_add()
735 for (i = 0; i < components; i++) ses_intf_add()
H A Dgdth.h502 gdth_arraycomp_str ai_drives[35]; /* drive components: */
503 u8 ai_drive_entries; /* number of drive components */
H A DBusLogic.h797 SCCB Manager. The remaining components are defined by the Linux BusLogic
/linux-4.4.14/net/irda/
H A Dirmod.c77 * Initialise the various components of the IrDA stack
149 * Cleanup the various components of the IrDA stack
/linux-4.4.14/drivers/media/platform/s5p-jpeg/
H A Djpeg-core.h194 * @components: number of image components
206 u32 components; member in struct:s5p_jpeg_q_data
H A Djpeg-core.c794 int c, x, components; exynos4_jpeg_parse_decode_h_tbl() local
809 components = get_byte(&jpeg_buffer); exynos4_jpeg_parse_decode_h_tbl()
810 if (components == -1) exynos4_jpeg_parse_decode_h_tbl()
812 while (components--) { exynos4_jpeg_parse_decode_h_tbl()
889 int c, x, components; exynos4_jpeg_parse_decode_q_tbl() local
897 components = get_byte(&jpeg_buffer); exynos4_jpeg_parse_decode_q_tbl()
898 if (components == -1) exynos4_jpeg_parse_decode_q_tbl()
901 exynos4_jpeg_set_dec_components(jpeg->regs, components); exynos4_jpeg_parse_decode_q_tbl()
903 while (components--) { exynos4_jpeg_parse_decode_q_tbl()
1100 int c, components = 0, notfound, n_dht = 0, n_dqt = 0; s5p_jpeg_parse_hdr() local
1143 components = get_byte(&jpeg_buffer); s5p_jpeg_parse_hdr()
1144 if (components == -1) s5p_jpeg_parse_hdr()
1147 if (components == 1) { s5p_jpeg_parse_hdr()
1154 if (components > 3) s5p_jpeg_parse_hdr()
1156 skip(&jpeg_buffer, components * 2); s5p_jpeg_parse_hdr()
1221 result->size = result->components = components; s5p_jpeg_parse_hdr()
H A Djpeg-hw-exynos3250.c202 /* this driver uses table 0 for all color components */ exynos3250_jpeg_htbl_ac()
214 /* this driver uses table 0 for all color components */ exynos3250_jpeg_htbl_dc()
H A Djpeg-hw-s5p.c120 /* this driver uses table 0 for all color components */ s5p_jpeg_htbl_ac()
131 /* this driver uses table 0 for all color components */ s5p_jpeg_htbl_dc()
/linux-4.4.14/scripts/dtc/
H A Dfdtput.c42 int auto_path; /* automatically create all path components */
155 * Create paths as needed for all components of a path
157 * Any components of the path that do not exist are created. Errors are
/linux-4.4.14/drivers/staging/rtl8188eu/include/
H A Dodm_debug.h58 /* Define the tracing components */
/linux-4.4.14/drivers/staging/rtl8723au/include/
H A Dodm_debug.h64 /* Define the tracing components */
/linux-4.4.14/drivers/gpu/drm/qxl/
H A Dqxl_debugfs.c117 DRM_ERROR("Reached maximum number of debugfs components.\n"); qxl_debugfs_add_files()
/linux-4.4.14/fs/nfsd/
H A Dexport.h23 char *path; /* slash separated list of path components */
H A Dnfs4xdr.c1920 /* Encode as an array of strings the string given with components
1924 char *components, char esc_enter, nfsd4_encode_components_esc()
1933 dprintk("nfsd4_encode_components(%s)\n", components); nfsd4_encode_components_esc()
1941 end = str = components; nfsd4_encode_components_esc()
1980 /* Encode as an array of strings the string given with components
1984 char *components) nfsd4_encode_components()
1986 return nfsd4_encode_components_esc(xdr, sep, components, 0, 0); nfsd4_encode_components()
2016 struct dentry **components = NULL; nfsd4_encode_path() local
2024 * dentries/path components in an array. nfsd4_encode_path()
2036 new = krealloc(components, nfsd4_encode_path()
2041 components = new; nfsd4_encode_path()
2043 components[ncomponents++] = cur.dentry; nfsd4_encode_path()
2053 struct dentry *dentry = components[ncomponents - 1]; nfsd4_encode_path()
2074 dput(components[--ncomponents]); nfsd4_encode_path()
2075 kfree(components); nfsd4_encode_path()
1923 nfsd4_encode_components_esc(struct xdr_stream *xdr, char sep, char *components, char esc_enter, char esc_exit) nfsd4_encode_components_esc() argument
1983 nfsd4_encode_components(struct xdr_stream *xdr, char sep, char *components) nfsd4_encode_components() argument
/linux-4.4.14/security/apparmor/
H A Dcapability.c43 * audit_cb - call back for capability components of audit struct
/linux-4.4.14/include/linux/
H A Denclosure.h114 int components; member in struct:enclosure_device
H A Dnamei.h23 * - internal "there are more path components" flag
H A Dcoresight.h92 * @child_names:name of all child components connected to this device.
H A Dmodule.h199 * There are dual licensed components, but when running with Linux it is the
H A Dedac.h456 * @size: number of components per layer. For example,
H A Dnfs_xdr.h1095 struct nfs4_string components[NFS4_PATHNAME_MAXCOMPONENTS]; member in struct:nfs4_pathname
/linux-4.4.14/include/linux/platform_data/
H A Dhsmmc-omap.h41 /* set if your board has components or wiring that limits the
H A Dmmc-omap.h22 /* set if your board has components or wiring that limits the
/linux-4.4.14/arch/powerpc/include/asm/
H A Dtsi108.h52 /* Tsi108 registers used by common code components */
H A Deeh.h66 * bus and its subordinate components. The struct also need ship
H A Dkvm_host.h186 /* XICS components, defined in book3s_xics.c */
/linux-4.4.14/net/ipv6/
H A Daddrconf_core.c2 * IPv6 library code, needed by static components when full IPv6 support is
H A Doutput_core.c2 * IPv6 library code, needed by static components when full IPv6 support is
H A Dexthdrs_core.c2 * IPv6 library code, needed by static components when full IPv6 support is
/linux-4.4.14/net/netlabel/
H A Dnetlabel_user.c57 * Call out to the NetLabel components so they can register their families and
/linux-4.4.14/sound/soc/samsung/
H A Dlowland.c51 /* Clock OPCLK, used by the other audio components. */ lowland_wm5100_init()
/linux-4.4.14/tools/perf/util/
H A Dpath.c136 * If path ends with suffix (complete path components), returns the
/linux-4.4.14/drivers/media/usb/gspca/
H A Dspca500.c254 { /* Q-table Y-components */
263 { /* Q-table C-components */
275 { /* Q-table Y-components */
284 { /* Q-table C-components */
296 { /* Q-table Y-components start registers 0x8800 */
306 { /* Q-table C-components start registers 0x8840 */
411 /* loop over y components */ spca50x_setup_qtable()
418 /* loop over c components */ spca50x_setup_qtable()
H A Dsunplus.c200 { /* Q-table Y-components */
209 { /* Q-table C-components */
225 { /* Q-table Y-components */
235 { /* Q-table C-components */
336 /* loop over y components */ setup_qtable()
340 /* loop over c components */ setup_qtable()
H A Dpac7311.c534 0x03, /* Number of image components: 3 */
541 0x03, /* number of components: 3 */
H A Dpac7302.c770 0x03, /* Number of image components: 3 */
777 0x03, /* number of components: 3 */
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/
H A Ddebug.h73 Define the rt_trace components
110 Define the rt_print components
/linux-4.4.14/drivers/clk/ti/
H A Dcomposite.c196 /* All components exists, proceed with registration */ _register_composite()
270 * Adds a component clock to the list of available components, so that
/linux-4.4.14/Documentation/dvb/
H A Dget_dvb_firmware24 @components = ( "sp8870", "sp887x", "tda10045", "tda10046",
39 for ($i=0; $i < scalar(@components); $i++) {
40 if ($cid eq $components[$i]) {
936 print STDERR "Supported components:\n";
937 @components = sort @components;
938 for($i=0; $i < scalar(@components); $i++) {
939 print STDERR "\t" . $components[$i] . "\n";
/linux-4.4.14/drivers/gpu/drm/imx/
H A Dimx-drm-core.c285 /* Now try and bind all our sub-components */ imx_drm_driver_load()
291 * All components are now added, we can publish the connector sysfs imx_drm_driver_load()
307 * All components are now initialised, so setup the fb helper. imx_drm_driver_load()
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp5/
H A Dmdp5_smp.c124 * For ViG pipes, fetch Y/Cr/Cb-components clients are always pipe2client()
228 * U and V components (splits them from Y if necessary) and packs mdp5_smp_request()
236 * sub sampled chroma components mdp5_smp_request()
H A Dmdp5_plane.c741 /* SCALE is used to both scale and up-sample chroma components */ mdp5_plane_mode_set()
/linux-4.4.14/arch/tile/include/uapi/arch/
H A Dsim.h556 * SIM_CHIP_ALL (enables all chip-level components).
578 * SIM_CHIP_ALL (disables all chip-level components).
600 * SIM_CHIP_ALL (clears all chip-level components).
/linux-4.4.14/drivers/char/mwave/
H A D3780i.h269 /* Enables for various DSP components */
274 /* IRQ, DMA, and Base I/O addresses for various DSP components */
281 /* IRQ modes for various DSP components */
/linux-4.4.14/drivers/gpu/drm/radeon/
H A Datombios.h244 USHORT ASIC_Init; //Function Table, used by various SW components,latest version 1.1
246 USHORT ASIC_RegistersInit; //Atomic Table, indirectly used by various SW components,called from ASIC_Init
249 USHORT MemoryControllerInit; //Atomic Table, indirectly used by various SW components,called from ASIC_Init
250 USHORT EnableCRTCMemReq; //Function Table,directly used by various SW components,latest version 2.1
251 USHORT MemoryParamAdjust; //Atomic Table, indirectly used by various SW components,called from SetMemoryClock if needed
252 USHORT DVOEncoderControl; //Function Table,directly used by various SW components,latest version 1.2
254 USHORT SetEngineClock; //Function Table,directly used by various SW components,latest version 1.1
255 USHORT SetMemoryClock; //Function Table,directly used by various SW components,latest version 1.1
256 USHORT SetPixelClock; //Function Table,directly used by various SW components,latest version 1.2
257 USHORT EnableDispPowerGating; //Atomic Table, indirectly used by various SW components,called from ASIC_Init
258 USHORT ResetMemoryDLL; //Atomic Table, indirectly used by various SW components,called from SetMemoryClock
259 USHORT ResetMemoryDevice; //Atomic Table, indirectly used by various SW components,called from SetMemoryClock
262 USHORT AdjustMemoryController; //Atomic Table, indirectly used by various SW components,called from SetMemoryClock
265 USHORT DAC_LoadDetection; //Atomic Table, directly used by various SW components,latest version 1.2
266 USHORT LVTMAEncoderControl; //Atomic Table,directly used by various SW components,latest version 1.3
267 USHORT HW_Misc_Operation; //Atomic Table, directly used by various SW components,latest version 1.1
268 USHORT DAC1EncoderControl; //Atomic Table, directly used by various SW components,latest version 1.1
269 USHORT DAC2EncoderControl; //Atomic Table, directly used by various SW components,latest version 1.1
270 USHORT DVOOutputControl; //Atomic Table, directly used by various SW components,latest version 1.1
273 USHORT TVEncoderControl; //Function Table,directly used by various SW components,latest version 1.1
278 USHORT BlankCRTC; //Atomic Table, directly used by various SW components,latest version 1.1
279 USHORT EnableCRTC; //Atomic Table, directly used by various SW components,latest version 1.1
280 USHORT GetPixelClock; //Atomic Table, directly used by various SW components,latest version 1.1
281 USHORT EnableVGA_Render; //Function Table,directly used by various SW components,latest version 1.1
283 USHORT SetCRTC_Timing; //Atomic Table, directly used by various SW components,latest version 1.1
284 USHORT SetCRTC_OverScan; //Atomic Table, used by various SW components,latest version 1.1
286 USHORT SelectCRTC_Source; //Atomic Table, directly used by various SW components,latest version 1.1
291 USHORT GetMemoryClock; //Atomic Table, directly used by various SW components,latest version 1.1
292 USHORT GetEngineClock; //Atomic Table, directly used by various SW components,latest version 1.1
293 USHORT SetCRTC_UsingDTDTiming; //Atomic Table, directly used by various SW components,latest version 1.1
294 USHORT ExternalEncoderControl; //Atomic Table, directly used by various SW components,latest version 2.1
295 USHORT LVTMAOutputControl; //Atomic Table, directly used by various SW components,latest version 1.1
299 USHORT WriteOneByteToHWAssistedI2C; //Function Table,indirectly used by various SW components
300 USHORT ReadHWAssistedI2CStatus; //Atomic Table, indirectly used by various SW components
301 USHORT SpeedFanControl; //Function Table,indirectly used by various SW components,called from ASIC_Init
302 USHORT PowerConnectorDetection; //Atomic Table, directly used by various SW components,latest version 1.1
303 USHORT MC_Synchronization; //Atomic Table, indirectly used by various SW components,called from SetMemoryClock
304 USHORT ComputeMemoryEnginePLL; //Atomic Table, indirectly used by various SW components,called from SetMemory/EngineClock
305 USHORT MemoryRefreshConversion; //Atomic Table, indirectly used by various SW components,called from SetMemory or SetEngineClock
307 USHORT DynamicMemorySettings; //Atomic Table, indirectly used by various SW components,called from SetMemoryClock
309 USHORT EnableSpreadSpectrumOnPPLL; //Atomic Table, directly used by various SW components,latest version 1.2
310 USHORT TMDSAOutputControl; //Atomic Table, directly used by various SW components,latest version 1.1
311 USHORT SetVoltage; //Function Table,directly and/or indirectly used by various SW components,latest version 1.1
312 USHORT DAC1OutputControl; //Atomic Table, directly used by various SW components,latest version 1.1
313 USHORT DAC2OutputControl; //Atomic Table, directly used by various SW components,latest version 1.1
315 USHORT ClockSource; //Atomic Table, indirectly used by various SW components,called from ASIC_Init
316 USHORT MemoryDeviceInit; //Atomic Table, indirectly used by various SW components,called from SetMemoryClock
317 USHORT GetDispObjectInfo; //Atomic Table, indirectly used by various SW components,called from EnableVGARender
318 USHORT DIG1EncoderControl; //Atomic Table,directly used by various SW components,latest version 1.1
319 USHORT DIG2EncoderControl; //Atomic Table,directly used by various SW components,latest version 1.1
320 USHORT DIG1TransmitterControl; //Atomic Table,directly used by various SW components,latest version 1.1
321 USHORT DIG2TransmitterControl; //Atomic Table,directly used by various SW components,latest version 1.1
2353 USHORT FirmwareInfo; // Shared by various SW components,latest version 1.4
2355 USHORT LCD_Info; // Shared by various SW components,latest version 1.3, was called LVDS_Info
2357 USHORT AnalogTV_Info; // Shared by various SW components,latest version 1.1
2359 USHORT GPIO_I2C_Info; // Shared by various SW components,latest version 1.2 will be used from R600
2360 USHORT VRAM_UsageByFirmware; // Shared by various SW components,latest version 1.3 will be used from R600
2361 USHORT GPIO_Pin_LUT; // Shared by various SW components,latest version 1.1
2363 USHORT ComponentVideoInfo; // Shared by various SW components,latest version 2.1 will be used from R600
2364 USHORT PowerPlayInfo; // Shared by various SW components,latest version 2.1,new design from R600
2367 USHORT PPLL_SS_Info; // Shared by various SW components,latest version 1.2, used to call SS_Info, change to new name because of int ASIC SS info
2370 USHORT MclkSS_Info; // Shared by various SW components,latest version 1.1, only enabled when ext SS chip is used
2371 USHORT Object_Header; // Shared by various SW components,latest version 1.1
2379 USHORT IntegratedSystemInfo; // Shared by various SW components
2381 USHORT VoltageObjectInfo; // Shared by various SW components, latest version 1.1
2382 USHORT PowerSourceInfo; // Shared by various SW components, latest versoin 1.1
2812 Then VBIOS will copy the whole structure to its image so all GPU SW components can access this data structure to get whatever they need.
2815 SW components can access the IGP system infor structure in the same way as before
7768 // Following definitions are for compatibility issue in different SW components.
H A Dr300_reg.h123 of components */
232 * mode, the swizzling pattern is e.g. used to set zw components in texture
233 * coordinates with only tweo components.
396 of components */
865 /* The X, Y, Z and W refer to the layout of the components.
1060 * and an adder that adds all components after the MUL.
1666 /* The R300 can select components from the input register arbitrarily.
/linux-4.4.14/drivers/gpu/drm/amd/include/
H A Datombios.h234 USHORT ASIC_Init; //Function Table, used by various SW components,latest version 1.1
236 USHORT ASIC_RegistersInit; //Atomic Table, indirectly used by various SW components,called from ASIC_Init
239 USHORT MemoryControllerInit; //Atomic Table, indirectly used by various SW components,called from ASIC_Init
240 USHORT EnableCRTCMemReq; //Function Table,directly used by various SW components,latest version 2.1
241 USHORT MemoryParamAdjust; //Atomic Table, indirectly used by various SW components,called from SetMemoryClock if needed
242 USHORT DVOEncoderControl; //Function Table,directly used by various SW components,latest version 1.2
244 USHORT SetEngineClock; //Function Table,directly used by various SW components,latest version 1.1
245 USHORT SetMemoryClock; //Function Table,directly used by various SW components,latest version 1.1
246 USHORT SetPixelClock; //Function Table,directly used by various SW components,latest version 1.2
247 USHORT EnableDispPowerGating; //Atomic Table, indirectly used by various SW components,called from ASIC_Init
248 USHORT ResetMemoryDLL; //Atomic Table, indirectly used by various SW components,called from SetMemoryClock
249 USHORT ResetMemoryDevice; //Atomic Table, indirectly used by various SW components,called from SetMemoryClock
252 USHORT AdjustMemoryController; //Atomic Table, indirectly used by various SW components,called from SetMemoryClock
255 USHORT DAC_LoadDetection; //Atomic Table, directly used by various SW components,latest version 1.2
256 USHORT LVTMAEncoderControl; //Atomic Table,directly used by various SW components,latest version 1.3
257 USHORT HW_Misc_Operation; //Atomic Table, directly used by various SW components,latest version 1.1
258 USHORT DAC1EncoderControl; //Atomic Table, directly used by various SW components,latest version 1.1
259 USHORT DAC2EncoderControl; //Atomic Table, directly used by various SW components,latest version 1.1
260 USHORT DVOOutputControl; //Atomic Table, directly used by various SW components,latest version 1.1
263 USHORT SMC_Init; //Function Table,directly used by various SW components,latest version 1.1
268 USHORT BlankCRTC; //Atomic Table, directly used by various SW components,latest version 1.1
269 USHORT EnableCRTC; //Atomic Table, directly used by various SW components,latest version 1.1
270 USHORT GetPixelClock; //Atomic Table, directly used by various SW components,latest version 1.1
271 USHORT EnableVGA_Render; //Function Table,directly used by various SW components,latest version 1.1
273 USHORT SetCRTC_Timing; //Atomic Table, directly used by various SW components,latest version 1.1
274 USHORT SetCRTC_OverScan; //Atomic Table, used by various SW components,latest version 1.1
276 USHORT SelectCRTC_Source; //Atomic Table, directly used by various SW components,latest version 1.1
281 USHORT GetMemoryClock; //Atomic Table, directly used by various SW components,latest version 1.1
282 USHORT GetEngineClock; //Atomic Table, directly used by various SW components,latest version 1.1
283 USHORT SetCRTC_UsingDTDTiming; //Atomic Table, directly used by various SW components,latest version 1.1
284 USHORT ExternalEncoderControl; //Atomic Table, directly used by various SW components,latest version 2.1
285 USHORT LVTMAOutputControl; //Atomic Table, directly used by various SW components,latest version 1.1
289 USHORT WriteOneByteToHWAssistedI2C; //Function Table,indirectly used by various SW components
290 USHORT ReadHWAssistedI2CStatus; //Atomic Table, indirectly used by various SW components
291 USHORT SpeedFanControl; //Function Table,indirectly used by various SW components,called from ASIC_Init
292 USHORT PowerConnectorDetection; //Atomic Table, directly used by various SW components,latest version 1.1
293 USHORT MC_Synchronization; //Atomic Table, indirectly used by various SW components,called from SetMemoryClock
294 USHORT ComputeMemoryEnginePLL; //Atomic Table, indirectly used by various SW components,called from SetMemory/EngineClock
295 USHORT MemoryRefreshConversion; //Atomic Table, indirectly used by various SW components,called from SetMemory or SetEngineClock
297 USHORT DynamicMemorySettings; //Atomic Table, indirectly used by various SW components,called from SetMemoryClock
299 USHORT EnableSpreadSpectrumOnPPLL; //Atomic Table, directly used by various SW components,latest version 1.2
300 USHORT TMDSAOutputControl; //Atomic Table, directly used by various SW components,latest version 1.1
301 USHORT SetVoltage; //Function Table,directly and/or indirectly used by various SW components,latest version 1.1
302 USHORT DAC1OutputControl; //Atomic Table, directly used by various SW components,latest version 1.1
303 USHORT ReadEfuseValue; //Atomic Table, directly used by various SW components,latest version 1.1
305 USHORT ClockSource; //Atomic Table, indirectly used by various SW components,called from ASIC_Init
306 USHORT MemoryDeviceInit; //Atomic Table, indirectly used by various SW components,called from SetMemoryClock
307 USHORT GetDispObjectInfo; //Atomic Table, indirectly used by various SW components,called from EnableVGARender
308 USHORT DIG1EncoderControl; //Atomic Table,directly used by various SW components,latest version 1.1
309 USHORT DIG2EncoderControl; //Atomic Table,directly used by various SW components,latest version 1.1
310 USHORT DIG1TransmitterControl; //Atomic Table,directly used by various SW components,latest version 1.1
311 USHORT DIG2TransmitterControl; //Atomic Table,directly used by various SW components,latest version 1.1
2421 USHORT FirmwareInfo; // Shared by various SW components,latest version 1.4
2423 USHORT LCD_Info; // Shared by various SW components,latest version 1.3, was called LVDS_Info
2425 USHORT AnalogTV_Info; // Shared by various SW components,latest version 1.1
2427 USHORT GPIO_I2C_Info; // Shared by various SW components,latest version 1.2 will be used from R600
2428 USHORT VRAM_UsageByFirmware; // Shared by various SW components,latest version 1.3 will be used from R600
2429 USHORT GPIO_Pin_LUT; // Shared by various SW components,latest version 1.1
2431 USHORT ComponentVideoInfo; // Shared by various SW components,latest version 2.1 will be used from R600
2432 USHORT PowerPlayInfo; // Shared by various SW components,latest version 2.1,new design from R600
2435 USHORT PPLL_SS_Info; // Shared by various SW components,latest version 1.2, used to call SS_Info, change to new name because of int ASIC SS info
2438 USHORT MclkSS_Info; // Shared by various SW components,latest version 1.1, only enabled when ext SS chip is used
2439 USHORT Object_Header; // Shared by various SW components,latest version 1.1
2447 USHORT IntegratedSystemInfo; // Shared by various SW components
2449 USHORT VoltageObjectInfo; // Shared by various SW components, latest version 1.1
2450 USHORT PowerSourceInfo; // Shared by various SW components, latest versoin 1.1
2895 Then VBIOS will copy the whole structure to its image so all GPU SW components can access this data structure to get whatever they need.
2898 SW components can access the IGP system infor structure in the same way as before
8341 // Following definitions are for compatiblity issue in different SW components.
H A Dcgs_common.h423 * components.
/linux-4.4.14/drivers/hwmon/
H A Dwm831x-hwmon.c107 * Report as a voltage since conversion depends on external components
/linux-4.4.14/drivers/media/i2c/smiapp/
H A Dsmiapp.h247 /* test pattern colour components */
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_defs.h45 * bus module (PL) and CPU Interface Module (CIM) components are mapped via
/linux-4.4.14/arch/x86/kernel/fpu/
H A Dxstate.c105 * Before writing xstate information to user-space we sanitize those components,
494 * Supervisor state components can be managed only by do_extra_xstate_size_checks()
541 * containing all the *user* state components calculate_xstate_size()
551 * containing all the state components calculate_xstate_size()
H A Dinit.c141 * components into a single, continuous memory block:
/linux-4.4.14/include/scsi/
H A Dosd_ore.h64 * component. else there are @numdevs components
H A Dscsi.h64 * driver components)
/linux-4.4.14/include/keys/
H A Drxrpc-type.h123 #define AFSTOKEN_K5_COMPONENTS_MAX 16 /* max K5 components */
/linux-4.4.14/arch/powerpc/kernel/
H A Deeh_dev.c4 * be foundamental information for EEH core components to work proerly. Besides,
H A Deeh_pe.c342 * components. eeh_add_to_parent_pe()
/linux-4.4.14/arch/sh/include/asm/
H A Dsh7760fb.h139 * be used by other framebuffer layer components.
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
H A Den_port.c132 * with a const offset between its prio components.
133 * This function runs over a counter set and sum all of it's prio components.
/linux-4.4.14/drivers/net/ethernet/ibm/emac/
H A Dcore.h448 * in emac_ethtool_regs_hdr.components
455 u32 components; member in struct:emac_ethtool_regs_hdr
H A Dcore.c2130 hdr->components = 0; emac_ethtool_get_regs()
2136 hdr->components |= EMAC_ETHTOOL_REGS_ZMII; emac_ethtool_get_regs()
2140 hdr->components |= EMAC_ETHTOOL_REGS_RGMII; emac_ethtool_get_regs()
2144 hdr->components |= EMAC_ETHTOOL_REGS_TAH; emac_ethtool_get_regs()
/linux-4.4.14/fs/reiserfs/
H A Dtail_conversion.c96 * three key components. They only differ by the fourth one. direct2indirect()
303 * key components. They only differ by the fourth one. indirect2direct()
H A Dxattr.c32 * Directory components (xattr root, xattr dir) are protectd by their i_mutex.
/linux-4.4.14/arch/parisc/include/asm/
H A Dpdcpat.h275 /* FIXME: mod[508] should really be a union of the various mod components */
281 unsigned long mod[508]; /* PAT cell module components */
/linux-4.4.14/arch/ia64/include/asm/sn/
H A Dklconfig.h17 * components found on the BOARDs.
195 unsigned char brd_numcompts; /* Number of components */
H A Dsn_sal.h979 * Initialize the SAL components of the system controller
/linux-4.4.14/drivers/firmware/efi/
H A Desrt.c6 * system components for which the system accepts firmware upgrades via UEFI's
305 * components we support. efi_esrt_init()
/linux-4.4.14/drivers/net/wireless/rt2x00/
H A Drt2x00dev.c775 * Update extra components rt2x00lib_rxdone()
1383 * Register extra components. rt2x00lib_probe_dev()
1453 * Free extra components rt2x00lib_remove_dev()
1500 * Suspend/disable extra components. rt2x00lib_suspend()
1513 * the radio and the other components already disabled the rt2x00lib_suspend()
1528 * Restore/enable extra components. rt2x00lib_resume()
H A Drt2x00queue.c482 * Apply TX descriptor handling by components rt2x00queue_create_tx_descriptor()
/linux-4.4.14/sound/core/
H A Dinit.c881 ptr = strstr(card->components, component); snd_component_add()
886 if (strlen(card->components) + 1 + len + 1 > sizeof(card->components)) { snd_component_add()
890 if (card->components[0] != '\0') snd_component_add()
891 strcat(card->components, " "); snd_component_add()
892 strcat(card->components, component); snd_component_add()
H A Dcontrol.c734 strlcpy(info->components, card->components, sizeof(info->components)); snd_ctl_card_info()
H A Dpcm.c835 * by userspace. It provides existing ASoC components drivers with a substream
/linux-4.4.14/arch/mips/include/asm/sn/
H A Dklconfig.h17 * components found on the BOARDs.
436 unsigned char brd_numcompts; /* Number of components */
508 * Following are the currently identified components:
553 * These are the indices of various components within a lboard structure.
571 /* Info holders for various hardware components */
859 * Another way to make it organized, is to have a union of all components
/linux-4.4.14/drivers/usb/dwc2/
H A Dplatform.c324 * This routine creates the driver components required to control the device
325 * (core, HCD, and PCD) and initializes the device. The driver components are
/linux-4.4.14/drivers/hwtracing/coresight/
H A Dcoresight.c41 * No need to care about oneself and components that are not coresight_id_match()
246 * all the components and enable them one by one. coresight_enable_path()
/linux-4.4.14/fs/nfs/
H A Dnfs4namespace.c28 * Convert the NFSv4 pathname components into a standard posix path.
43 const struct nfs4_string *component = &pathname->components[n]; nfs4_pathname_string()
/linux-4.4.14/security/smack/
H A Dsmack.h59 * where kernel components that ought to use LSM independent
61 * these components have been repaired.
/linux-4.4.14/include/sound/
H A Dcore.h103 char components[128]; /* card components delimited with member in struct:snd_card
H A Dsoc-dai.h246 /* probe ordering - for components with runtime dependencies */
H A Dsoc.h348 * Component probe and remove ordering levels for components with runtime
772 /* probe ordering - for components with runtime dependencies */
1255 * This function must only be used on components that are known to be CODECs.
1268 * This function must only be used on components that are known to be platforms.
/linux-4.4.14/drivers/usb/host/
H A Dssb-hcd.c64 * and various phy components out of reset. ssb_hcd_usb20wa()
H A Dbcma-hcd.c106 * phy components out of reset. bcma_hcd_init_chip_mips()
H A Doxu210hp.h197 * QTD: describe data transfer components (buffer, direction, ...)
H A Dfotg210.h310 * QTD: describe data transfer components (buffer, direction, ...)
H A Dehci.h290 * QTD: describe data transfer components (buffer, direction, ...)
/linux-4.4.14/drivers/media/pci/ivtv/
H A Divtv-alsa-main.c176 /* (5) Create other components: mixer, PCM, & proc files */ snd_ivtv_init()
/linux-4.4.14/drivers/media/platform/coda/
H A Dcoda-jpeg.c105 * Quantization tables for luminance and chrominance components in
/linux-4.4.14/drivers/misc/echo/
H A Dfir.h2 * SpanDSP - a series of DSP components for telephony
H A Decho.h2 * SpanDSP - a series of DSP components for telephony
H A Decho.c2 * SpanDSP - a series of DSP components for telephony
/linux-4.4.14/drivers/net/ethernet/smsc/
H A Dsmc9194.h13 . information under www.smc.com in the components division.
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/
H A Docteon_network.h54 /** Linked list of gather components */
H A Docteon_device.h275 * components.
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.h53 FILTER_OPT_LEN = 36, /* filter tuple width for optional components */
H A Dcxgb4_uld.h260 unsigned short filt_mode; /* filter optional components */
/linux-4.4.14/drivers/platform/x86/
H A Dintel_oaktrail.c31 * for these components: wifi, bluetooth, wwan (3g), gps
/linux-4.4.14/drivers/acpi/acpica/
H A Dutinit.c276 * DESCRIPTION: Shutdown the various components. Do not delete the mutex
H A Devxfgpe.c208 * Note: If a GPE is shared by 2 silicon components, then both the drivers ACPI_EXPORT_SYMBOL()
/linux-4.4.14/security/apparmor/include/
H A Dfile.h152 * struct aa_file_rules - components used for file rule permissions
H A Dpolicy.h161 * @base - base components of the profile (name, refcount, lists, lock ...)
/linux-4.4.14/include/media/davinci/
H A Dvpbe.h87 /* structure for defining vpbe display subsystem components */
/linux-4.4.14/include/acpi/
H A Dacpiosxf.h5 * ACPI components to the host operating system.
/linux-4.4.14/arch/arm/mach-omap2/
H A Dcm2xxx.c199 * omap2xxx_cm_split_idlest_reg - split CM_IDLEST reg addr into its components
H A Dcm_common.c57 * cm_split_idlest_reg - split CM_IDLEST reg addr into its components
H A Dcm3xxx.c113 * omap3xxx_cm_split_idlest_reg - split CM_IDLEST reg addr into its components
/linux-4.4.14/drivers/power/
H A Dintel_mid_battery.c667 * infrastructure components for it to work as expected.
764 * infrastructure components that it initialized in
H A Dqcom_smbb.c16 * Sub-components:
/linux-4.4.14/arch/x86/crypto/
H A Dsha512-avx2-asm.S228 # XOR the three components
233 # Add three components, w[t-16], w[t-7] and sigma0
/linux-4.4.14/net/netfilter/
H A Dnf_conntrack_h323_asn1.c513 /* Decode the root components */ decode_seq()
566 /* Decode the extension components */ decode_seq()
/linux-4.4.14/drivers/staging/wlan-ng/
H A Dp80211types.h340 /* metadata items. Some components may choose to use more, */
/linux-4.4.14/drivers/gpu/drm/rockchip/
H A Drockchip_drm_drv.c179 * All components are now added, we can publish the connector sysfs rockchip_drm_load()
/linux-4.4.14/drivers/media/pci/solo6x10/
H A Dsolo6x10.h249 /* Audio components */
H A Dsolo6x10-core.c592 /* Initialize sub components */ solo_pci_probe()
/linux-4.4.14/drivers/net/wireless/iwlwifi/
H A Diwl-op-mode.h109 * The op_mode exports its ops so that external components can start it and
/linux-4.4.14/drivers/clk/rockchip/
H A Dclk.c39 * sometimes without one of those components.
/linux-4.4.14/include/uapi/drm/
H A Ddrm_fourcc.h223 * one for the interleaved Cb/Cr components (1/2 the height of the Y buffer).
/linux-4.4.14/sound/pci/au88x0/
H A Dau88x0.c268 // (4) Alloc components. snd_vortex_probe()
/linux-4.4.14/sound/sh/
H A Dsh_dac_audio.c346 /* create -- chip-specific constructor for the cards components */ snd_sh_dac_create()
/linux-4.4.14/drivers/scsi/esas2r/
H A Desas2r_flash.c374 * have a length = zero. This can happen since some components are fw_download_proc()
1424 case FI_ACT_DOWN: /* Download the components */ esas2r_fm_api()
1504 case FI_ACT_UP: /* Upload the components */ esas2r_fm_api()
/linux-4.4.14/sound/oss/
H A Dpss.c36 * to only use this driver for enabling non-sound components
1138 static bool pss_no_sound = 0; /* Just configure non-sound components */
1181 if(pss_no_sound) /* If configuring only nonsound components */ init_pss()
/linux-4.4.14/drivers/scsi/bnx2i/
H A Dbnx2i_init.c164 * firmware handshake to enable/initialize on chip iscsi components
/linux-4.4.14/drivers/gpu/drm/udl/
H A Dudl_fb.c58 /** Return 8 bpp colour number from red, green and blue components. */
/linux-4.4.14/drivers/input/touchscreen/
H A Dtsc200x-core.c163 /* Skip reading if the pressure components are out of range */ tsc200x_irq_thread()
/linux-4.4.14/drivers/media/usb/usbvision/
H A Dusbvision-core.c496 unsigned char yuyv[4] = { 180, 128, 10, 128 }; /* YUV components */ usbvision_parse_lines_422()
497 unsigned char rv, gv, bv; /* RGB components */ usbvision_parse_lines_422()
883 unsigned char y[2], u, v; /* YUV components */ usbvision_parse_lines_420()
885 int r_, g_, b_; /* RGB components */ usbvision_parse_lines_420()
/linux-4.4.14/drivers/net/irda/
H A Dtoim3232-sir.c82 * It uses a hex inverter and some discrete components to buffer and
/linux-4.4.14/arch/s390/numa/
H A Dmode_emu.c32 /* Distances between the different system components */
/linux-4.4.14/drivers/scsi/megaraid/
H A Dmegaraid_sas.h643 * List of components residing in flash. All str are null terminated
658 * List of flash components that have been flashed on the card, but
H A Dmegaraid_mbox.c1024 * CCBs and embedded components of each CCB and point the pointers in megaraid_alloc_cmd_packets()
1025 * scb to the allocated components megaraid_alloc_cmd_packets()
/linux-4.4.14/drivers/media/pci/zoran/
H A Dzr36050.c351 dprintk(3, "%s: write SOF (%dx%d, %d components)\n", ptr->name, zr36050_set_sof()
374 /* SOS (start of scan) segment depends on the used scan components
H A Dzr36060.c342 dprintk(3, "%s: write SOF (%dx%d, %d components)\n", ptr->name, zr36060_set_sof()
366 /* SOS (start of scan) segment depends on the used scan components
/linux-4.4.14/drivers/pci/pcie/
H A Daspm.c357 /* Get upstream/downstream components' register state */ pcie_aspm_cap_init()
366 * given link unless components on both sides of the link each pcie_aspm_cap_init()
/linux-4.4.14/drivers/gpu/drm/msm/
H A Dmsm_drv.c362 /* Bind all our sub-components: */ msm_load()
1108 DBG("Adding components.."); msm_pdev_probe()
/linux-4.4.14/net/tipc/
H A Dbearer.c130 * @name_parts: ptr to area for bearer name components (or NULL if not needed)
164 /* return bearer name components, if necessary */ bearer_name_validate()
/linux-4.4.14/include/uapi/sound/
H A Dasound.h815 unsigned char components[128]; /* card components / fine identification, delimited with one space (AC97 etc..) */ member in struct:snd_ctl_card_info
/linux-4.4.14/sound/soc/
H A Dsoc-pcm.c56 * snd_soc_runtime_activate() - Increment active count for PCM runtime components
60 * Increments the active count for all the DAIs and components attached to a PCM
91 * snd_soc_runtime_deactivate() - Decrement active count for PCM runtime components
95 * Decrements the active count for all the DAIs and components attached to a PCM
131 * been configured to ignore the delay, or if none of the components benefits
H A Dsoc-core.c1239 /* probe the CODEC-side components */ soc_probe_link_components()
1624 /* probe all components used by DAI links on this card */ snd_soc_instantiate_card()
2497 /* are we a "%s.%d" name (platform and SPI components) */ fmt_single_name()
3615 * Builds an array of CODEC DAI components from the DAI link property
/linux-4.4.14/drivers/scsi/qla2xxx/
H A Dqla_nx.h467 * Base addresses of major components on-chip.
/linux-4.4.14/drivers/scsi/qla4xxx/
H A Dql4_nx.h492 * Base addresses of major components on-chip.
/linux-4.4.14/drivers/soc/qcom/
H A Dsmem.c66 * software components in the SoC. We verify that the boot loader version is
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
H A Ddss.c1247 /* add all the child devices as components */ dss_probe()
/linux-4.4.14/drivers/i2c/busses/
H A Di2c-mxs.c129 /* DMA support components */
/linux-4.4.14/drivers/media/platform/exynos4-is/
H A Dfimc-reg.c189 /* Configure chroma components order. */ fimc_hw_set_out_dma()
/linux-4.4.14/drivers/mfd/
H A Dtwl4030-irq.c44 * SIH modules are more traditional IRQ components, which support per-IRQ
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
H A Dpci.c844 * Both upstream and downstream PCIe components should ath_pci_aspm_init()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb/
H A Dpm3393.c705 * The PM3393 has three types of components that are pm3393_mac_reset()
H A Dsubr.c917 * Enable board components other than the Chelsio chip, such as external MAC
/linux-4.4.14/arch/sparc/kernel/
H A Dvisemul.c114 /* 000111110 - distance between 8 8-bit components */
/linux-4.4.14/fs/gfs2/
H A Dincore.h283 /* components used during write (step 1): */
/linux-4.4.14/net/batman-adv/
H A Dhard-interface.c324 /* report to the other components the maximum amount of bytes that batadv_hardif_min_mtu()
H A Dmain.c210 * all the other depending components which may use these structures for batadv_mesh_free()
/linux-4.4.14/include/linux/ceph/
H A Dceph_fs.h20 * protocols change, bump the affected components. we keep rev
/linux-4.4.14/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_flat_memory.c60 * a combination of vidMM/driver software components. The current virtual
/linux-4.4.14/sound/pci/aw2/
H A Daw2-alsa.c371 /* (5) Create other components */ snd_aw2_probe()
/linux-4.4.14/sound/soc/codecs/
H A Dsigmadsp.c699 * Typically called in the components probe callback.
H A Dda7210.c488 * Current DAPM implementation covers almost all codec components e.g. IOs,
/linux-4.4.14/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.h503 * @device_info: bitfield provides detailed info about the hidden components
504 * @num_pds: number of hidden raid components
/linux-4.4.14/drivers/media/platform/
H A Drcar_jpu.c336 * Number of image components, (Ci:8 - Hi:4 - Vi:4 - Tq:8) * 3 - Y,Cb,Cr;
1423 /* Y and C components source addresses */ jpu_device_run()
/linux-4.4.14/drivers/clk/bcm/
H A Dclk-bcm2835.c28 * be consumed by other hardware components (like "H264" or "HDMI
34 * PLL channels, and some components of the hardware will actually
/linux-4.4.14/drivers/message/fusion/
H A Dmptsas.c693 * Adding entry for hidden components mptsas_add_device_component_starget_ir()
1768 * Exposing hidden raid components mptsas_target_alloc()
1875 * Exposing hidden raid components mptsas_slave_alloc()
4884 continue; /* skip hidden raid components */ mptsas_broadcast_primative_work()
4886 continue; /* skip hidden raid components */ mptsas_broadcast_primative_work()
H A Dmptscsih.c401 /* Not supported for hidden raid components mptscsih_issue_sep_command()
1723 /* Task aborts are not supported for hidden raid components. mptscsih_abort()
3019 /* Ignore hidden raid components, this is handled when the command mptscsih_synchronize_cache()
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
H A Dfw.c982 * mode. This will save the state of other components on the iwl_mvm_up()
/linux-4.4.14/crypto/
H A Ddes_generic.c522 /* Encryption components: IP, FP, and round function */
/linux-4.4.14/scripts/kconfig/
H A Dconfdata.c924 * Create directory components, for_all_symbols()
/linux-4.4.14/fs/exofs/
H A Dore.c491 * M - The "major" (i.e., across all components) cycle number
/linux-4.4.14/arch/powerpc/platforms/512x/
H A Dclock-commonclk.c862 /* MSCAN differs from PSC with just one gate for multiple components */ mpc512x_clk_setup_clock_tree()
/linux-4.4.14/drivers/scsi/lpfc/
H A Dlpfc_mbox.c1009 * the HBA components. These components include hardware units, resident
/linux-4.4.14/net/xfrm/
H A Dxfrm_policy.c1509 /* Check that the bundle accepts the flow and its components are
2739 /* Check that the bundle accepts the flow and its components are

Completed in 7485 milliseconds

12