/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | cpu_mf.h | 21 #define CPU_MF_INT_SF_LSDA (1 << 22) /* loss of sample data alert */ 22 #define CPU_MF_INT_CF_MTDA (1 << 15) /* loss of MT ctr. data alert */ 24 #define CPU_MF_INT_CF_LCDA (1 << 6) /* loss of counter data alert */ 123 u8 data[]; /* Machine-dependent sample data */ member 127 struct hws_basic_entry basic; /* Basic-sampling data entry */ 128 struct hws_diag_entry diag; /* Diagnostic-sampling data entry */ 226 MT_DIAG_CLEARING = 9, /* clears loss-of-MT-ctr-data alert */ 303 /* Return pointer to trailer entry of an sample data block */ 315 /* Return true if the entry in the sample data bloc [all...] |
/kernel/linux/linux-5.10/arch/s390/include/uapi/asm/ |
H A D | dasd.h | 26 * represents any data about the device, which is visible to userspace. 78 * 0x040: give access to raw eckd data 97 * represents any data about the data, which is visible to userspace 176 * represents all data necessary to format a dasd 201 * represents all data necessary to evaluate the format of 222 /* Blocksize/data-length of a record was wrong */ 275 struct dasd_snid_data data; member 330 /* Get Sense Path Group ID (SNID) data */
|
/kernel/linux/linux-5.10/arch/mips/netlogic/xlp/ |
H A D | ahci-init.c | 161 static void nlm_sata_intr_ack(struct irq_data *data) in nlm_sata_intr_ack() argument
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | cpu_setup_ppc970.S | 62 .data
|
/kernel/linux/linux-5.10/arch/arm/mach-s3c/ |
H A D | irq-s3c24xx-fiq.S | 28 @ fiq_rtmp Temporary register to hold tx/rx data
|
/kernel/linux/linux-5.10/arch/alpha/lib/ |
H A D | strchr.S | 44 xor t0, a1, t1 # .. e1 (ev5 data stall)
|
/kernel/linux/common_modules/code_sign/ |
H A D | verify_cert_chain.c | 66 sinfo->sig->auth_ids[0]->len, sinfo->sig->auth_ids[0]->data); in pkcs7_find_key()
|
/kernel/linux/linux-5.10/arch/arm/mach-mvebu/ |
H A D | pm.c | 39 static int mvebu_pm_powerdown(unsigned long data) in mvebu_pm_powerdown() argument
|
/kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
H A D | prm3xxx.h | 140 int __init omap3xxx_prm_init(const struct omap_prcm_init_data *data);
|
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | acpi_apd.c | 63 static int misc_check_res(struct acpi_resource *ares, void *data) in misc_check_res() argument
|
/kernel/linux/linux-5.10/drivers/clk/hisilicon/ |
H A D | clk-hi3660-stub.c | 112 void *data) in hi3660_stub_clk_hw_get() 111 hi3660_stub_clk_hw_get(struct of_phandle_args *clkspec, void *data) hi3660_stub_clk_hw_get() argument
|
/kernel/linux/linux-5.10/drivers/clk/mediatek/ |
H A D | clk-mt7622-aud.c | 168 .data = clk_mt7622_audiosys_init,
|
/kernel/linux/linux-5.10/drivers/clk/meson/ |
H A D | clk-mpll.c | 28 return (struct meson_clk_mpll_data *)clk->data; in meson_clk_mpll_data()
|
/kernel/linux/linux-5.10/drivers/firmware/efi/ |
H A D | mokvar-table.c | 49 * completely NULL name and 0 data size. 144 * header, anticipating some data. It's safe to in efi_mokvar_table_init() 263 * Copy EFI MOK config table entry data for this mokvar sysfs binary file 265 * entry data, for the specified count bytes. The copy is limited by the 266 * amount of data in this mokvar config table entry. 282 memcpy(buf, mokvar_entry->data + off, count); in efi_mokvar_sysfs_read()
|
/kernel/linux/linux-5.10/arch/m68k/68000/ |
H A D | head.S | 44 .data 178 * Copy init text & data to RAM
|
/kernel/linux/linux-5.10/drivers/mtd/parsers/ |
H A D | bcm63xxpart.c | 58 /* extract nvram data */ in bcm63xx_read_nvram() 128 struct mtd_part_parser_data *data) in bcm63xx_parse_cfe_partitions() 126 bcm63xx_parse_cfe_partitions(struct mtd_info *master, const struct mtd_partition **pparts, struct mtd_part_parser_data *data) bcm63xx_parse_cfe_partitions() argument
|
/kernel/linux/linux-5.10/drivers/net/arcnet/ |
H A D | arc-rawmode.c | 62 pkt = (struct archdr *)skb->data; in rx()
|
/kernel/linux/linux-5.10/drivers/net/can/cc770/ |
H A D | cc770.h | 18 u8 data[8]; member 165 * CC770 private data structure 177 void *priv; /* for board-specific data */
|
/kernel/linux/linux-5.10/drivers/net/can/m_can/ |
H A D | m_can_platform.c | 184 { .compatible = "bosch,m_can", .data = NULL },
|
/kernel/linux/linux-5.10/drivers/net/ |
H A D | dummy.c | 138 static int dummy_validate(struct nlattr *tb[], struct nlattr *data[], in dummy_validate() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_ring.h | 196 unsigned int aq_ring_fill_stats_data(struct aq_ring_s *self, u64 *data);
|
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_hw_mbox.h | 58 u8 *data; member
|
/kernel/linux/linux-6.6/arch/mips/include/asm/sgi/ |
H A D | ioc.h | 37 volatile u8 data; member
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | cps-vec-ns16550.S | 209 .pushsection .data
|
/kernel/linux/linux-6.6/arch/loongarch/kernel/ |
H A D | time.c | 32 static irqreturn_t constant_timer_interrupt(int irq, void *data) in constant_timer_interrupt() argument
|