/linux-6.8/drivers/macintosh/ |
D | windfarm_fcu_controls.c | 144 static int wf_fcu_fan_set_rpm(struct wf_control *ct, s32 value) in wf_fcu_fan_set_rpm() 166 static int wf_fcu_fan_get_rpm(struct wf_control *ct, s32 *value) in wf_fcu_fan_get_rpm() 201 static int wf_fcu_fan_set_pwm(struct wf_control *ct, s32 value) in wf_fcu_fan_set_pwm() 223 static int wf_fcu_fan_get_pwm(struct wf_control *ct, s32 *value) in wf_fcu_fan_get_pwm() 362 int type, int id) in wf_fcu_add_fan() 433 int id, type = -1; in wf_fcu_lookup_fans() local
|
/linux-6.8/drivers/platform/surface/ |
D | surface_hotplug.c | 77 static enum shps_dsm_fn shps_dsm_fn_for_irq(enum shps_irq_type type) in shps_dsm_fn_for_irq() 82 static void shps_dsm_notify_irq(struct platform_device *pdev, enum shps_irq_type type) in shps_dsm_notify_irq() 88 int value; in shps_dsm_notify_irq() local 125 int type; in shps_handle_irq() local 141 static int shps_setup_irq(struct platform_device *pdev, enum shps_irq_type type) in shps_setup_irq()
|
/linux-6.8/drivers/ufs/core/ |
D | ufs-hwmon.c | 35 u32 value; in ufs_get_temp() local 50 static int ufs_hwmon_read(struct device *dev, enum hwmon_sensor_types type, u32 attr, int channel, in ufs_hwmon_read() 96 static int ufs_hwmon_write(struct device *dev, enum hwmon_sensor_types type, u32 attr, int channel, in ufs_hwmon_write() 131 enum hwmon_sensor_types type, u32 attr, in ufs_hwmon_is_visible()
|
/linux-6.8/drivers/platform/x86/intel/ |
D | oaktrail.c | 97 u8 value; in oaktrail_rfkill_set() local 117 static struct rfkill *oaktrail_rfkill_new(char *name, enum rfkill_type type, in oaktrail_rfkill_new() 121 u8 value; in oaktrail_rfkill_new() local 208 u8 value; in get_backlight_brightness() local
|
/linux-6.8/tools/perf/util/ |
D | bpf_map.c | 12 static bool bpf_map__is_per_cpu(enum bpf_map_type type) in bpf_map__is_per_cpu() 31 void *prev_key = NULL, *key, *value; in bpf_map__fprintf() local
|
/linux-6.8/drivers/usb/gadget/legacy/ |
D | raw_gadget.c | 62 enum usb_raw_event_type type, size_t length, const void *data) in raw_event_queue_add() 234 enum usb_raw_event_type type, size_t length, const void *data) in raw_queue_event() 479 static int raw_ioctl_init(struct raw_dev *dev, unsigned long value) in raw_ioctl_init() 578 static int raw_ioctl_run(struct raw_dev *dev, unsigned long value) in raw_ioctl_run() 614 static int raw_ioctl_event_fetch(struct raw_dev *dev, unsigned long value) in raw_ioctl_event_fetch() 757 static int raw_ioctl_ep0_write(struct raw_dev *dev, unsigned long value) in raw_ioctl_ep0_write() 771 static int raw_ioctl_ep0_read(struct raw_dev *dev, unsigned long value) in raw_ioctl_ep0_read() 795 static int raw_ioctl_ep0_stall(struct raw_dev *dev, unsigned long value) in raw_ioctl_ep0_stall() 839 static int raw_ioctl_ep_enable(struct raw_dev *dev, unsigned long value) in raw_ioctl_ep_enable() 919 static int raw_ioctl_ep_disable(struct raw_dev *dev, unsigned long value) in raw_ioctl_ep_disable() [all …]
|
/linux-6.8/tools/testing/selftests/bpf/ |
D | test_maps.c | 39 long long key, next_key, first_key, value; in test_hashmap() local 271 long long key, value[VALUE_SIZE] = {}; in helper_fill_hashmap() local 293 long long key, value[VALUE_SIZE], next_key; in test_hashmap_walk() local 364 long long value; in test_arraymap() local 514 __u32 key, value; in test_devmap() local 528 __u32 key, value; in test_devmap_hash() local 670 __u32 key, value; in test_sockmap() local 1312 int fd, i, value; in test_map_large() local 1404 int map_update_retriable(int map_fd, const void *key, const void *value, int flags, int attempts, in map_update_retriable() 1445 int i, key, value, err; in test_update_delete() local [all …]
|
/linux-6.8/arch/arm64/lib/ |
D | insn.c | 23 static int __kprobes aarch64_get_imm_shift_mask(enum aarch64_insn_imm_type type, in aarch64_get_imm_shift_mask() 88 u64 aarch64_insn_decode_immediate(enum aarch64_insn_imm_type type, u32 insn) in aarch64_insn_decode_immediate() 112 u32 __kprobes aarch64_insn_encode_immediate(enum aarch64_insn_imm_type type, in aarch64_insn_encode_immediate() 146 u32 aarch64_insn_decode_register(enum aarch64_insn_register_type type, in aarch64_insn_decode_register() 175 static u32 aarch64_insn_encode_register(enum aarch64_insn_register_type type, in aarch64_insn_encode_register() 224 static u32 aarch64_insn_encode_ldst_size(enum aarch64_insn_size_type type, in aarch64_insn_encode_ldst_size() 262 enum aarch64_insn_branch_type type) in aarch64_insn_gen_branch_imm() 295 enum aarch64_insn_branch_type type) in aarch64_insn_gen_comp_branch_imm() 354 enum aarch64_insn_branch_type type) in aarch64_insn_gen_branch_reg() 380 enum aarch64_insn_ldst_type type) in aarch64_insn_gen_load_store_reg() [all …]
|
/linux-6.8/drivers/iio/light/ |
D | apds9300.c | 109 static int apds9300_set_thresh_low(struct apds9300_data *data, int value) in apds9300_set_thresh_low() 130 static int apds9300_set_thresh_hi(struct apds9300_data *data, int value) in apds9300_set_thresh_hi() 274 const struct iio_chan_spec *chan, enum iio_event_type type, in apds9300_read_thresh() 295 const struct iio_chan_spec *chan, enum iio_event_type type, in apds9300_write_thresh() 314 enum iio_event_type type, in apds9300_read_interrupt_config() 323 const struct iio_chan_spec *chan, enum iio_event_type type, in apds9300_write_interrupt_config()
|
/linux-6.8/drivers/hwmon/ |
D | raspberrypi-hwmon.c | 30 u32 new_uv, old_uv, value; in rpi_firmware_get_throttled() local 75 static int rpi_read(struct device *dev, enum hwmon_sensor_types type, in rpi_read() 84 static umode_t rpi_is_visible(const void *_data, enum hwmon_sensor_types type, in rpi_is_visible()
|
D | sparx5-temp.c | 41 static int s5_read(struct device *dev, enum hwmon_sensor_types type, in s5_read() 45 int rc = 0, value; in s5_read() local 75 static umode_t s5_is_visible(const void *_data, enum hwmon_sensor_types type, in s5_is_visible()
|
/linux-6.8/drivers/gpu/drm/amd/pm/ |
D | amdgpu_dpm.c | 320 enum PP_SMC_POWER_PROFILE type, in amdgpu_dpm_switch_power_profile() 697 enum pp_clock_type type, in amdgpu_dpm_get_dpm_freq_range() 720 enum pp_clock_type type, in amdgpu_dpm_set_soft_freq_range() 775 int amdgpu_dpm_set_residency_gfxoff(struct amdgpu_device *adev, bool value) in amdgpu_dpm_set_residency_gfxoff() 790 int amdgpu_dpm_get_residency_gfxoff(struct amdgpu_device *adev, u32 *value) in amdgpu_dpm_get_residency_gfxoff() 805 int amdgpu_dpm_get_entrycount_gfxoff(struct amdgpu_device *adev, u64 *value) in amdgpu_dpm_get_entrycount_gfxoff() 820 int amdgpu_dpm_get_status_gfxoff(struct amdgpu_device *adev, uint32_t *value) in amdgpu_dpm_get_status_gfxoff() 1072 uint32_t type, in amdgpu_dpm_set_fine_grain_clk_vol() 1093 uint32_t type, in amdgpu_dpm_odn_edit_dpm_table() 1114 enum pp_clock_type type, in amdgpu_dpm_print_clock_levels() [all …]
|
/linux-6.8/drivers/input/misc/ |
D | sparcspkr.c | 67 static int bbc_spkr_event(struct input_dev *dev, unsigned int type, unsigned int code, int value) in bbc_spkr_event() 105 static int grover_spkr_event(struct input_dev *dev, unsigned int type, unsigned int code, int value) in grover_spkr_event()
|
/linux-6.8/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
D | vega10_powertune.h | 49 uint32_t value; member 50 enum vega10_pt_config_reg_type type; member 57 uint32_t value; member
|
/linux-6.8/tools/testing/selftests/bpf/progs/ |
D | task_storage_nodeadlock.c | 25 int BPF_PROG(socket_post_create, struct socket *sock, int family, int type, in BPF_PROG() 30 int *value; in BPF_PROG() local
|
/linux-6.8/sound/drivers/pcsp/ |
D | pcsp_input.c | 43 static int pcspkr_input_event(struct input_dev *dev, unsigned int type, in pcspkr_input_event() 44 unsigned int code, int value) in pcspkr_input_event()
|
/linux-6.8/drivers/net/wireless/broadcom/b43legacy/ |
D | dma.c | 208 static u16 b43legacy_dmacontroller_base(enum b43legacy_dmatype type, in b43legacy_dmacontroller_base() 318 enum b43legacy_dmatype type) in b43legacy_dmacontroller_rx_reset() 321 u32 value; in b43legacy_dmacontroller_rx_reset() local 349 enum b43legacy_dmatype type) in b43legacy_dmacontroller_tx_reset() 352 u32 value; in b43legacy_dmacontroller_tx_reset() local 509 u32 value; in dmacontroller_setup() local 606 enum b43legacy_dmatype type) in b43legacy_setup_dmaring() 759 enum b43legacy_dmatype type = b43legacy_engine_type(dev); in b43legacy_dma_init() local
|
/linux-6.8/samples/bpf/ |
D | tcp_dumpstats_kern.c | 16 __u32 type; member 19 __u64 *value; member
|
/linux-6.8/drivers/staging/greybus/ |
D | gpio.c | 25 value: 1; /* 0 = low, 1 = high */ member 173 u8 value; in gb_gpio_get_value_operation() local 262 u8 hwirq, u8 type) in _gb_gpio_irq_set_type() 298 static int gb_gpio_irq_set_type(struct irq_data *d, unsigned int type) in gb_gpio_irq_set_type() 373 u8 type = op->type; in gb_gpio_request_handler() local 444 int value) in gb_gpio_direction_output() 465 static void gb_gpio_set(struct gpio_chip *chip, unsigned int offset, int value) in gb_gpio_set()
|
/linux-6.8/fs/overlayfs/ |
D | overlayfs.h | 25 #define OVL_TYPE_UPPER(type) ((type) & __OVL_PATH_UPPER) argument 26 #define OVL_TYPE_MERGE(type) ((type) & __OVL_PATH_MERGE) argument 27 #define OVL_TYPE_ORIGIN(type) ((type) & __OVL_PATH_ORIGIN) argument 139 u8 type; /* fid_type of fid */ member 271 void *value, size_t size) in ovl_do_getxattr() 288 enum ovl_xattr ox, void *value, in ovl_getxattr_upper() 301 enum ovl_xattr ox, void *value, in ovl_path_getxattr() 308 const char *name, const void *value, in ovl_do_setxattr() 320 enum ovl_xattr ox, const void *value, in ovl_setxattr() 758 static inline struct posix_acl *ovl_get_inode_acl(struct inode *inode, int type, in ovl_get_inode_acl() [all …]
|
/linux-6.8/tools/lib/api/fs/ |
D | fs.c | 156 char type[100]; in fs__read_mounts() local 293 int filename__read_int(const char *filename, int *value) in filename__read_int() 311 unsigned long long *value, int base) in filename__read_ull_base() 333 int filename__read_xll(const char *filename, unsigned long long *value) in filename__read_xll() 343 int filename__read_ull(const char *filename, unsigned long long *value) in filename__read_ull() 369 int filename__write_int(const char *filename, int value) in filename__write_int() 399 unsigned long long *value, int base) in sysfs__read_ull_base() 412 int sysfs__read_xll(const char *entry, unsigned long long *value) in sysfs__read_xll() 417 int sysfs__read_ull(const char *entry, unsigned long long *value) in sysfs__read_ull() 422 int sysfs__read_int(const char *entry, int *value) in sysfs__read_int() [all …]
|
/linux-6.8/drivers/input/keyboard/ |
D | lkkbd.c | 270 char type; member 281 unsigned char value; member 299 static unsigned char *response_name(unsigned char value) in response_name() 527 unsigned int type, unsigned int code, int value) in lkkbd_event()
|
/linux-6.8/drivers/acpi/acpica/ |
D | dbconvert.c | 30 u8 value; in acpi_db_hex_char_to_value() local 170 acpi_object_type type; in acpi_db_convert_to_package() local 222 acpi_db_convert_to_object(acpi_object_type type, in acpi_db_convert_to_object()
|
/linux-6.8/drivers/sh/intc/ |
D | chip.c | 92 unsigned int value; in intc_mask_ack() local 174 static int intc_set_type(struct irq_data *data, unsigned int type) in intc_set_type() 178 unsigned char value = intc_irq_sense_table[type & IRQ_TYPE_SENSE_MASK]; in intc_set_type() local
|
/linux-6.8/drivers/net/wireless/ath/ath9k/ |
D | ar9003_aic.c | 82 static int16_t ar9003_aic_find_index(u8 type, int16_t value) in ar9003_aic_find_index() 269 u32 dir_path_gain_idx, quad_path_gain_idx, value; in ar9003_aic_cal_post_process() local 490 u32 value; in ar9003_aic_cal_continue() local
|