Home
last modified time | relevance | path

Searched defs:type (Results 601 – 625 of 8929) sorted by relevance

1...<<21222324252627282930>>...358

/openbmc/linux/arch/powerpc/kernel/
H A Dhw_breakpoint.c39 int hw_breakpoint_slots(int type) in hw_breakpoint_slots()
125 int arch_bp_generic_fields(int type, int *gen_bp_type) in arch_bp_generic_fields()
255 static bool is_larx_stcx_instr(int type) in is_larx_stcx_instr()
260 static bool is_octword_vsx_instr(int type, int size) in is_octword_vsx_instr()
387 int type = 0; in hw_breakpoint_handler() local
H A Dhw_breakpoint_constraints.c56 static bool check_dawrx_constraints(struct pt_regs *regs, int type, in check_dawrx_constraints()
84 unsigned long ea, int type, int size, in wp_check_constraints()
131 int *type, int *size, unsigned long *ea) in wp_get_instr_detail()
/openbmc/linux/drivers/iio/common/ssp_sensors/
H A Dssp_dev.c204 u32 ssp_get_sensor_delay(struct ssp_data *data, enum ssp_sensor_type type) in ssp_get_sensor_delay()
218 int ssp_enable_sensor(struct ssp_data *data, enum ssp_sensor_type type, in ssp_enable_sensor()
280 int ssp_change_delay(struct ssp_data *data, enum ssp_sensor_type type, in ssp_change_delay()
311 int ssp_disable_sensor(struct ssp_data *data, enum ssp_sensor_type type) in ssp_disable_sensor()
475 void ssp_register_consumer(struct iio_dev *indio_dev, enum ssp_sensor_type type) in ssp_register_consumer()
/openbmc/linux/fs/quota/
H A Dquota_v2.c57 static int v2_read_header(struct super_block *sb, int type, in v2_read_header()
75 static int v2_check_quota_file(struct super_block *sb, int type) in v2_check_quota_file()
90 static int v2_read_file_info(struct super_block *sb, int type) in v2_read_file_info()
194 static int v2_write_file_info(struct super_block *sb, int type) in v2_write_file_info()
383 static int v2_free_file_info(struct super_block *sb, int type) in v2_free_file_info()
/openbmc/linux/lib/
H A Dtest-kstrtox.c16 #define DECLARE_TEST_OK(type, test_type) \ argument
23 #define DEFINE_TEST_OK(type, test) \ argument
26 #define TEST_FAIL(fn, type, fmt, test) \ argument
45 #define TEST_OK(fn, type, fmt, test) \ argument
/openbmc/linux/drivers/media/platform/amphion/
H A Dvpu_imx8q.c226 bool vpu_imx8q_check_codec(enum vpu_core_type type) in vpu_imx8q_check_codec()
243 bool vpu_imx8q_check_fmt(enum vpu_core_type type, u32 pixelfmt) in vpu_imx8q_check_fmt()
262 bool vpu_imx8q_check_codec(enum vpu_core_type type) in vpu_imx8q_check_codec()
267 bool vpu_imx8q_check_fmt(enum vpu_core_type type, u32 pixelfmt) in vpu_imx8q_check_fmt()
/openbmc/linux/include/media/
H A Dv4l2-async.h54 enum v4l2_async_match_type type; member
195 #define v4l2_async_nf_add_fwnode(notifier, fwnode, type) \ argument
222 #define v4l2_async_nf_add_fwnode_remote(notifier, ep, type) \ argument
243 #define v4l2_async_nf_add_i2c(notifier, adapter, address, type) \ argument
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dmtrr.h42 unsigned int type; /* Type of region */ member
49 unsigned int type; /* Type of region */ member
57 __u32 type; /* Type of region */ member
64 __u32 type; /* Type of region */ member
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DMessageRegistryCollection.json19 "type": [ array
49 "type": "null" string
61 "type": "array" string
86 "type": "object" string
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DMessageRegistryCollection.json19 "type": [ array
49 "type": "null" string
61 "type": "array" string
86 "type": "object" string
/openbmc/qemu/include/user/
H A Dthunk.h48 #define MK_PTR(type) TYPE_PTR, type argument
49 #define MK_ARRAY(type, size) TYPE_ARRAY, (int)(size), type argument
90 int type, size; in thunk_type_size() local
151 int type; in thunk_type_align() local
/openbmc/linux/arch/powerpc/perf/
H A D8xx-pmu.c74 int type = event_type(event); in mpc8xx_pmu_event_init() local
83 int type = event_type(event); in mpc8xx_pmu_add() local
121 int type = event_type(event); in mpc8xx_pmu_read() local
/openbmc/linux/include/linux/
H A Dpm_qos.h57 enum pm_qos_type type; member
93 enum freq_qos_req_type type; member
108 enum dev_pm_qos_req_type type; member
221 enum dev_pm_qos_req_type type) in dev_pm_qos_read_value()
238 enum dev_pm_qos_req_type type, in dev_pm_qos_add_request()
248 enum dev_pm_qos_req_type type) in dev_pm_qos_add_notifier()
252 enum dev_pm_qos_req_type type) in dev_pm_qos_remove_notifier()
264 enum dev_pm_qos_req_type type, in dev_pm_qos_add_ancestor_request()
H A Dswap_cgroup.h33 swap_cgroup_swapon(int type, unsigned long max_pages) in swap_cgroup_swapon()
38 static inline void swap_cgroup_swapoff(int type) in swap_cgroup_swapoff()
H A Dcontainer_of.h18 #define container_of(ptr, type, member) ({ \ argument
32 #define container_of_const(ptr, type, member) \ argument
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dphase_fault.hpp63 inline ErrorType toErrorType(PhaseFaultType type) in toErrorType()
84 inline std::string toString(PhaseFaultType type) in toString()
/openbmc/linux/tools/testing/selftests/bpf/map_tests/
H A Dmap_percpu_stats.c32 static const char *map_type_to_s(__u32 type) in map_type_to_s()
50 static __u32 map_count_elements(__u32 type, int map_fd) in map_count_elements()
88 static void delete_all_elements(__u32 type, int map_fd, bool batch) in delete_all_elements()
303 static int map_create_opts(__u32 type, const char *name, in map_create_opts()
322 static int map_create(__u32 type, const char *name, struct bpf_map_create_opts *map_opts) in map_create()
357 static int create_lru_hash(__u32 type, __u32 map_flags) in create_lru_hash()
/openbmc/linux/sound/usb/line6/
H A Dpcm.c148 struct line6_pcm_stream *pstr, int direction, int type) in line6_buffer_acquire()
171 struct line6_pcm_stream *pstr, int type) in line6_buffer_release()
183 int type) in line6_stream_start()
208 int type) in line6_stream_stop()
301 int line6_pcm_acquire(struct snd_line6_pcm *line6pcm, int type, bool start) in line6_pcm_acquire()
332 void line6_pcm_release(struct snd_line6_pcm *line6pcm, int type) in line6_pcm_release()
/openbmc/linux/arch/parisc/include/asm/
H A Dunistd.h107 #define _syscall0(type,name) \ argument
113 #define _syscall1(type,name,type1,arg1) \ argument
119 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument
125 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument
131 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument
138 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5) \ argument
/openbmc/linux/drivers/infiniband/hw/irdma/
H A Dhmc.c22 static void irdma_find_sd_index_limit(struct irdma_hmc_info *hmc_info, u32 type, in irdma_find_sd_index_limit()
49 static void irdma_find_pd_index_limit(struct irdma_hmc_info *hmc_info, u32 type, in irdma_find_pd_index_limit()
70 static void irdma_set_sd_entry(u64 pa, u32 idx, enum irdma_sd_entry_type type, in irdma_set_sd_entry()
88 static void irdma_clr_sd_entry(u32 idx, enum irdma_sd_entry_type type, in irdma_clr_sd_entry()
124 enum irdma_sd_entry_type type, bool setsd) in irdma_hmc_sd_one()
475 enum irdma_sd_entry_type type, u64 direct_mode_sz) in irdma_add_sd_table_entry()
/openbmc/linux/kernel/time/
H A Dalarmtimer.c244 int i, ret, type; in alarmtimer_suspend() local
325 __alarm_init(struct alarm *alarm, enum alarmtimer_type type, in __alarm_init()
341 void alarm_init(struct alarm *alarm, enum alarmtimer_type type, in alarm_init()
506 static void alarmtimer_freezerset(ktime_t absexp, enum alarmtimer_type type) in alarmtimer_freezerset()
729 enum alarmtimer_type type; in alarm_timer_create() local
771 enum alarmtimer_type type) in alarmtimer_do_nsleep()
810 alarm_init_on_stack(struct alarm *alarm, enum alarmtimer_type type, in alarm_init_on_stack()
826 enum alarmtimer_type type = restart->nanosleep.clockid; in alarm_timer_nsleep_restart() local
846 enum alarmtimer_type type = clock2alarm(which_clock); in alarm_timer_nsleep() local
/openbmc/linux/fs/xfs/
H A Dxfs_qm.c53 xfs_dqtype_t type, in xfs_qm_dquot_walk()
250 xfs_dqtype_t type, in xfs_qm_dqattach_one()
551 xfs_dqtype_t type, in xfs_qm_set_defquota()
581 xfs_dqtype_t type) in xfs_qm_init_timelimits()
840 xfs_dqtype_t type) in xfs_qm_reset_dqcounts()
911 xfs_dqtype_t type, in xfs_qm_reset_dqcounts_all()
977 xfs_dqtype_t type, in xfs_qm_reset_dqcounts_buf()
1075 xfs_dqtype_t type, in xfs_qm_quotacheck_dqadjust()
1928 xfs_dqtype_t type) in xfs_inode_near_dquot_enforcement()
/openbmc/linux/drivers/infiniband/hw/usnic/
H A Dusnic_vnic.h61 enum usnic_vnic_res_type type; member
69 enum usnic_vnic_res_type type; member
77 enum usnic_vnic_res_type type; member
/openbmc/linux/net/batman-adv/
H A Dlog.h79 #define _batadv_dbg(type, bat_priv, ratelimited, fmt, arg...) \ argument
103 #define batadv_dbg(type, bat_priv, arg...) \ argument
112 #define batadv_dbg_ratelimited(type, bat_priv, arg...) \ argument
/openbmc/linux/include/net/netfilter/
H A Dnf_log.h21 u_int8_t type; member
50 enum nf_log_type type; member
72 #define MODULE_ALIAS_NF_LOGGER(family, type) \ argument

1...<<21222324252627282930>>...358