Home
last modified time | relevance | path

Searched defs:type (Results 576 – 600 of 6235) sorted by relevance

1...<<21222324252627282930>>...250

/linux/drivers/iio/light/
H A Dapds9300.c273 const struct iio_chan_spec *chan, enum iio_event_type type, in apds9300_read_thresh()
294 const struct iio_chan_spec *chan, enum iio_event_type type, in apds9300_write_thresh()
313 enum iio_event_type type, in apds9300_read_interrupt_config()
322 const struct iio_chan_spec *chan, enum iio_event_type type, in apds9300_write_interrupt_config()
/linux/drivers/md/dm-vdo/
H A Dfunnel-workqueue.c41 const struct vdo_work_queue_type *type; member
312 const struct vdo_work_queue_type *type, in make_simple_work_queue()
381 struct vdo_thread *owner, const struct vdo_work_queue_type *type, in vdo_make_work_queue()
634 const struct vdo_work_queue_type *type) in vdo_work_queue_type_is()
/linux/drivers/tty/serial/8250/
H A D8250_acorn.c28 unsigned int type; member
42 struct serial_card_type *type = id->data; in serial_card_probe() local
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dgf100.c108 enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) in gf100_fb_new_()
133 gf100_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) in gf100_fb_new()
/linux/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_rf.c35 const char *zd_rf_name(u8 type) in zd_rf_name()
58 int zd_rf_init_hw(struct zd_rf *rf, u8 type) in zd_rf_init_hw()
/linux/tools/testing/selftests/kvm/x86/
H A Dsev_smoke_test.c117 uint32_t type = policy & SEV_POLICY_ES ? KVM_X86_SEV_ES_VM : KVM_X86_SEV_VM; test_sev() local
169 uint32_t type = KVM_X86_SEV_ES_VM; test_sev_es_shutdown() local
[all...]
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec_fs.c74 static struct mlx5e_ipsec_rx *ipsec_rx(struct mlx5e_ipsec *ipsec, u32 family, int type) in ipsec_rx()
85 static struct mlx5e_ipsec_tx *ipsec_tx(struct mlx5e_ipsec *ipsec, int type) in ipsec_tx()
1130 int type) in rx_ft_get()
1146 u32 family, u32 prio, int type) in rx_ft_get_policy()
1173 static void rx_ft_put(struct mlx5e_ipsec *ipsec, u32 family, int type) in rx_ft_put()
1182 static void rx_ft_put_policy(struct mlx5e_ipsec *ipsec, u32 family, u32 prio, int type) in rx_ft_put_policy()
1424 u32 prio, int type) in tx_ft_get_policy()
1452 struct mlx5e_ipsec *ipsec, int type) in tx_ft_get()
1466 static void tx_ft_put(struct mlx5e_ipsec *ipsec, int type) in tx_ft_put()
1475 static void tx_ft_put_policy(struct mlx5e_ipsec *ipsec, u32 prio, int type) in tx_ft_put_policy()
[all …]
/linux/drivers/target/
H A Dtarget_core_pr.c833 u8 type) in core_scsi3_alloc_aptpl_registration()
2051 int pr_holder = 0, type; in core_scsi3_emulate_pro_register() local
2241 unsigned char *core_scsi3_pr_dump_type(int type) in core_scsi3_pr_dump_type()
2264 core_scsi3_pro_reserve(struct se_cmd *cmd, int type, int scope, u64 res_key) in core_scsi3_pro_reserve()
2418 core_scsi3_emulate_pro_reserve(struct se_cmd *cmd, int type, int scope, in core_scsi3_emulate_pro_reserve()
2504 core_scsi3_emulate_pro_release(struct se_cmd *cmd, int type, int scope, in core_scsi3_emulate_pro_release()
2748 int type, in __core_scsi3_complete_pro_preempt()
2813 core_scsi3_pro_preempt(struct se_cmd *cmd, int type, int scope, u64 res_key, in core_scsi3_pro_preempt()
3123 core_scsi3_emulate_pro_preempt(struct se_cmd *cmd, int type, int scope, in core_scsi3_emulate_pro_preempt()
3160 int new_reg = 0, type, scope, matching_iname; in core_scsi3_emulate_pro_register_and_move() local
[all …]
/linux/include/uapi/linux/
H A Digmp.h32 __u8 type; member
55 __u8 type; member
64 __u8 type; member
H A Dseccomp.h142 #define SECCOMP_IOR(nr, type) _IOR(SECCOMP_IOC_MAGIC, nr, type) argument
143 #define SECCOMP_IOW(nr, type) _IOW(SECCOMP_IOC_MAGIC, nr, type) argument
144 #define SECCOMP_IOWR(nr, type) _IOWR(SECCOMP_IOC_MAGIC, nr, type) argument
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/iccsense/
H A Dbase.c34 enum nvbios_extdev_type type) in nvkm_iccsense_validate_device()
315 nvkm_iccsense_ctor(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in nvkm_iccsense_ctor()
322 nvkm_iccsense_new_(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in nvkm_iccsense_new_()
/linux/drivers/hwmon/
H A Dw83773g.c172 static int w83773_read(struct device *dev, enum hwmon_sensor_types type, in w83773_read()
197 static int w83773_write(struct device *dev, enum hwmon_sensor_types type, in w83773_write()
211 static umode_t w83773_is_visible(const void *data, enum hwmon_sensor_types type, in w83773_is_visible()
/linux/tools/include/uapi/linux/
H A Dseccomp.h142 #define SECCOMP_IOR(nr, type) _IOR(SECCOMP_IOC_MAGIC, nr, type) argument
143 #define SECCOMP_IOW(nr, type) _IOW(SECCOMP_IOC_MAGIC, nr, type) argument
144 #define SECCOMP_IOWR(nr, type) _IOWR(SECCOMP_IOC_MAGIC, nr, type) argument
/linux/arch/m68k/include/asm/
H A Datariints.h115 static inline int get_mfp_bit( unsigned irq, int type ) in get_mfp_bit()
125 static inline void set_mfp_bit( unsigned irq, int type ) in set_mfp_bit()
136 static inline void clear_mfp_bit( unsigned irq, int type ) in clear_mfp_bit()
/linux/drivers/platform/x86/dell/
H A Ddell-wmi-privacy.c95 bool dell_privacy_process_event(int type, int code, int status) in dell_privacy_process_event()
141 enum dell_hardware_privacy_type type; in dell_privacy_supported_type_show() local
162 enum dell_hardware_privacy_type type; in dell_privacy_current_state_show() local
/linux/fs/xfs/
H A Dxfs_qm.h81 xfs_dqtype_t type) in xfs_dquot_tree()
97 xfs_quota_inode(struct xfs_mount *mp, xfs_dqtype_t type) in xfs_quota_inode()
173 xfs_get_defquota(struct xfs_quotainfo *qi, xfs_dqtype_t type) in xfs_get_defquota()
/linux/drivers/irqchip/
H A Dirq-sun6i-r.c118 static int sun6i_r_intc_nmi_set_type(struct irq_data *data, unsigned int type) in sun6i_r_intc_nmi_set_type()
201 unsigned int *type) in sun6i_r_intc_domain_translate()
229 unsigned int type; in sun6i_r_intc_domain_alloc() local
H A Dirq-mtk-cirq.c102 static int mtk_cirq_set_type(struct irq_data *data, unsigned int type) in mtk_cirq_set_type()
147 unsigned int *type) in mtk_cirq_domain_translate()
175 unsigned int type; in mtk_cirq_domain_alloc() local
/linux/drivers/platform/x86/
H A Ddasharo-acpi.c126 static int dasharo_hwmon_read(struct device *dev, enum hwmon_sensor_types type, in dasharo_hwmon_read()
157 static int dasharo_hwmon_read_string(struct device *dev, enum hwmon_sensor_types type, in dasharo_hwmon_read_string()
182 static umode_t dasharo_hwmon_is_visible(const void *drvdata, enum hwmon_sensor_types type, in dasharo_hwmon_is_visible()
/linux/fs/bcachefs/
H A Djournal.h212 static inline unsigned journal_entry_init(struct jset_entry *entry, unsigned type, in journal_entry_init()
226 static inline unsigned journal_entry_set(struct jset_entry *entry, unsigned type, in journal_entry_set()
238 unsigned type, enum btree_id id, in bch2_journal_add_entry()
H A Dlogged_ops.c12 u8 type; member
25 static const struct bch_logged_op_fn *logged_op_fn(enum bch_bkey_type type) in logged_op_fn()
/linux/net/core/
H A Ddst.c281 enum metadata_type type, u8 optslen) in __metadata_dst_init()
292 struct metadata_dst *metadata_dst_alloc(u8 optslen, enum metadata_type type, in metadata_dst_alloc()
321 metadata_dst_alloc_percpu(u8 optslen, enum metadata_type type, gfp_t flags) in metadata_dst_alloc_percpu()
/linux/drivers/gpu/drm/nouveau/nvkm/engine/sec2/
H A Dbase.c101 enum nvkm_intr_type type = NVKM_INTR_SUBDEV; in nvkm_sec2_oneinit() local
135 enum nvkm_subdev_type type, int inst, u32 addr, struct nvkm_sec2 **psec2) in nvkm_sec2_new_()
/linux/drivers/md/
H A Ddm-path-selector.h26 struct path_selector_type *type; member
42 #define dm_ps_use_hr_timer(type) ((type)->features & DM_PS_USE_HR_TIMER) argument
/linux/net/mac80211/
H A Ddebugfs_netdev.c169 #define IEEE80211_IF_FMT(name, type, field, format_string) \ argument
176 #define IEEE80211_IF_FMT_DEC(name, type, field) \ argument
178 #define IEEE80211_IF_FMT_HEX(name, type, field) \ argument
180 #define IEEE80211_IF_FMT_LHEX(name, type, field) \ argument
183 #define IEEE80211_IF_FMT_HEXARRAY(name, type, field) \ argument
198 #define IEEE80211_IF_FMT_ATOMIC(name, type, field) \ argument
206 #define IEEE80211_IF_FMT_MAC(name, type, field) \ argument
214 #define IEEE80211_IF_FMT_JIFFIES_TO_MS(name, type, field) \ argument

1...<<21222324252627282930>>...250