Home
last modified time | relevance | path

Searched +defs:type +defs:value (Results 351 – 375 of 1116) sorted by relevance

1...<<11121314151617181920>>...45

/linux-5.10/scripts/dtc/
Ddata.c158 struct data data_append_integer(struct data d, uint64_t value, int bits) in data_append_integer()
227 struct data data_add_marker(struct data d, enum markertype type, char *ref) in data_add_marker()
/linux-5.10/sound/core/seq/
Dseq_midi_emul.c260 struct snd_midi_channel *chan, int control, int value) in do_control()
413 int type; in rpn() local
/linux-5.10/drivers/input/misc/
Dmax8997_haptic.c48 enum max8997_haptic_motor_type type; member
99 u8 value; in max8997_haptic_configure() local
/linux-5.10/tools/perf/util/
Dtrace-event-parse.c16 int *offset, int *size, const char *type) in get_common_field()
178 unsigned long long value; member
Dbpf-loader.c136 prog_config__exec(const char *value, struct perf_probe_event *pev) in prog_config__exec()
146 prog_config__module(const char *value, struct perf_probe_event *pev) in prog_config__module()
156 prog_config__bool(const char *value, bool *pbool, bool invert) in prog_config__bool()
173 prog_config__inlines(const char *value, in prog_config__inlines()
180 prog_config__force(const char *value, in prog_config__force()
219 do_prog_config(const char *key, const char *value, in do_prog_config()
525 int i, type = 0; in map_prologue() local
774 int type = priv->type_mapping[i]; in bpf__foreach_event() local
814 u64 value; member
/linux-5.10/drivers/hid/
Dhid-debug.c665 void hid_dump_report(struct hid_device *hid, int type, u8 *data, in hid_dump_report()
695 void hid_dump_input(struct hid_device *hdev, struct hid_usage *usage, __s32 value) in hid_dump_input()
1005 static void hid_resolv_event(__u8 type, __u16 code, struct seq_file *f) in hid_resolv_event()
/linux-5.10/drivers/staging/media/atomisp/i2c/
Dgc0310.h115 u8 value; member
155 u8 type; member
174 enum gc0310_tok_type type; member
/linux-5.10/drivers/net/ethernet/amd/
Ddeclance.c229 #define shift_off(off, type) \ argument
232 #define lib_off(rt, type) \ argument
235 #define lib_ptr(ib, rt, type) \ argument
238 #define rds_off(rt, type) \ argument
241 #define rds_ptr(rd, rt, type) \ argument
244 #define tds_off(rt, type) \ argument
247 #define tds_ptr(td, rt, type) \ argument
252 int type; member
296 static inline void writereg(volatile unsigned short *regptr, short value) in writereg()
328 static void cp_to_buf(const int type, void *to, const void *from, int len) in cp_to_buf()
[all …]
/linux-5.10/drivers/mfd/
Ducb1x00-core.c107 static void ucb1x00_gpio_set(struct gpio_chip *chip, unsigned offset, int value) in ucb1x00_gpio_set()
152 , int value) in ucb1x00_gpio_direction_output()
336 static int ucb1x00_irq_set_type(struct irq_data *data, unsigned int type) in ucb1x00_irq_set_type()
/linux-5.10/drivers/iommu/
Dtegra-smmu.c69 static inline void smmu_writel(struct tegra_smmu *smmu, u32 value, in smmu_writel()
184 u32 value; in smmu_flush_ptc() local
209 u32 value; in smmu_flush_tlb_asid() local
224 u32 value; in smmu_flush_tlb_section() local
239 u32 value; in smmu_flush_tlb_group() local
286 static struct iommu_domain *tegra_smmu_domain_alloc(unsigned type) in tegra_smmu_domain_alloc()
363 u32 value; in tegra_smmu_enable() local
396 u32 value; in tegra_smmu_disable() local
422 u32 value; in tegra_smmu_as_prepare() local
537 u32 value) in tegra_smmu_set_pde()
[all …]
/linux-5.10/drivers/hwmon/
Dlm75.c307 u8 value; in lm75_write_config() local
325 static int lm75_read(struct device *dev, enum hwmon_sensor_types type, in lm75_read()
455 static int lm75_write(struct device *dev, enum hwmon_sensor_types type, in lm75_write()
469 static umode_t lm75_is_visible(const void *data, enum hwmon_sensor_types type, in lm75_is_visible()
/linux-5.10/drivers/net/ethernet/sfc/
Dsiena.c680 static int siena_set_wol(struct efx_nic *efx, u32 type) in siena_set_wol()
799 u32 value; in siena_mcdi_poll_reboot() local
854 unsigned int type) in siena_mtd_probe_partition()
911 unsigned int type; in siena_mtd_probe() local
/linux-5.10/include/linux/
Dsecurity.h555 static inline int security_quotactl(int cmds, int type, int id, in security_quotactl()
566 static inline int security_syslog(int type) in security_syslog()
654 const char *type, unsigned long flags, in security_sb_mount()
744 void **value, size_t *len) in security_old_inode_init_security()
834 const char *name, const void *value, size_t size, int flags) in security_inode_setxattr()
840 const char *name, const void *value, size_t size, int flags) in security_inode_post_setxattr()
875 …t security_inode_setsecurity(struct inode *inode, const char *name, const void *value, size_t size… in security_inode_setsecurity()
1190 long type, int mode) in security_msg_queue_msgrcv()
1250 char *name, char **value) in security_getprocattr()
1256 void *value, size_t size) in security_setprocattr()
[all …]
/linux-5.10/drivers/net/ethernet/intel/fm10k/
Dfm10k_pci.c37 u16 value = 0; in fm10k_read_pci_cfg_word() local
52 u32 value = 0; in fm10k_read_reg() local
344 u32 value; in fm10k_detach_subtask() local
1217 #define FM10K_ERR_MSG(type) case (type): error = #type; break argument
1218 static void fm10k_handle_fault(struct fm10k_intfc *interface, int type, in fm10k_handle_fault()
1307 int type, err; in fm10k_report_fault() local
/linux-5.10/fs/quota/
Ddquot.c266 int type = qid.type; in hashfn() local
415 void mark_info_dirty(struct super_block *sb, int type) in mark_info_dirty()
537 static void invalidate_dquots(struct super_block *sb, int type) in invalidate_dquots()
624 int dquot_writeback_dquots(struct super_block *sb, int type) in dquot_writeback_dquots()
680 int dquot_quota_sync(struct super_block *sb, int type) in dquot_quota_sync()
812 struct dquot *dquot_alloc(struct super_block *sb, int type) in dquot_alloc()
818 static struct dquot *get_empty_dquot(struct super_block *sb, int type) in get_empty_dquot()
929 static int dqinit_needed(struct inode *inode, int type) in dqinit_needed()
947 static int add_dquot_ref(struct super_block *sb, int type) in add_dquot_ref()
1008 static void remove_inode_dquot_ref(struct inode *inode, int type, in remove_inode_dquot_ref()
[all …]
/linux-5.10/drivers/net/ethernet/intel/ixgb/
Dixgb_param.c158 enum { enable_option, range_option, list_option } type; member
178 ixgb_validate_option(unsigned int *value, const struct ixgb_option *opt) in ixgb_validate_option()
/linux-5.10/drivers/irqchip/
Dirq-renesas-irqc.c74 static int irqc_irq_set_type(struct irq_data *d, unsigned int type) in irqc_irq_set_type()
78 unsigned char value = irqc_sense[type & IRQ_TYPE_SENSE_MASK]; in irqc_irq_set_type() local
Dirq-renesas-intc-irqpin.c129 int width, int value) in intc_irqpin_read_modify_write()
156 static int intc_irqpin_set_sense(struct intc_irqpin_priv *p, int irq, int value) in intc_irqpin_set_sense()
256 static int intc_irqpin_irq_set_type(struct irq_data *d, unsigned int type) in intc_irqpin_irq_set_type()
258 unsigned char value = intc_irqpin_sense[type & IRQ_TYPE_SENSE_MASK]; in intc_irqpin_irq_set_type() local
/linux-5.10/drivers/input/
Dmousedev.c124 unsigned int code, int value) in mousedev_touchpad_event()
168 unsigned int code, int value) in mousedev_abs_event()
205 unsigned int code, int value) in mousedev_rel_event()
223 unsigned int code, int value) in mousedev_key_event()
319 static void mousedev_touchpad_touch(struct mousedev *mousedev, int value) in mousedev_touchpad_touch()
347 unsigned int type, unsigned int code, int value) in mousedev_event()
/linux-5.10/drivers/usb/gadget/function/
Df_fs.c631 static long ffs_ep0_ioctl(struct file *file, unsigned code, unsigned long value) in ffs_ep0_ioctl()
1163 int value; in ffs_aio_cancel() local
1279 unsigned long value) in ffs_epfile_ioctl()
2036 #define __entity(type, val) do { \ in ffs_do_single_desc() argument
2190 static int __ffs_data_do_entity(enum ffs_entity_type type, in __ffs_data_do_entity()
2271 enum ffs_os_desc_type type, in ffs_do_single_os_desc()
2307 enum ffs_os_desc_type type; in ffs_do_os_descs() local
2360 static int __ffs_data_do_os_desc(enum ffs_os_desc_type type, in __ffs_data_do_os_desc()
2396 u32 type, pdl; in __ffs_data_do_os_desc() local
2705 enum usb_functionfs_event_type type) in __ffs_event_add()
[all …]
/linux-5.10/include/uapi/linux/
Dtipc_config.h212 __be32 value; member
220 __be32 type; /* {t,l,u} info ignored if high bit of "depth" is set */ member
291 static inline int TLV_CHECK_TYPE(struct tlv_desc *tlv, __u16 type) in TLV_CHECK_TYPE()
296 static inline void TLV_SET_TYPE(struct tlv_desc *tlv, __u16 type) in TLV_SET_TYPE()
301 static inline int TLV_SET(void *tlv, __u16 type, void *data, __u16 len) in TLV_SET()
/linux-5.10/drivers/media/i2c/m5mols/
Dm5mols_core.c297 int m5mols_busy_wait(struct v4l2_subdev *sd, u32 reg, u32 value, u32 mask, in m5mols_busy_wait()
486 enum m5mols_restype type = M5MOLS_RESTYPE_MONITOR; in __find_restype() local
508 enum m5mols_restype *type, in __find_resolution()
544 enum m5mols_restype type) in __find_format()
577 enum m5mols_restype type; in m5mols_set_fmt() local
/linux-5.10/tools/bpf/bpftool/
Dcommon.c120 mnt_fs(const char *target, const char *type, char *buff, size_t bufflen) in mnt_fs()
195 enum bpf_obj_type type; in open_obj_pinned_any() local
279 const char *get_fd_type_name(enum bpf_obj_type type) in get_fd_type_name()
336 char *value; in get_fdinfo() local
433 enum bpf_obj_type type) in build_pinned_obj_table()
/linux-5.10/drivers/gpu/drm/amd/amdgpu/
Dgmc_v9_0.c419 unsigned type, in gmc_v9_0_ecc_interrupt_state()
469 unsigned type, in gmc_v9_0_vm_fault_interrupt_state()
693 uint32_t value; in gmc_v9_0_get_atc_vmid_pasid_mapping_info() local
1599 bool value; in gmc_v9_0_hw_init() local
/linux-5.10/drivers/pinctrl/qcom/
Dpinctrl-ssbi-mpp.c169 unsigned type; in pm8xxx_mpp_update() local
466 int value) in pm8xxx_mpp_direction_output()
507 static void pm8xxx_mpp_set(struct gpio_chip *chip, unsigned offset, int value) in pm8xxx_mpp_set()
655 unsigned type; in pm8xxx_pin_populate() local

1...<<11121314151617181920>>...45