Home
last modified time | relevance | path

Searched defs:match (Results 1 – 25 of 619) sorted by relevance

12345678910>>...25

/Linux-v4.19/drivers/regulator/
Ddevres.c248 struct regulator_supply_alias_match *match = res; in devm_regulator_match_supply_alias() local
256 struct regulator_supply_alias_match *match = res; in devm_regulator_destroy_supply_alias() local
278 struct regulator_supply_alias_match *match; in devm_regulator_register_supply_alias() local
316 struct regulator_supply_alias_match match; in devm_regulator_unregister_supply_alias() local
411 struct regulator_notifier_match *match = res; in devm_regulator_match_notifier() local
419 struct regulator_notifier_match *match = res; in devm_regulator_destroy_notifier() local
437 struct regulator_notifier_match *match; in devm_regulator_register_notifier() local
475 struct regulator_notifier_match match; in devm_regulator_unregister_notifier() local
Dmt6323-regulator.c43 #define MT6323_BUCK(match, vreg, min, max, step, volt_ranges, enreg, \ argument
67 #define MT6323_LDO(match, vreg, ldo_volt_table, enreg, enbit, vosel, \ argument
89 #define MT6323_REG_FIXED(match, vreg, enreg, enbit, volt, \ argument
Dmt6397-regulator.c49 #define MT6397_BUCK(match, vreg, min, max, step, volt_ranges, enreg, \ argument
77 #define MT6397_LDO(match, vreg, ldo_volt_table, enreg, enbit, vosel, \ argument
97 #define MT6397_REG_FIXED(match, vreg, enreg, enbit, volt) \ argument
/Linux-v4.19/net/openvswitch/
Dflow_netlink.c101 static void update_range(struct sw_flow_match *match, in update_range()
126 #define SW_FLOW_KEY_PUT(match, field, value, is_mask) \ argument
136 #define SW_FLOW_KEY_MEMCPY_OFFSET(match, offset, value_p, len, is_mask) \ argument
146 #define SW_FLOW_KEY_MEMCPY(match, field, value_p, len, is_mask) \ argument
150 #define SW_FLOW_KEY_MEMSET_FIELD(match, field, value, is_mask) \ argument
162 static bool match_validate(const struct sw_flow_match *match, in match_validate()
531 struct sw_flow_match *match, bool is_mask, in genev_tun_opt_from_nlattr()
582 struct sw_flow_match *match, bool is_mask, in vxlan_tun_opt_from_nlattr()
638 struct sw_flow_match *match, bool is_mask, in erspan_tun_opt_from_nlattr()
665 struct sw_flow_match *match, bool is_mask, in ip_tun_from_nlattr()
[all …]
/Linux-v4.19/drivers/base/
Dcomponent.c41 struct component_match *match; member
65 struct component_match *match = m->match; in component_devices_show() local
162 struct component_match *match = master->match; in find_components() local
272 struct component_match *match) in component_match_release()
292 struct component_match *match, size_t num) in component_match_realloc()
324 struct component_match *match = *matchptr; in component_match_add_release() local
363 struct component_match *match = master->match; in free_master() local
382 struct component_match *match) in component_master_add_with_match()
Ddevres.c169 dr_match_t match, void *match_data, in devres_for_each_res()
233 dr_match_t match, void *match_data) in find_dr()
265 dr_match_t match, void *match_data) in devres_find()
295 dr_match_t match, void *match_data) in devres_get()
331 dr_match_t match, void *match_data) in devres_remove()
369 dr_match_t match, void *match_data) in devres_destroy()
399 dr_match_t match, void *match_data) in devres_release()
/Linux-v4.19/drivers/tty/serial/
Dearlycon.c127 static int __init register_earlycon(char *buf, const struct earlycon_id *match) in register_earlycon()
182 const struct earlycon_id *match = *p_match; in setup_earlycon() local
231 int __init of_setup_earlycon(const struct earlycon_id *match, in of_setup_earlycon()
/Linux-v4.19/net/netfilter/
Dnft_compat.c339 struct xt_match *match = expr->ops->data; in __nft_match_eval() local
387 struct xt_match *match, void *info, in nft_match_set_mtchk_param()
442 struct xt_match *match = expr->ops->data; in __nft_match_init() local
499 struct xt_match *match = expr->ops->data; in __nft_match_destroy() local
531 struct xt_match *match = expr->ops->data; in __nft_match_dump() local
560 struct xt_match *match = expr->ops->data; in nft_match_validate() local
717 static bool nft_match_cmp(const struct xt_match *match, in nft_match_cmp()
729 struct xt_match *match; in nft_match_select_ops() local
746 struct xt_match *match = nft_match->ops.data; in nft_match_select_ops() local
950 struct xt_match *match = xt->ops.data; in nft_compat_module_exit() local
Dx_tables.c52 struct list_head match; member
123 int xt_register_match(struct xt_match *match) in xt_register_match()
135 xt_unregister_match(struct xt_match *match) in xt_unregister_match()
146 xt_register_matches(struct xt_match *match, unsigned int n) in xt_register_matches()
166 xt_unregister_matches(struct xt_match *match, unsigned int n) in xt_unregister_matches()
214 struct xt_match *match; in xt_request_find_match() local
528 static int xt_check_entry_match(const char *match, const char *target, in xt_check_entry_match()
727 int xt_compat_match_offset(const struct xt_match *match) in xt_compat_match_offset()
737 const struct xt_match *match = m->u.kernel.match; in xt_compat_match_from_user() local
773 const struct xt_match *match = m->u.kernel.match; in xt_compat_match_to_user() local
[all …]
/Linux-v4.19/drivers/firmware/efi/
Dvars.c53 validate_device_path(efi_char16_t *var_name, int match, u8 *buffer, in validate_device_path()
86 validate_boot_order(efi_char16_t *var_name, int match, u8 *buffer, in validate_boot_order()
97 validate_load_option(efi_char16_t *var_name, int match, u8 *buffer, in validate_load_option()
148 validate_uint16(efi_char16_t *var_name, int match, u8 *buffer, in validate_uint16()
159 validate_ascii_string(efi_char16_t *var_name, int match, u8 *buffer, in validate_ascii_string()
226 int *match) in variable_matches()
271 int match = 0; in efivar_validate() local
295 int match = 0; in efivar_variable_is_removable() local
/Linux-v4.19/drivers/gpu/drm/sun4i/
Dsun4i_drv.c203 const struct of_device_id *match; in sun4i_drv_node_is_tcon_with_ch0() local
317 struct component_match **match, in sun4i_drv_add_endpoints()
369 struct component_match *match = NULL; in sun4i_drv_probe() local
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_dpipe.c101 struct devlink_dpipe_match match = {0}; in mlxsw_sp_dpipe_table_erif_matches_dump() local
111 mlxsw_sp_erif_match_action_prepare(struct devlink_dpipe_match *match, in mlxsw_sp_erif_match_action_prepare()
125 struct devlink_dpipe_match *match, in mlxsw_sp_erif_entry_prepare()
196 struct devlink_dpipe_match match = {0}; in mlxsw_sp_dpipe_table_erif_entries_dump() local
311 struct devlink_dpipe_match match = {0}; in mlxsw_sp_dpipe_table_host_matches_dump() local
370 struct devlink_dpipe_match *match; in mlxsw_sp_dpipe_table_host_match_action_prepare() local
407 struct devlink_dpipe_match *match; in mlxsw_sp_dpipe_table_host_entry_prepare() local
860 struct devlink_dpipe_match match = {0}; in mlxsw_sp_dpipe_table_adj_matches_dump() local
937 struct devlink_dpipe_match *match; in mlxsw_sp_dpipe_table_adj_match_action_prepare() local
974 struct devlink_dpipe_match *match; in mlxsw_sp_dpipe_table_adj_entry_prepare() local
/Linux-v4.19/arch/sh/mm/
Dtlbflush_64.c33 unsigned long long match, pteh=0, lpage; in local_flush_tlb_one() local
83 unsigned long long match, pteh=0, pteh_epn, pteh_low; in local_flush_tlb_range() local
/Linux-v4.19/fs/lockd/
Dsvcsubs.c163 nlm_host_match_fn_t match) in nlm_traverse_locks()
213 nlm_inspect_file(struct nlm_host *host, struct nlm_file *file, nlm_host_match_fn_t match) in nlm_inspect_file()
252 nlm_traverse_files(void *data, nlm_host_match_fn_t match, in nlm_traverse_files()
/Linux-v4.19/drivers/gpu/drm/armada/
Darmada_drv.c194 struct component_match **match, struct device_node *port) in armada_add_endpoints()
222 struct component_match *match = NULL; in armada_drm_probe() local
/Linux-v4.19/drivers/crypto/ccp/
Dsp-platform.c42 const struct of_device_id *match; in sp_get_of_version() local
54 const struct acpi_device_id *match; in sp_get_acpi_version() local
/Linux-v4.19/arch/x86/kernel/cpu/
Dmatch.c32 const struct x86_cpu_id *x86_match_cpu(const struct x86_cpu_id *match) in x86_match_cpu()
/Linux-v4.19/drivers/clk/
Dclk-scpi.c150 scpi_clk_ops_init(struct device *dev, const struct of_device_id *match, in scpi_clk_ops_init()
203 const struct of_device_id *match) in scpi_clk_add()
280 const struct of_device_id *match; in scpi_clocks_probe() local
/Linux-v4.19/drivers/gpu/drm/meson/
Dmeson_drv.c349 struct component_match **match, in meson_probe_remote()
379 struct component_match *match = NULL; in meson_drv_probe() local
/Linux-v4.19/include/media/
Dv4l2-async.h93 bool (*match)(struct device *, member
97 } match; member
/Linux-v4.19/drivers/clocksource/
Dtimer-probe.c30 const struct of_device_id *match; in timer_probe() local
/Linux-v4.19/drivers/dma/ti/
Ddma-crossbar.c137 const struct of_device_id *match; in ti_am335x_xbar_probe() local
326 const struct of_device_id *match; in ti_dra7_xbar_probe() local
443 const struct of_device_id *match; in ti_dma_xbar_probe() local
/Linux-v4.19/arch/arm/mach-omap2/
Dcm_common.c329 const struct of_device_id *match; in omap2_cm_base_init() local
375 const struct of_device_id *match; in omap_cm_init() local
/Linux-v4.19/drivers/pinctrl/berlin/
Dberlin-bg2.c230 const struct of_device_id *match = in berlin2_pinctrl_probe() local
Dberlin-bg2cd.c175 const struct of_device_id *match = in berlin2cd_pinctrl_probe() local

12345678910>>...25