/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_tcpnotify_user.c | 34 static void dummyfn(void *ctx, int cpu, void *data, __u32 size) in dummyfn() argument 36 struct tcp_notifier *t = data; in dummyfn()
|
/kernel/linux/linux-6.6/arch/mips/ralink/ |
H A D | irq.c | 195 { .compatible = "mti,cpu-interrupt-controller", .data = mips_cpu_irq_of_init }, 196 { .compatible = "ralink,rt2880-intc", .data = intc_of_init },
|
/kernel/linux/linux-6.6/arch/mips/sgi-ip32/ |
H A D | ip32-reset.c | 45 static __noreturn void ip32_poweroff(void *data) in ip32_poweroff() argument 61 (*poweroff_func)((struct platform_device *)data); in ip32_poweroff()
|
/kernel/linux/linux-6.6/arch/mips/txx9/generic/ |
H A D | smsc_fdc37m81x.c | 65 static inline void smsc_dc37m81x_wr(unsigned char index, unsigned char data) in smsc_dc37m81x_wr() argument 68 outb(data, g_smsc_fdc37m81x_base + SMSC_FDC37M81X_CONFIG_DATA); in smsc_dc37m81x_wr()
|
/kernel/linux/linux-6.6/arch/nios2/kernel/ |
H A D | head.S | 28 * data and COW. 30 .data 40 .data 115 * After the instruction cache is initialized, the data cache must
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | patch.c | 101 static int __kprobes patch_text_stop_machine(void *data) in patch_text_stop_machine() argument 103 struct patch *patch = data; in patch_text_stop_machine()
|
/kernel/linux/linux-6.6/arch/s390/kernel/vdso32/ |
H A D | vdso32.lds.S | 105 *(.data .data.* .gnu.linkonce.d.* .sdata*)
|
/kernel/linux/linux-6.6/arch/s390/kernel/vdso64/ |
H A D | vdso64.lds.S | 105 *(.data .data.* .gnu.linkonce.d.* .sdata*)
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | ipl.h | 102 } data; member 167 extern void store_status(void (*fn)(void *), void *data);
|
/kernel/linux/linux-6.6/arch/sh/mm/ |
H A D | alignment.c | 143 int *data = pde_data(file_inode(file)); in alignment_proc_write() local 150 *data = mode - '0'; in alignment_proc_write()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/include/ |
H A D | dm_pp_interface.h | 176 struct pp_clock_with_latency data[PP_MAX_CLOCK_LEVELS]; member 186 struct pp_clock_with_voltage data[PP_MAX_CLOCK_LEVELS]; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | shmem_utils.c | 13 struct file *shmem_create_from_data(const char *name, void *data, size_t len) in shmem_create_from_data() argument 22 err = shmem_write(file, 0, data, len); in shmem_create_from_data()
|
/kernel/linux/linux-5.10/drivers/misc/habanalabs/include/common/ |
H A D | cpucp_if.h | 33 __le64 data[7]; member 164 * write to the structure, to prevent data corruption in case of 196 * Get EEPROM data from the CpuCP kernel. The buffer is specified in the 197 * addr field. The CPU will put the returned data size in the result 199 * CpuCP to write to the structure, to prevent data corruption in case of 303 /* For get CpuCP info/EEPROM data */ 385 __le64 data[7]; member
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-emsff.c | 22 static int emsff_play(struct input_dev *dev, void *data, in emsff_play() argument 26 struct emsff_device *emsff = data; in emsff_play()
|
H A D | hid-lg2ff.c | 22 static int play_effect(struct input_dev *dev, void *data, in play_effect() argument 26 struct lg2ff_device *lg2ff = data; in play_effect()
|
H A D | hid-mf.c | 34 static int mf_play(struct input_dev *dev, void *data, struct ff_effect *effect) in mf_play() argument 37 struct mf_device *mf = data; in mf_play()
|
H A D | hid-roccat-common.h | 26 void *data, uint size); 28 void const *data, uint size);
|
H A D | hid-zpff.c | 25 static int zpff_play(struct input_dev *dev, void *data, in zpff_play() argument 29 struct zpff_device *zpff = data; in zpff_play()
|
/kernel/linux/linux-5.10/drivers/iio/chemical/ |
H A D | bme680_spi.c | 64 static int bme680_regmap_spi_write(void *context, const void *data, in bme680_regmap_spi_write() argument 72 memcpy(buf, data, 2); in bme680_regmap_spi_write()
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | stb0899_drv.h | 26 u8 data; member 32 u32 data; member
|
/kernel/linux/linux-5.10/drivers/input/misc/ |
H A D | da9055_onkey.c | 59 static irqreturn_t da9055_onkey_irq(int irq, void *data) in da9055_onkey_irq() argument 61 struct da9055_onkey *onkey = data; in da9055_onkey_irq()
|
H A D | 88pm80x_onkey.c | 43 static irqreturn_t pm80x_onkey_handler(int irq, void *data) in pm80x_onkey_handler() argument 45 struct pm80x_onkey_info *info = data; in pm80x_onkey_handler()
|
H A D | 88pm860x_onkey.c | 45 static irqreturn_t pm860x_onkey_handler(int irq, void *data) in pm860x_onkey_handler() argument 47 struct pm860x_onkey_info *info = data; in pm860x_onkey_handler()
|
H A D | ab8500-ponkey.c | 35 static irqreturn_t ab8500_ponkey_handler(int irq, void *data) in ab8500_ponkey_handler() argument 37 struct ab8500_ponkey *ponkey = data; in ab8500_ponkey_handler()
|
/kernel/linux/linux-5.10/drivers/input/rmi4/ |
H A D | rmi_driver.h | 63 * (ie query, control, data) 96 int rmi_probe_interrupts(struct rmi_driver_data *data); 99 int rmi_init_functions(struct rmi_driver_data *data);
|