Home
last modified time | relevance | path

Searched defs:matches (Results 1 – 25 of 62) sorted by relevance

123

/linux/drivers/i2c/
H A Di2c-core-of.c116 i2c_of_match_device_sysfs(const struct of_device_id *matches, in i2c_of_match_device_sysfs() argument
145 *i2c_of_match_device(const struct of_device_id *matches, in i2c_of_match_device() argument
[all...]
H A Di2c-core.h93 const struct of_device_id *i2c_of_match_device(const struct of_device_id *matches, in i2c_of_match_device() argument
/linux/net/can/
H A Daf_can.h55 unsigned long matches; member
71 atomic_long_t matches; member
H A Daf_can.c582 int matches = 0; in can_rcv_filter() local
649 int matches; can_receive() local
[all...]
/linux/drivers/of/
H A Dplatform.c326 const struct of_device_id *matches, in of_platform_bus_create() argument
394 const struct of_device_id *matches, in of_platform_bus_probe() argument
445 of_platform_populate(struct device_node * root,const struct of_device_id * matches,const struct of_dev_auxdata * lookup,struct device * parent) of_platform_populate() argument
[all...]
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_dpipe.c368 mlxsw_sp_dpipe_table_host_match_action_prepare(struct devlink_dpipe_match *matches, in mlxsw_sp_dpipe_table_host_match_action_prepare() argument
403 struct devlink_dpipe_match *matches, in mlxsw_sp_dpipe_table_host_entry_prepare() argument
622 struct devlink_dpipe_match matches[MLXSW_SP_DPIPE_TABLE_HOST_MATCH_COUNT]; in mlxsw_sp_dpipe_table_host_entries_dump() local
935 mlxsw_sp_dpipe_table_adj_match_action_prepare(struct devlink_dpipe_match * matches,struct devlink_dpipe_action * actions) mlxsw_sp_dpipe_table_adj_match_action_prepare() argument
970 mlxsw_sp_dpipe_table_adj_entry_prepare(struct devlink_dpipe_entry * entry,struct devlink_dpipe_value * match_values,struct devlink_dpipe_match * matches,struct devlink_dpipe_value * action_values,struct devlink_dpipe_action * actions) mlxsw_sp_dpipe_table_adj_entry_prepare() argument
1151 struct devlink_dpipe_match matches[MLXSW_SP_DPIPE_TABLE_ADJ_MATCH_COUNT]; mlxsw_sp_dpipe_table_adj_entries_dump() local
[all...]
/linux/include/linux/
H A Dof_clk.h29 static inline void of_clk_init(const struct of_device_id *matches) {} in of_clk_init() argument
H A Dsys_soc.h45 const struct soc_device_attribute *matches) { return NULL; } in soc_device_match() argument
H A Dof_device.h67 const struct of_device_id *matches, const struct device *dev) in of_match_device() argument
H A Dof_platform.h106 const struct of_device_id *matches, in of_platform_populate() argument
H A Dof_irq.h60 static inline void of_irq_init(const struct of_device_id *matches) in of_irq_init() argument
/linux/include/linux/regulator/
H A Dof_regulator.h39 struct of_regulator_match *matches, in of_regulator_match() argument
/linux/arch/mips/include/asm/
H A Dmachine.h14 const struct of_device_id *matches; member
/linux/drivers/soc/fsl/qbman/
H A Dbman_test_api.c87 int matches = 0; in bufs_confirm() local
/linux/drivers/cpuidle/
H A Ddt_idle_states.c145 const struct of_device_id *matches, in dt_init_idle_driver() argument
/linux/drivers/soc/fsl/
H A Dguts.c108 u32 svr, const struct fsl_soc_die_attr *matches) in fsl_soc_die_match() argument
/linux/arch/sparc/kernel/
H A Dvio.c23 const struct vio_device_id *matches, in vio_match_device() argument
61 const struct vio_device_id *matches in vio_bus_match() local
[all...]
/linux/lib/zstd/compress/
H A Dzstd_opt.c592 ZSTD_match_t* matches, /* store result (found matches) in this table (presumed large enough) */ in ZSTD_insertBtAndGetAllMatches() argument
834 ZSTD_btGetAllMatches_internal(ZSTD_match_t * matches,ZSTD_MatchState_t * ms,U32 * nextToUpdate3,const BYTE * ip,const BYTE * const iHighLimit,const U32 rep[ZSTD_REP_NUM],U32 const ll0,U32 const lengthToBeat,const ZSTD_dictMode_e dictMode,const U32 mls) ZSTD_btGetAllMatches_internal() argument
997 ZSTD_optLdm_maybeAddMatch(ZSTD_match_t * matches,U32 * nbMatches,const ZSTD_optLdm_t * optLdm,U32 currPosInBlock,U32 minMatch) ZSTD_optLdm_maybeAddMatch() argument
1027 ZSTD_optLdm_processMatchCandidate(ZSTD_optLdm_t * optLdm,ZSTD_match_t * matches,U32 * nbMatches,U32 currPosInBlock,U32 remainingBytes,U32 minMatch) ZSTD_optLdm_processMatchCandidate() argument
1102 ZSTD_match_t* const matches = optStatePtr->matchTable; ZSTD_compressBlock_opt_generic() local
[all...]
H A Dzstd_lazy.c992 int matches[4] = {0}; in ZSTD_row_getSSEMask() local
1021 const U64 matches = vget_lane_u64(vreinterpret_u64_u8(res), 0); ZSTD_row_getNEONMask() local
1034 const U64 matches = vget_lane_u64(vreinterpret_u64_u8(res), 0) ; ZSTD_row_getNEONMask() local
1049 const U64 matches = vget_lane_u64(vreinterpret_u64_u8(t4), 0); ZSTD_row_getNEONMask() local
1088 ZSTD_VecMask matches = 0; ZSTD_row_getMatchMask() local
1227 ZSTD_VecMask matches = ZSTD_row_getMatchMask(tagRow, (BYTE)tag, headGrouped, rowEntries); ZSTD_RowFindBestMatch() local
1299 ZSTD_VecMask matches = ZSTD_row_getMatchMask(dmsTagRow, (BYTE)dmsTag, headGrouped, rowEntries); ZSTD_RowFindBestMatch() local
[all...]
/linux/tools/testing/selftests/powerpc/dexcr/
H A Dhashchk_test.c91 unsigned long matches = 0; in count_hash_values_matches() local
/linux/drivers/regulator/
H A Dof_regulator.c370 struct of_regulator_match *matches; member
402 struct of_regulator_match *matches, in of_regulator_match() argument
[all...]
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dctx_rewrite.c291 static int find_field_offset(struct btf *btf, char *pattern, regmatch_t *matches) in find_field_offset() argument
494 regmatch_t matches[3]; in match_pattern() local
[all...]
H A Dalign.c23 struct bpf_reg_match matches[MAX_MATCHES]; member
[all...]
/linux/drivers/base/
H A Dproperty.c1347 void **matches, in fwnode_graph_devcon_matches() argument
1381 void **matches, in fwnode_devcon_matches() argument
1461 fwnode_connection_find_matches(const struct fwnode_handle * fwnode,const char * con_id,void * data,devcon_match_fn_t match,void ** matches,unsigned int matches_len) fwnode_connection_find_matches() argument
[all...]
H A Dsoc.c259 const struct soc_device_attribute *matches) in soc_device_match() argument
[all...]

123