/linux-6.15/drivers/input/misc/ |
D | pwm-beeper.c | 81 unsigned int type, unsigned int code, int value) in pwm_beeper_event()
|
/linux-6.15/arch/powerpc/kernel/ |
D | vdso.c | 173 #define VDSO_DO_FIXUPS(type, value, bits, sec) do { \ argument
|
/linux-6.15/tools/testing/selftests/bpf/progs/ |
D | local_storage.c | 23 __u32 value; member 184 int BPF_PROG(socket_post_create, struct socket *sock, int family, int type, in BPF_PROG()
|
D | test_seg6_loop.c | 40 unsigned char type; member 50 unsigned char type; member 52 unsigned char value[0]; member
|
/linux-6.15/net/atm/ |
D | lec_arpc.h | 59 u32 type; member 61 u8 value[255]; member
|
/linux-6.15/drivers/gpu/drm/imagination/ |
D | pvr_queue.h | 85 enum drm_pvr_job_type type; member 117 u32 *value; member
|
/linux-6.15/drivers/crypto/cavium/nitrox/ |
D | nitrox_dev.h | 126 u64 value; member 128 u64 type: 2; member 133 u64 type: 2; member 139 u64 type: 2; member 287 u64 value) in nitrox_write_csr()
|
/linux-6.15/kernel/bpf/ |
D | helpers.c | 55 void *, value, u64, flags) in BPF_CALL_4() argument 89 BPF_CALL_3(bpf_map_push_elem, struct bpf_map *, map, void *, value, u64, flags) in BPF_CALL_3() argument 104 BPF_CALL_2(bpf_map_pop_elem, struct bpf_map *, map, void *, value) in BPF_CALL_2() argument 117 BPF_CALL_2(bpf_map_peek_elem, struct bpf_map *, map, void *, value) in BPF_CALL_2() argument 1087 void *value; member 1148 void *value = t->cb.value; in bpf_timer_cb() local 1189 void *value = cb->value; in bpf_wq_work() local 1243 enum bpf_async_type type) in __bpf_async_init() 1353 enum bpf_async_type type) in __bpf_async_set_callback() 1675 static void bpf_dynptr_set_type(struct bpf_dynptr_kern *ptr, enum bpf_dynptr_type type) in bpf_dynptr_set_type() [all …]
|
D | syscall.c | 243 void *key, void *value, __u64 flags) in bpf_map_update_value() 300 static int bpf_map_copy_value(struct bpf_map *map, void *key, void *value, in bpf_map_copy_value() 979 u32 type = 0, jited = 0; in bpf_map_show_fdinfo() local 1622 int __weak bpf_stackmap_copy(struct bpf_map *map, void *key, void *value) in bpf_stackmap_copy() 1657 void *key, *value; in map_lookup_elem() local 1722 void *key, *value; in map_update_elem() local 1944 void *key, *value; in generic_map_update_batch() local 2006 void *buf, *buf_prevkey, *prev_key, *key, *value; in generic_map_lookup_batch() local 2099 void *key, *value; in map_lookup_and_delete_elem() local 2230 static int find_prog_type(enum bpf_prog_type type, struct bpf_prog *prog) in find_prog_type() [all …]
|
/linux-6.15/include/linux/ |
D | input.h | 33 __u16 type; member 35 __s32 value; member 437 static inline void input_report_key(struct input_dev *dev, unsigned int code, int value) in input_report_key() 442 static inline void input_report_rel(struct input_dev *dev, unsigned int code, int value) in input_report_rel() 447 static inline void input_report_abs(struct input_dev *dev, unsigned int code, int value) in input_report_abs() 452 static inline void input_report_ff_status(struct input_dev *dev, unsigned int code, int value) in input_report_ff_status() 457 static inline void input_report_switch(struct input_dev *dev, unsigned int code, int value) in input_report_switch()
|
/linux-6.15/drivers/soc/tegra/ |
D | pmc.c | 507 static void tegra_pmc_writel(struct tegra_pmc *pmc, u32 value, in tegra_pmc_writel() 536 static void tegra_pmc_scratch_writel(struct tegra_pmc *pmc, u32 value, in tegra_pmc_scratch_writel() 1105 u32 value; in tegra_pmc_program_reboot_reason() local 1139 u32 value; in tegra_pmc_restart() local 1547 unsigned long rate, value; in tegra_io_pad_prepare() local 1577 u32 value; in tegra_io_pad_poll() local 1688 u32 mask, value; in tegra_io_pad_is_powered() local 1711 u32 value; in tegra_io_pad_set_voltage() local 1758 u32 value; in tegra_io_pad_get_voltage() local 1796 u32 value; in tegra_pmc_enter_suspend_mode() local [all …]
|
/linux-6.15/drivers/input/touchscreen/ |
D | sur40.c | 44 __le16 type; /* always 0x0001 */ member 59 u8 type; /* bitmask (0x01 blob, 0x02 touch, 0x04 tag) */ member 265 static int sur40_poke(struct sur40_state *dev, u8 offset, u8 value) in sur40_poke() 295 static int sur40_set_preprocessor(struct sur40_state *dev, u8 value) in sur40_set_preprocessor() 322 static void sur40_set_vsvideo(struct sur40_state *handle, u8 value) in sur40_set_vsvideo() 331 static void sur40_set_irlevel(struct sur40_state *handle, u8 value) in sur40_set_irlevel() 1020 u8 value = sur40->vsvideo; in sur40_s_ctrl() local
|
/linux-6.15/arch/arm/mach-imx/ |
D | tzic.c | 52 static int tzic_set_irq_fiq(unsigned int hwirq, unsigned int type) in tzic_set_irq_fiq() 54 unsigned int index, mask, value; in tzic_set_irq_fiq() local
|
/linux-6.15/drivers/net/ethernet/intel/i40e/ |
D | i40e_devlink.c | 51 enum i40e_devlink_version_type type, in i40e_devlink_info_put() 52 const char *key, const char *value) in i40e_devlink_info_put()
|
/linux-6.15/drivers/acpi/acpica/ |
D | dbmethod.c | 111 char type; in acpi_db_set_method_data() local 113 u32 value; in acpi_db_set_method_data() local
|
/linux-6.15/tools/include/linux/ |
D | bitops.h | 17 #define BITS_PER_TYPE(type) (sizeof(type) * BITS_PER_BYTE) argument 97 static __always_inline __s64 sign_extend64(__u64 value, int index) in sign_extend64()
|
/linux-6.15/drivers/hwmon/ |
D | vexpress-hwmon.c | 37 u32 value; in vexpress_hwmon_u32_show() local 210 const struct vexpress_hwmon_type *type; in vexpress_hwmon_probe() local
|
D | w83781d.c | 174 #define BEEP_MASK_FROM_REG(val, type) ((type) == as99127f ? \ argument 176 #define BEEP_MASK_TO_REG(val, type) ((type) == as99127f ? \ argument 182 DIV_TO_REG(long val, enum chips type) in DIV_TO_REG() 199 enum chips type; member 1294 w83781d_write_value_i2c(struct w83781d_data *data, u16 reg, u16 value) in w83781d_write_value_i2c() 1335 int type = data->type; in w83781d_init_device() local 1691 w83781d_write_value_isa(struct w83781d_data *data, u16 reg, u16 value) in w83781d_write_value_isa() 1744 w83781d_write_value(struct w83781d_data *data, u16 reg, u16 value) in w83781d_write_value() 2030 w83781d_write_value(struct w83781d_data *data, u16 reg, u16 value) in w83781d_write_value()
|
/linux-6.15/drivers/mtd/nand/onenand/ |
D | onenand_samsung.c | 125 enum soc_type type; member 150 static inline void s3c_write_reg(int value, int offset) in s3c_write_reg() 160 static inline void s3c_write_cmd(int value, unsigned int cmd) in s3c_write_cmd() 179 static unsigned int s3c64xx_cmd_map(unsigned type, unsigned val) in s3c64xx_cmd_map() 222 int value; in s3c_onenand_readw() local 266 static void s3c_onenand_writew(unsigned short value, void __iomem *addr) in s3c_onenand_writew()
|
/linux-6.15/fs/ecryptfs/ |
D | inode.c | 1039 const char *name, const void *value, in ecryptfs_setxattr() 1063 const char *name, void *value, size_t size) in ecryptfs_getxattr_lower() 1080 const char *name, void *value, size_t size) in ecryptfs_getxattr() 1143 struct dentry *dentry, int type) in ecryptfs_get_acl() 1151 int type) in ecryptfs_set_acl() 1212 const char *name, const void *value, size_t size, in ecryptfs_xattr_set()
|
/linux-6.15/drivers/pinctrl/actions/ |
D | pinctrl-owl.c | 601 static void owl_gpio_set(struct gpio_chip *chip, unsigned int offset, int value) in owl_gpio_set() 641 unsigned int offset, int value) in owl_gpio_direction_output() 663 static void irq_set_type(struct owl_pinctrl *pctrl, int gpio, unsigned int type) in irq_set_type() 668 unsigned int offset, value, irq_type = 0; in irq_set_type() local 762 u32 value; in owl_gpio_irq_unmask() local 820 static int owl_gpio_irq_set_type(struct irq_data *data, unsigned int type) in owl_gpio_irq_set_type()
|
/linux-6.15/drivers/hid/ |
D | hid-appletb-kbd.c | 196 struct hid_usage *usage, __s32 value) in appletb_kbd_hid_event() 232 static void appletb_kbd_inp_event(struct input_handle *handle, unsigned int type, in appletb_kbd_inp_event() 233 unsigned int code, int value) in appletb_kbd_inp_event()
|
/linux-6.15/drivers/gpio/ |
D | gpiolib.c | 1513 unsigned int *type) in gpiochip_hierarchy_irq_domain_translate() 1540 unsigned int type = IRQ_TYPE_NONE; in gpiochip_hierarchy_irq_domain_alloc() local 2015 unsigned int type; in gpiochip_add_irqchip() local 2763 int value) in gpiochip_direction_output() 2854 static int gpiochip_set(struct gpio_chip *gc, unsigned int offset, int value) in gpiochip_set() 2875 static int gpiod_direction_output_raw_commit(struct gpio_desc *desc, int value) in gpiod_direction_output_raw_commit() 2941 int gpiod_direction_output_raw(struct gpio_desc *desc, int value) in gpiod_direction_output_raw() 2968 int gpiod_direction_output(struct gpio_desc *desc, int value) in gpiod_direction_output() 2982 int gpiod_direction_output_nonotify(struct gpio_desc *desc, int value) in gpiod_direction_output_nonotify() 3260 int value; in gpiod_get_raw_value_commit() local [all …]
|
/linux-6.15/drivers/crypto/hisilicon/hpre/ |
D | hpre.h | 50 enum hpre_ctrl_dbgfs_file type; member 56 atomic64_t value; member 57 enum hpre_dfx_dbgfs_file type; member
|
/linux-6.15/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_amdkfd_gfx_v8.c | 45 uint32_t value = PIPEID(pipe) | MEID(mec) | VMID(vmid) | QUEUEID(queue); in lock_srbm() local 170 uint32_t value, mec, pipe; in kgd_hqd_load() local 397 enum hqd_dequeue_request_type type; in kgd_hqd_destroy() local 534 uint32_t value; in get_atc_vmid_pasid_mapping_info() local
|