/linux-4.1.27/drivers/clk/at91/ |
H A D | clk-master.c | 51 const struct clk_master_characteristics *characteristics; member in struct:clk_master 93 const struct clk_master_characteristics *characteristics = clk_master_recalc_rate() local 94 master->characteristics; clk_master_recalc_rate() 104 if (characteristics->have_div3_pres && pres == MASTER_PRES_MAX) clk_master_recalc_rate() 109 rate /= characteristics->divisors[div]; clk_master_recalc_rate() 111 if (rate < characteristics->output.min) clk_master_recalc_rate() 113 else if (rate > characteristics->output.max) clk_master_recalc_rate() 139 const struct clk_master_characteristics *characteristics) at91_clk_register_master() 161 master->characteristics = characteristics; at91_clk_register_master() 193 struct clk_master_characteristics *characteristics; of_at91_clk_master_get_characteristics() local 195 characteristics = kzalloc(sizeof(*characteristics), GFP_KERNEL); of_at91_clk_master_get_characteristics() 196 if (!characteristics) of_at91_clk_master_get_characteristics() 199 if (of_at91_get_clk_range(np, "atmel,clk-output-range", &characteristics->output)) of_at91_clk_master_get_characteristics() 203 characteristics->divisors, 4); of_at91_clk_master_get_characteristics() 205 characteristics->have_div3_pres = of_at91_clk_master_get_characteristics() 208 return characteristics; of_at91_clk_master_get_characteristics() 211 kfree(characteristics); of_at91_clk_master_get_characteristics() 225 struct clk_master_characteristics *characteristics; of_at91_clk_master_setup() local 239 characteristics = of_at91_clk_master_get_characteristics(np); of_at91_clk_master_setup() 240 if (!characteristics) of_at91_clk_master_setup() 249 characteristics); of_at91_clk_master_setup() 257 kfree(characteristics); of_at91_clk_master_setup() 135 at91_clk_register_master(struct at91_pmc *pmc, unsigned int irq, const char *name, int num_parents, const char **parent_names, const struct clk_master_layout *layout, const struct clk_master_characteristics *characteristics) at91_clk_register_master() argument
|
H A D | clk-pll.c | 69 const struct clk_pll_characteristics *characteristics; member in struct:clk_pll 87 const struct clk_pll_characteristics *characteristics = clk_pll_prepare() local 88 pll->characteristics; clk_pll_prepare() 105 if (characteristics->out) clk_pll_prepare() 106 out = characteristics->out[pll->range]; clk_pll_prepare() 107 if (characteristics->icpll) { clk_pll_prepare() 109 icpr |= (characteristics->icpll[pll->range] << clk_pll_prepare() 166 const struct clk_pll_characteristics *characteristics = clk_pll_get_best_div_mul() local 167 pll->characteristics; clk_pll_get_best_div_mul() 176 if (parent_rate < characteristics->input.min) clk_pll_get_best_div_mul() 182 * Should always be 2 according to the input and output characteristics clk_pll_get_best_div_mul() 189 if (parent_rate > characteristics->input.max) { clk_pll_get_best_div_mul() 190 tmpdiv = DIV_ROUND_UP(parent_rate, characteristics->input.max); clk_pll_get_best_div_mul() 252 for (i = 0; i < characteristics->num_output; i++) { clk_pll_get_best_div_mul() 253 if (bestrate >= characteristics->output[i].min && clk_pll_get_best_div_mul() 254 bestrate <= characteristics->output[i].max) clk_pll_get_best_div_mul() 258 if (i >= characteristics->num_output) clk_pll_get_best_div_mul() 314 const struct clk_pll_characteristics *characteristics) at91_clk_register_pll() 339 pll->characteristics = characteristics; at91_clk_register_pll() 397 struct clk_pll_characteristics *characteristics; of_at91_clk_pll_get_characteristics() local 413 characteristics = kzalloc(sizeof(*characteristics), GFP_KERNEL); of_at91_clk_pll_get_characteristics() 414 if (!characteristics) of_at91_clk_pll_get_characteristics() 465 characteristics->input = input; of_at91_clk_pll_get_characteristics() 466 characteristics->num_output = num_output; of_at91_clk_pll_get_characteristics() 467 characteristics->output = output; of_at91_clk_pll_get_characteristics() 468 characteristics->out = out; of_at91_clk_pll_get_characteristics() 469 characteristics->icpll = icpll; of_at91_clk_pll_get_characteristics() 470 return characteristics; of_at91_clk_pll_get_characteristics() 477 kfree(characteristics); of_at91_clk_pll_get_characteristics() 490 struct clk_pll_characteristics *characteristics; of_at91_clk_pll_setup() local 499 characteristics = of_at91_clk_pll_get_characteristics(np); of_at91_clk_pll_setup() 500 if (!characteristics) of_at91_clk_pll_setup() 508 characteristics); of_at91_clk_pll_setup() 516 kfree(characteristics); of_at91_clk_pll_setup() 311 at91_clk_register_pll(struct at91_pmc *pmc, unsigned int irq, const char *name, const char *parent_name, u8 id, const struct clk_pll_layout *layout, const struct clk_pll_characteristics *characteristics) at91_clk_register_pll() argument
|
/linux-4.1.27/include/linux/spi/ |
H A D | ad7877.h | 3 /* Touchscreen characteristics vary between boards and models. The
|
H A D | ad7879.h | 3 /* Touchscreen characteristics vary between boards and models. The
|
H A D | ads7846.h | 3 /* Touchscreen characteristics vary between boards and models. The
|
H A D | spi.h | 160 * characteristics (such as bits_per_word) which weren't needed for
|
/linux-4.1.27/arch/arm/mach-sa1100/include/mach/ |
H A D | memory.h | 16 * characteristics, we then have generic discontiguous memory support.
|
/linux-4.1.27/include/linux/sunrpc/ |
H A D | svcsock.h | 68 * svc_makesock socket characteristics
|
/linux-4.1.27/fs/xfs/ |
H A D | xfs_dquot.h | 23 * much like inodes are for files. In fact, dquots share many characteristics 25 * to a collection of inodes. In this respect, dquots share some characteristics
|
/linux-4.1.27/include/uapi/linux/ |
H A D | map_to_7segment.h | 154 /* This set tries to map as close as possible to the visible characteristics 168 /* This set tries to map as close as possible to the symbolic characteristics
|
H A D | if_link.h | 178 characteristics and set by device driver.
|
H A D | ethtool.h | 666 /* boolean flags controlling per-interface behavior characteristics.
|
/linux-4.1.27/security/selinux/ss/ |
H A D | hashtab.h | 37 * Creates a new hash table with the specified characteristics.
|
/linux-4.1.27/arch/s390/include/asm/ |
H A D | qdio.h | 53 * @ac: adapter characteristics 94 * @ac: adapter characteristics 270 /* qdio adapter-characteristics-1 flag */
|
H A D | sysinfo.h | 87 unsigned char characteristics; member in struct:sysinfo_2_2_2
|
/linux-4.1.27/arch/s390/kernel/ |
H A D | sysinfo.c | 182 if (info->characteristics & LPAR_CHAR_DEDICATED) stsi_2_2_2() 184 if (info->characteristics & LPAR_CHAR_SHARED) stsi_2_2_2() 186 if (info->characteristics & LPAR_CHAR_LIMITED) stsi_2_2_2()
|
H A D | perf_cpum_sf.c | 58 * Sampling buffer size Buffer characteristics 74 /* buffer characteristics (required for buffer increments) */
|
/linux-4.1.27/drivers/usb/serial/ |
H A D | ftdi_sio.h | 30 #define FTDI_SIO_SET_DATA 4 /* Set the data characteristics of 197 * wValue: Data characteristics (see below) 202 * Data characteristics 466 * 7 bmAttributes 1 0x20 Config characteristics Remote Wakeup
|
H A D | ir-usb.c | 117 * offer to us, describing their IrDA characteristics. We will use that in
|
/linux-4.1.27/arch/ia64/mm/ |
H A D | numa.c | 26 * similar mechanisms and describe the NUMA characteristics of the machine.
|
/linux-4.1.27/drivers/scsi/ |
H A D | st.h | 106 /* Drive characteristics */ 132 /* Mode characteristics */
|
H A D | osst.h | 541 /* Drive characteristics */ 556 /* Mode characteristics */
|
H A D | scsi_debug.c | 1243 /* Block device characteristics VPD page (SBC-3) */ inquiry_evpd_b1() 1330 arr[n++] = 0xb1; /* Block characteristics (SBC) */ resp_inquiry() 1377 } else if (0xb1 == cmd[2]) { /* Block characteristics (SBC) */ resp_inquiry()
|
H A D | sd.c | 2604 * sd_read_block_characteristics - Query block dev. characteristics
|
/linux-4.1.27/drivers/net/ethernet/altera/ |
H A D | altera_msgdmahw.h | 37 u32 control; /* characteristics of the transfer */
|
/linux-4.1.27/drivers/mfd/ |
H A D | mc13xxx-spi.c | 116 * non-realtime characteristics of the operating system. As a
|
/linux-4.1.27/drivers/net/wireless/libertas/ |
H A D | dev.h | 170 /* NIC/link operation characteristics */
|
/linux-4.1.27/drivers/s390/char/ |
H A D | tape_std.h | 60 #define READ_DEV_CHAR 0x64 /* Read device characteristics */
|
H A D | tape.h | 104 TO_RDC, /* Read device characteristics */
|
H A D | tape_3590.c | 1542 DBF_LH(3, "Read device characteristics failed!\n"); tape_3590_setup_device()
|
/linux-4.1.27/arch/sparc/include/asm/ |
H A D | pgtsrmmu.h | 71 * characteristics of supervisor ptes
|
/linux-4.1.27/arch/m68k/include/asm/ |
H A D | sun3mmu.h | 11 /* MMU characteristics. */
|
/linux-4.1.27/arch/s390/include/uapi/asm/ |
H A D | dasd.h | 45 char characteristics[64]; /* from read_device_characteristics */ member in struct:dasd_information2_t 109 char characteristics[64]; /* from read_device_characteristics */ member in struct:dasd_information_t
|
/linux-4.1.27/drivers/iio/light/ |
H A D | ltr501.c | 12 * TODO: interrupt, threshold, measurement rate, IR LED characteristics
|
/linux-4.1.27/drivers/media/usb/go7007/ |
H A D | go7007-priv.h | 44 /* Various characteristics of each board */
|
/linux-4.1.27/drivers/rtc/ |
H A D | rtc-rs5c348.c | 10 * The board specific init code should provide characteristics of this
|
H A D | rtc-rx8025.c | 439 * temperature characteristics can be approximated using the following
|
/linux-4.1.27/drivers/staging/sm750fb/ |
H A D | ddk750_sii164.c | 108 * pllFilterValue - PLL Filter characteristics:
|
/linux-4.1.27/drivers/clocksource/ |
H A D | time-armada-370-xp.c | 20 * each has its own characteristics:
|
H A D | sh_cmt.c | 40 * characteristics of those flavours.
|
/linux-4.1.27/arch/tile/include/uapi/arch/ |
H A D | chip_tilegx.h | 181 * dynamic networks? This encapsulates a number of characteristics,
|
H A D | chip_tilepro.h | 181 * dynamic networks? This encapsulates a number of characteristics,
|
/linux-4.1.27/drivers/usb/gadget/ |
H A D | config.c | 61 * @config: Header for the descriptor, including characteristics such
|
/linux-4.1.27/sound/drivers/opl3/ |
H A D | opl3_drums.c | 81 * set drum voice characteristics
|
H A D | opl3_midi.c | 476 /* Program the FM voice characteristics */ snd_opl3_note_on()
|
/linux-4.1.27/drivers/s390/block/ |
H A D | dasd_fba.c | 163 "characteristics returned error %d", rc); dasd_fba_check_characteristics() 443 memcpy(info->characteristics, dasd_fba_fill_info()
|
H A D | dasd_diag.c | 604 memcpy(info->characteristics, dasd_diag_fill_info()
|
H A D | dasd_int.h | 278 * characteristics. It returns 0 if the discipline can be used
|
H A D | dasd_eckd.c | 1663 * Check device characteristics. 3592 memcpy(info->characteristics, &private->rdc_data, dasd_eckd_fill_info()
|
/linux-4.1.27/drivers/net/wireless/libertas_tf/ |
H A D | libertas_tf.h | 240 /** NIC Operation characteristics */
|
/linux-4.1.27/drivers/pwm/ |
H A D | pwm-bcm-kona.c | 28 * The Kona PWM has some unusual characteristics. Here are the main points.
|
/linux-4.1.27/drivers/parport/ |
H A D | parport_gsc.c | 337 found out its characteristics, let the high-level drivers parport_gsc_probe_port()
|
H A D | parport_pc.c | 2242 found out its characteristics, let the high-level drivers parport_pc_probe_port()
|
/linux-4.1.27/include/uapi/mtd/ |
H A D | mtd-abi.h | 156 /* Get basic MTD characteristics info (better to use sysfs) */
|
/linux-4.1.27/net/sched/ |
H A D | sch_teql.c | 45 2. This device puts no limitations on physical slave characteristics
|
/linux-4.1.27/include/drm/ |
H A D | drm_edid.h | 286 /* Color characteristics */
|
/linux-4.1.27/drivers/hwmon/ |
H A D | g762.c | 10 * ability to configure various characteristics via .dts file or 575 * Helper to import hardware characteristics from .dts file and push 702 * Helper to import hardware characteristics from .dts file and push g762_of_clock_disable()
|
/linux-4.1.27/arch/ia64/include/asm/ |
H A D | pal.h | 1592 /* Return information about the virtual memory characteristics of the processor 1607 /* Get page size information about the virtual memory characteristics of the processor 1648 /* Get summary information about the virtual memory characteristics of the processor
|
/linux-4.1.27/drivers/sbus/char/ |
H A D | jsflash.c | 23 * XXX The flash.c manipulates page caching characteristics in a certain
|
/linux-4.1.27/drivers/input/mouse/ |
H A D | synaptics_usb.c | 90 /* characteristics of the device */
|
/linux-4.1.27/drivers/char/ |
H A D | dtlk.c | 34 These characteristics are mapped into the Unix stream I/O model as
|
/linux-4.1.27/mm/ |
H A D | dmapool.c | 119 * Returns a dma allocation pool with the requested characteristics, or
|
H A D | zsmalloc.c | 1844 * characteristics. So, we makes size_class point to zs_create_pool()
|
/linux-4.1.27/include/linux/input/ |
H A D | adxl34x.h | 4 * Digital Accelerometer characteristics are highly application specific
|
/linux-4.1.27/drivers/iio/adc/ |
H A D | at91_adc.c | 786 * as defined in the electrical characteristics of the board, calc_startup_ticks_9260() 1220 * specified by the electrical characteristics of the board. at91_adc_probe()
|
H A D | qcom-spmi-vadc.c | 117 * struct vadc_linear_graph - Represent ADC characteristics.
|
/linux-4.1.27/drivers/input/touchscreen/ |
H A D | wm97xx-core.c | 636 /* set up physical characteristics */ wm97xx_probe()
|
/linux-4.1.27/drivers/s390/cio/ |
H A D | chp.c | 469 /* Get channel-measurement characteristics. */ chp_new()
|
/linux-4.1.27/drivers/s390/scsi/ |
H A D | zfcp_scsi.c | 329 /* tell the SCSI stack some characteristics of this adapter */ zfcp_scsi_adapter_register()
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
H A D | amd.c | 763 * characteristics from the CPUID function 0x80000005 instead. cpu_detect_tlb_amd()
|
/linux-4.1.27/drivers/base/power/ |
H A D | qos.c | 335 * requested qos performance characteristics. It recomputes the aggregate
|
/linux-4.1.27/drivers/usb/wusbcore/ |
H A D | wa-rpipe.c | 187 * @crs enum rpipe_attr, required endpoint characteristics
|
/linux-4.1.27/drivers/video/fbdev/ |
H A D | bf54x-lq043fb.c | 106 * Timing characteristics taken from the SHARP LQ043T1DG01 datasheet
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
H A D | cx24110.c | 105 {0x63,0x00}, /* All GPIO pins use CMOS output characteristics */
|
/linux-4.1.27/arch/mips/kvm/ |
H A D | trap_emul.c | 474 /* Read the cache characteristics from the host Config1 Register */ kvm_trap_emul_vcpu_setup()
|
/linux-4.1.27/kernel/power/ |
H A D | qos.c | 440 * performance characteristics. It recomputes the aggregate QoS expectations
|
/linux-4.1.27/sound/pci/ac97/ |
H A D | ac97_pcm.c | 563 * @cfg: output stream characteristics
|
/linux-4.1.27/drivers/md/ |
H A D | dm-raid.c | 34 * characteristics. 779 * RAID characteristics
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_82599.c | 713 /* Allow module to change analog characteristics (1G->10G) */ ixgbe_setup_mac_link_multispeed_fiber() 776 /* Allow module to change analog characteristics (10G->1G) */ ixgbe_setup_mac_link_multispeed_fiber()
|
/linux-4.1.27/drivers/mtd/devices/ |
H A D | spear_smi.c | 488 * @mtd: Provides the memory characteristics
|
/linux-4.1.27/arch/sparc/kernel/ |
H A D | perf_event.c | 115 /* An event map describes the characteristics of a performance
|
/linux-4.1.27/arch/tile/include/hv/ |
H A D | netio_intf.h | 2107 * @brief An object for specifying the characteristics of NetIO communication 2161 * characteristics, such as the ::NETIO_RECV flag, applications are advised 2186 /** Registration characteristics. 2188 This value determines several characteristics of the registration;
|
H A D | hypervisor.h | 1791 override characteristics of the buffer segment. Some
|
/linux-4.1.27/drivers/usb/dwc2/ |
H A D | hcd.h | 259 * A Queue Head (QH) holds the static characteristics of an endpoint and
|
H A D | core.c | 923 * The HCCHARn register is set up with the characteristics specified in chan. 946 * Program the HCCHARn register with the endpoint characteristics for dwc2_hc_init()
|
/linux-4.1.27/drivers/usb/gadget/function/ |
H A D | f_printer.c | 216 /* maxpacket and other transfer characteristics vary by speed. */ ep_desc()
|
/linux-4.1.27/include/net/netfilter/ |
H A D | nf_tables.h | 208 * characteristics
|
/linux-4.1.27/include/linux/mtd/ |
H A D | nand.h | 1027 /* get timing characteristics from ONFI timing mode. */
|
/linux-4.1.27/include/linux/ |
H A D | fb.h | 368 /* set tile characteristics */
|
H A D | usb.h | 1770 * a struct usb_device to identify an endpoint queue. Queue characteristics
|
/linux-4.1.27/sound/soc/fsl/ |
H A D | fsl_dma.c | 113 * fsl_dma_hardare: define characteristics of the PCM hardware.
|
/linux-4.1.27/drivers/mtd/nand/gpmi-nand/ |
H A D | gpmi-lib.c | 556 * time, perturbed by propagation delays and some characteristics of the gpmi_nfc_compute_hardware_timing()
|
/linux-4.1.27/drivers/mtd/ubi/ |
H A D | build.c | 648 * characteristics. It looks like mostly multi-region flashes io_init()
|
/linux-4.1.27/drivers/media/usb/usbvision/ |
H A D | usbvision-video.c | 534 /* Determine the requested input characteristics vidioc_enum_input()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/ |
H A D | mac80211.c | 106 /* Tell mac80211 our characteristics */ iwlagn_mac_setup_register()
|
H A D | commands.h | 1686 * characteristics (e.g. antenna, fat channel, short guard interval), as set 1690 * match the modulation characteristics of the history set.
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
H A D | aic79xx.h | 1138 * Card characteristics
|
H A D | aic7xxx.h | 985 * Card characteristics
|
H A D | aic79xx_osm.c | 176 * characteristics. Set the defaults here; they can be overriden with
|
/linux-4.1.27/drivers/net/wireless/iwlegacy/ |
H A D | 4965.c | 1253 * Uses the active RXON for channel, band, and characteristics (ht40, high)
|
H A D | commands.h | 1936 * characteristics (e.g. antenna, fat channel, short guard interval), as set 1940 * match the modulation characteristics of the history set.
|
H A D | common.h | 322 * characteristics of the analog radio circuitry vary with frequency.
|
H A D | 3945-mac.c | 3563 /* Tell mac80211 our characteristics */ il3945_setup_mac()
|
H A D | 4965-mac.c | 5753 /* Tell mac80211 our characteristics */ il4965_mac_setup_register()
|
/linux-4.1.27/drivers/block/ |
H A D | sx8.c | 248 /* attached device characteristics */
|
/linux-4.1.27/include/linux/usb/ |
H A D | gadget.h | 839 * endpoint addressing is only one of several hardware characteristics that
|
/linux-4.1.27/arch/powerpc/mm/ |
H A D | numa.c | 1302 * characteristics change. This function doesn't perform any locking and is
|
/linux-4.1.27/sound/oss/dmasound/ |
H A D | dmasound_core.c | 150 * characteristics (other than the first that sets sample rate claiming the
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/ |
H A D | ethtool.c | 271 e_err("Cannot change link characteristics when SoL/IDER is active.\n"); e1000_set_settings()
|
/linux-4.1.27/drivers/net/wimax/i2400m/ |
H A D | fw.c | 66 * characteristics they require.
|
/linux-4.1.27/drivers/net/irda/ |
H A D | irda-usb.c | 1536 * offer to us, describing their IrDA characteristics. We will use that in
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
H A D | fw-api.h | 734 /* placement characteristics */
|
H A D | mac80211.c | 420 /* Tell mac80211 our characteristics */ iwl_mvm_mac_setup_register()
|
/linux-4.1.27/drivers/hid/ |
H A D | hid-sony.c | 1445 /* Validate expected report characteristics. */ sony_leds_init()
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
H A D | dummy_hcd.c | 121 * - Fixed Function: in other cases. some characteristics may be mutable;
|
/linux-4.1.27/fs/nfs/ |
H A D | inode.c | 868 * Given an inode, search for an open context with the desired characteristics
|
/linux-4.1.27/drivers/media/dvb-frontends/drx39xyj/ |
H A D | drx_driver.h | 1416 * \struct struct drx_aud_status * \brief Audio status characteristics.
|
/linux-4.1.27/ |
H A D | Makefile | 647 # security feature characteristics depending on the compiler used. ("But I
|
/linux-4.1.27/drivers/tty/ |
H A D | cyclades.c | 1971 * This routine finds or computes the various line characteristics. 2129 /* set line characteristics according configuration */ cy_set_line_char()
|
/linux-4.1.27/drivers/net/ethernet/intel/igb/ |
H A D | igb_ethtool.c | 268 "Cannot change link characteristics when SoL/IDER is active.\n"); igb_set_settings()
|
/linux-4.1.27/drivers/net/ppp/ |
H A D | ppp_generic.c | 235 * depend on the number of channels and their characteristics.
|
/linux-4.1.27/drivers/net/wireless/ath/ath5k/ |
H A D | reg.h | 670 * These registers control the various characteristics of each queue
|
/linux-4.1.27/drivers/scsi/megaraid/ |
H A D | megaraid_mbox.c | 3792 * gather_hbainfo - HBA characteristics for the applications
|
/linux-4.1.27/drivers/net/ethernet/broadcom/genet/ |
H A D | bcmgenet.c | 2883 /* Array of GENET hardware parameters/characteristics */
|
/linux-4.1.27/drivers/net/wireless/ |
H A D | mwl8k.c | 2205 * characteristics, make sure that all BSSes are stopped temporary. mwl8k_post_cmd()
|
/linux-4.1.27/drivers/staging/octeon-usb/ |
H A D | octeon-hcd.c | 1605 /* Setup both the size of the transfer and the SPLIT characteristics */ cvmx_usb_start_channel()
|
/linux-4.1.27/drivers/ata/ |
H A D | libata-scsi.c | 2064 0xb1, /* page 0xb1, block device characteristics page */ ata_scsiop_inq_00()
|
/linux-4.1.27/fs/btrfs/ |
H A D | ctree.h | 1989 * info about object characteristics. There is one for every file and dir in
|
/linux-4.1.27/net/netfilter/ |
H A D | nf_tables_api.c | 2183 * Select a set implementation based on the data characteristics and the
|
/linux-4.1.27/arch/ia64/kernel/ |
H A D | perfmon.c | 405 * a description of the PMU main characteristics.
|