Home
last modified time | relevance | path

Searched defs:match (Results 1 – 200 of 463) sorted by relevance

123

/linux-4.1.27/drivers/regulator/
Ddevres.c262 struct regulator_supply_alias_match *match = res; in devm_regulator_match_supply_alias() local
270 struct regulator_supply_alias_match *match = res; in devm_regulator_destroy_supply_alias() local
292 struct regulator_supply_alias_match *match; in devm_regulator_register_supply_alias() local
330 struct regulator_supply_alias_match match; in devm_regulator_unregister_supply_alias() local
425 struct regulator_notifier_match *match = res; in devm_regulator_match_notifier() local
433 struct regulator_notifier_match *match = res; in devm_regulator_destroy_notifier() local
451 struct regulator_notifier_match *match; in devm_regulator_register_notifier() local
489 struct regulator_notifier_match match; in devm_regulator_unregister_notifier() local
Dmt6397-regulator.c43 #define MT6397_BUCK(match, vreg, min, max, step, volt_ranges, enreg, \ argument
67 #define MT6397_LDO(match, vreg, ldo_volt_table, enreg, enbit, vosel, \ argument
87 #define MT6397_REG_FIXED(match, vreg, enreg, enbit, volt) \ argument
Dof_regulator.c234 struct of_regulator_match *match = &matches[i]; in of_regulator_match() local
245 struct of_regulator_match *match = &matches[i]; in of_regulator_match() local
Dtps65218-regulator.c224 const struct of_device_id *match; in tps65218_regulator_probe() local
Das3711-regulator.c191 struct of_regulator_match *match; in as3711_regulator_parse_dt() local
Dmax1586.c228 const struct of_device_id *match; in max1586_pmic_probe() local
Dab8500.c2964 struct of_regulator_match *match; member
3044 struct of_regulator_match *match; in ab8500_regulator_probe() local
Dtps51632-regulator.c270 const struct of_device_id *match; in tps51632_probe() local
Dfan53555.c367 const struct of_device_id *match; in fan53555_regulator_probe() local
Dtps62360-regulator.c367 const struct of_device_id *match; in tps62360_probe() local
/linux-4.1.27/net/openvswitch/
Dflow_netlink.c61 static void update_range(struct sw_flow_match *match, in update_range()
86 #define SW_FLOW_KEY_PUT(match, field, value, is_mask) \ argument
96 #define SW_FLOW_KEY_MEMCPY_OFFSET(match, offset, value_p, len, is_mask) \ argument
106 #define SW_FLOW_KEY_MEMCPY(match, field, value_p, len, is_mask) \ argument
110 #define SW_FLOW_KEY_MEMSET_FIELD(match, field, value, is_mask) \ argument
122 static bool match_validate(const struct sw_flow_match *match, in match_validate()
418 struct sw_flow_match *match, bool is_mask, in genev_tun_opt_from_nlattr()
473 struct sw_flow_match *match, bool is_mask, in vxlan_tun_opt_from_nlattr()
504 struct sw_flow_match *match, bool is_mask, in ipv4_tun_from_nlattr()
718 static int metadata_from_nlattrs(struct sw_flow_match *match, u64 *attrs, in metadata_from_nlattrs()
[all …]
Dflow_table.c459 const struct sw_flow_match *match) in ovs_flow_cmp_unmasked_key()
516 const struct sw_flow_match *match) in ovs_flow_tbl_lookup_exact()
546 bool ovs_flow_cmp(const struct sw_flow *flow, const struct sw_flow_match *match) in ovs_flow_cmp()
Ddatapath.c874 struct sw_flow_match match; in ovs_flow_cmd_new() local
1054 struct sw_flow_match match; in ovs_flow_cmd_set() local
1164 struct sw_flow_match match; in ovs_flow_cmd_get() local
1222 struct sw_flow_match match; in ovs_flow_cmd_del() local
/linux-4.1.27/net/netfilter/
Dnft_compat.c311 struct xt_match *match = expr->ops->data; in nft_match_eval() local
343 struct xt_match *match, void *info, in nft_match_set_mtchk_param()
397 struct xt_match *match = expr->ops->data; in nft_match_init() local
432 struct xt_match *match = expr->ops->data; in nft_match_destroy() local
449 struct xt_match *match = expr->ops->data; in nft_match_dump() local
466 struct xt_match *match = expr->ops->data; in nft_match_validate() local
620 static bool nft_match_cmp(const struct xt_match *match, in nft_match_cmp()
632 struct xt_match *match; in nft_match_select_ops() local
647 struct xt_match *match = nft_match->ops.data; in nft_match_select_ops() local
Dx_tables.c50 struct list_head match; member
124 int xt_register_match(struct xt_match *match) in xt_register_match()
136 xt_unregister_match(struct xt_match *match) in xt_unregister_match()
147 xt_register_matches(struct xt_match *match, unsigned int n) in xt_register_matches()
167 xt_unregister_matches(struct xt_match *match, unsigned int n) in xt_unregister_matches()
212 struct xt_match *match; in xt_request_find_match() local
483 int xt_compat_match_offset(const struct xt_match *match) in xt_compat_match_offset()
493 const struct xt_match *match = m->u.kernel.match; in xt_compat_match_from_user() local
520 const struct xt_match *match = m->u.kernel.match; in xt_compat_match_to_user() local
1082 const struct xt_match *match; in xt_match_seq_show() local
Dxt_ipvs.c56 bool match = true; in ipvs_mt() local
/linux-4.1.27/drivers/firmware/efi/
Dvars.c45 validate_device_path(efi_char16_t *var_name, int match, u8 *buffer, in validate_device_path()
78 validate_boot_order(efi_char16_t *var_name, int match, u8 *buffer, in validate_boot_order()
89 validate_load_option(efi_char16_t *var_name, int match, u8 *buffer, in validate_load_option()
140 validate_uint16(efi_char16_t *var_name, int match, u8 *buffer, in validate_uint16()
151 validate_ascii_string(efi_char16_t *var_name, int match, u8 *buffer, in validate_ascii_string()
218 int *match) in variable_matches()
263 int match = 0; in efivar_validate() local
287 int match = 0; in efivar_variable_is_removable() local
/linux-4.1.27/drivers/mmc/core/
Dpwrseq.c37 struct mmc_pwrseq_match *match = ERR_PTR(-ENODEV); in mmc_pwrseq_find() local
54 struct mmc_pwrseq_match *match; in mmc_pwrseq_alloc() local
/linux-4.1.27/drivers/base/
Dcomponent.c37 struct component_match *match; member
111 struct component_match *match = master->match; in find_components() local
233 struct component_match *match, size_t num) in component_match_realloc()
264 struct component_match *match = *matchptr; in component_match_add() local
288 struct component_match *match) in component_master_add_with_match()
Ddevres.c163 dr_match_t match, void *match_data, in devres_for_each_res()
227 dr_match_t match, void *match_data) in find_dr()
259 dr_match_t match, void *match_data) in devres_find()
289 dr_match_t match, void *match_data) in devres_get()
325 dr_match_t match, void *match_data) in devres_remove()
363 dr_match_t match, void *match_data) in devres_destroy()
393 dr_match_t match, void *match_data) in devres_release()
Ddma-mapping.c42 struct dma_devres *this = res, *match = match_data; in dmam_match() local
/linux-4.1.27/drivers/tty/serial/
Dearlycon.c106 static int __init register_earlycon(char *buf, const struct earlycon_id *match) in register_earlycon()
150 const struct earlycon_id *match; in setup_earlycon() local
Dof_serial.c163 const struct of_device_id *match; in of_platform_serial_probe() local
/linux-4.1.27/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-4.1.27/lib/
Dglob.c71 bool match = false, inverted = (*pat == '!'); in glob_match() local
142 bool match = glob_match(pat, str); in test() local
/linux-4.1.27/include/linux/iio/common/
Dst_sensors_i2c.h26 const struct of_device_id *match) in st_sensors_of_i2c_probe()
/linux-4.1.27/arch/x86/kernel/cpu/
Dmatch.c31 const struct x86_cpu_id *x86_match_cpu(const struct x86_cpu_id *match) in x86_match_cpu()
/linux-4.1.27/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()
Dsvcshare.c93 nlm_host_match_fn_t match) in nlmsvc_traverse_shares()
/linux-4.1.27/drivers/gpu/drm/armada/
Darmada_drv.c362 struct component_match **match, struct device_node *port) in armada_add_endpoints()
384 struct component_match **match) in armada_drm_find_components()
449 struct component_match *match = NULL; in armada_drm_probe() local
/linux-4.1.27/arch/x86/kvm/
Dassigned-dev.c54 struct kvm_assigned_dev_kernel *match; in kvm_find_assigned_dev() local
568 struct kvm_assigned_dev_kernel *match; in kvm_vm_ioctl_assign_irq() local
611 struct kvm_assigned_dev_kernel *match; in kvm_vm_ioctl_deassign_dev_irq() local
693 struct kvm_assigned_dev_kernel *match; in kvm_vm_ioctl_assign_device() local
806 struct kvm_assigned_dev_kernel *match; in kvm_vm_ioctl_deassign_device() local
915 struct kvm_assigned_dev_kernel *match; in kvm_vm_ioctl_set_pci_irq_mask() local
/linux-4.1.27/drivers/clocksource/
Dclksrc-of.c29 const struct of_device_id *match; in clocksource_of_init() local
/linux-4.1.27/drivers/power/reset/
Dat91-reset.c174 const struct of_device_id *match; in at91_reset_of_probe() local
200 const struct platform_device_id *match; in at91_reset_platform_probe() local
Dqnap-poweroff.c84 const struct of_device_id *match = in qnap_power_off_probe() local
Dst-poweroff.c120 const struct of_device_id *match; in st_reset_probe() local
Dvexpress-poweroff.c114 const struct of_device_id *match = in vexpress_reset_probe() local
/linux-4.1.27/arch/arm/mach-omap2/
Dcm_common.c316 const struct of_device_id *match; in omap2_cm_base_init() local
354 const struct of_device_id *match; in omap_cm_init() local
Dprm_common.c749 const struct of_device_id *match; in omap2_prm_base_init() local
794 const struct of_device_id *match; in omap_prcm_init() local
Dcontrol.c669 const struct of_device_id *match; in omap2_control_base_init() local
694 const struct of_device_id *match; in omap_control_init() local
Dtimer.c168 static struct device_node * __init omap_get_timer_dt(const struct of_device_id *match, in omap_get_timer_dt()
/linux-4.1.27/include/media/
Dv4l2-async.h54 bool (*match)(struct device *, member
58 } match; member
/linux-4.1.27/drivers/base/power/
Dtrace.c172 int match; in show_file_hash() local
191 int match = 0; in show_dev_hash() local
/linux-4.1.27/arch/x86/mm/
Dpat_rbtree.c104 struct memtype *match; in memtype_rb_exact_match() local
129 struct memtype *match; in memtype_rb_check_conflict() local
/linux-4.1.27/arch/metag/kernel/
Ddevtree.c37 static const void * __init arch_get_next_mach(const char *const **match) in arch_get_next_mach()
/linux-4.1.27/drivers/pinctrl/berlin/
Dberlin-bg2cd.c177 const struct of_device_id *match = in berlin2cd_pinctrl_probe() local
Dberlin-bg2q.c396 const struct of_device_id *match = in berlin2q_pinctrl_probe() local
Dberlin-bg2.c234 const struct of_device_id *match = in berlin2_pinctrl_probe() local
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
Ddisp.h28 u16 match; member
/linux-4.1.27/drivers/memory/
Datmel-sdramc.c55 const struct of_device_id *match; in atmel_ramc_probe() local
Dfsl-corenet-cf.c179 const struct of_device_id *match; in ccf_probe() local
/linux-4.1.27/arch/arc/kernel/
Ddevtree.c42 static const void * __init arch_get_next_mach(const char *const **match) in arch_get_next_mach()
/linux-4.1.27/include/uapi/linux/netfilter/
Dxt_owner.h15 __u8 match, invert; member
Dxt_policy.h59 struct xt_policy_spec match; member
Dx_tables.h23 struct xt_match *match; member
/linux-4.1.27/lib/zlib_deflate/
Ddeflate.c561 register Byte *match; /* matched string */ in longest_match() local
700 IPos match, in check_match()
720 # define check_match(s, start, match, length) argument
/linux-4.1.27/drivers/clk/st/
Dclkgen-mux.c390 const struct of_device_id *match; in st_of_clkgena_divmux_setup() local
490 const struct of_device_id *match; in st_of_clkgena_prediv_setup() local
627 const struct of_device_id *match; in st_of_clkgen_mux_setup() local
704 const struct of_device_id *match; in st_of_clkgen_vcc_setup() local
Dclkgen-pll.c642 const struct of_device_id *match; in clkgen_c32_pll_setup() local
725 const struct of_device_id *match; in clkgengpu_c32_pll_setup() local
/linux-4.1.27/arch/sparc/kernel/
Dof_device_common.h28 int (*match)(struct device_node *parent); member
Dprom_common.c104 int of_find_in_proplist(const char *list, const char *match, int len) in of_find_in_proplist()
Dvio.c33 int match = 1; in vio_match_device() local
/linux-4.1.27/drivers/mmc/host/
Ddw_mmc-k3.c45 const struct of_device_id *match; in dw_mci_k3_probe() local
Ddw_mmc-pltfm.c106 const struct of_device_id *match; in dw_mci_pltfm_probe() local
Ddw_mmc-rockchip.c111 const struct of_device_id *match; in dw_mci_rockchip_probe() local
Dsdhci-pxav2.c170 const struct of_device_id *match; in sdhci_pxav2_probe() local
Dsdhci-iproc.c178 const struct of_device_id *match; in sdhci_iproc_probe() local
Dsdhci-tegra.c250 const struct of_device_id *match; in sdhci_tegra_probe() local
Dsdhci-pxav3.c368 const struct of_device_id *match; in sdhci_pxav3_probe() local
/linux-4.1.27/include/linux/netfilter/
Dx_tables.h30 const struct xt_match *match; member
61 const struct xt_match *match; member
73 const struct xt_match *match; member
116 bool (*match)(const struct sk_buff *skb, member
369 compat_uptr_t match; member
/linux-4.1.27/include/linux/
Dattribute_container.h23 int (*match)(struct attribute_container *, struct device *); member
Disa.h12 int (*match)(struct device *, unsigned int); member
Dvme.h110 int (*match)(struct vme_dev *); member
Dirqdomain.h64 int (*match)(struct irq_domain *d, struct device_node *node); member
Dconsole.h126 int (*match)(struct console *, char *name, int idx, char *options); member
/linux-4.1.27/drivers/net/can/mscan/
Dmpc5xxx_can.c288 const struct of_device_id *match; in mpc5xxx_can_probe() local
361 const struct of_device_id *match; in mpc5xxx_can_remove() local
/linux-4.1.27/drivers/of/
Dirq.c102 int imaplen, match, i; in of_irq_parse_raw() local
526 const struct of_device_id *match; in of_irq_init() local
/linux-4.1.27/drivers/mfd/
Dsun6i-prcm.c139 const struct of_device_id *match; in sun6i_prcm_probe() local
Dtps65218.c219 const struct of_device_id *match; in tps65218_probe() local
Dtps65217.c166 const struct of_device_id *match; in tps65217_probe() local
Dtps65910.c395 const struct of_device_id *match; in tps65910_parse_dt() local
Dpalmas.c501 const struct of_device_id *match; in palmas_i2c_probe() local
Dsec-core.c296 const struct of_device_id *match; in sec_i2c_get_driver_data() local
Dmax77686.c212 const struct of_device_id *match; in max77686_i2c_probe() local
Dmax8998.c176 const struct of_device_id *match; in max8998_i2c_get_driver_data() local
Dmax8997.c171 const struct of_device_id *match; in max8997_i2c_get_driver_data() local
Dqcom_rpm.c460 const struct of_device_id *match; in qcom_rpm_probe() local
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/
Dgf110.c27 gf110_gpio_reset(struct nvkm_gpio *gpio, u8 match) in gf110_gpio_reset()
Dnv50.c27 nv50_gpio_reset(struct nvkm_gpio *gpio, u8 match) in nv50_gpio_reset()
/linux-4.1.27/drivers/pinctrl/mvebu/
Dpinctrl-armada-39x.c389 const struct of_device_id *match = in armada_39x_pinctrl_probe() local
Dpinctrl-armada-38x.c411 const struct of_device_id *match = in armada_38x_pinctrl_probe() local
Dpinctrl-orion.c223 const struct of_device_id *match = in orion_pinctrl_probe() local
Dpinctrl-kirkwood.c472 const struct of_device_id *match = in kirkwood_pinctrl_probe() local
Dpinctrl-armada-xp.c427 const struct of_device_id *match = in armada_xp_pinctrl_probe() local
/linux-4.1.27/drivers/misc/
Datmel-ssc.c136 const struct of_device_id *match; in atmel_ssc_get_driver_data() local
Datmel_tclib.c135 const struct of_device_id *match; in tc_probe() local
/linux-4.1.27/drivers/phy/
Dphy-exynos-dp-video.c81 const struct of_device_id *match; in exynos_dp_video_phy_probe() local
Dphy-samsung-usb2.c132 const struct of_device_id *match; in samsung_usb2_phy_probe() local
Dphy-stih41x-usb.c127 const struct of_device_id *match; in stih41x_usb_phy_probe() local
Dphy-berlin-usb.c170 const struct of_device_id *match = in phy_berlin_usb_probe() local
/linux-4.1.27/drivers/net/ethernet/freescale/fs_enet/
Dfs_enet-main.c898 #define IS_FEC(match) ((match)->data == &fs_fec_ops) argument
900 #define IS_FEC(match) 0 argument
922 const struct of_device_id *match; in fs_enet_probe() local
Dmii-fec.c101 const struct of_device_id *match; in fs_enet_mdio_probe() local
/linux-4.1.27/drivers/usb/dwc2/
Dplatform.c155 const struct of_device_id *match; in dwc2_driver_probe() local
/linux-4.1.27/drivers/gpu/drm/exynos/
Dexynos_drm_drv.c461 struct component_match *match = NULL; in exynos_drm_match_add() local
567 struct component_match *match; in exynos_drm_platform_probe() local
/linux-4.1.27/drivers/media/rc/
Dir-rx51.c57 unsigned int match; member
78 u32 load, match; in init_timing_params() local
/linux-4.1.27/drivers/iio/common/st_sensors/
Dst_sensors_i2c.c95 const struct of_device_id *match) in st_sensors_of_i2c_probe()
/linux-4.1.27/arch/arm/kernel/
Ddevtree.c184 static const void * __init arch_get_next_mach(const char *const **match) in arch_get_next_mach()
/linux-4.1.27/drivers/gpu/drm/rockchip/
Drockchip_drm_drv.c419 struct component_match **match, in rockchip_add_endpoints()
484 struct component_match *match = NULL; in rockchip_drm_platform_probe() local
Ddw_hdmi-rockchip.c250 const struct of_device_id *match; in dw_hdmi_rockchip_bind() local
/linux-4.1.27/arch/mips/sgi-ip22/
Dip22-gio.c49 const struct gio_device_id *gio_match_device(const struct gio_device_id *match, in gio_match_device()
126 const struct gio_device_id *match; in gio_device_probe() local
/linux-4.1.27/arch/mips/kernel/
Dmips-mt-fpaff.c49 bool match; in check_same_owner() local
/linux-4.1.27/fs/isofs/
Dnamei.c54 int de_len, match, i, dlen; in isofs_find_entry() local
/linux-4.1.27/sound/pci/hda/
Dhda_i915.c156 struct component_match *match = NULL; in hda_i915_init() local
/linux-4.1.27/kernel/irq/
Ddevres.c23 struct irq_devres *this = res, *match = data; in devm_irq_match() local
/linux-4.1.27/drivers/net/wireless/ath/ath5k/
Dled.c170 const struct pci_device_id *match; in ath5k_init_leds() local
/linux-4.1.27/arch/arm/mach-mvebu/
Dsystem-controller.c163 const struct of_device_id *match; in mvebu_system_controller_init() local
Dcoherency.c171 const struct of_device_id *match; in coherency_type() local
/linux-4.1.27/drivers/i2c/busses/
Di2c-pca-isa.c120 int match = base != 0; in pca_isa_match() local
/linux-4.1.27/drivers/clk/samsung/
Dclk-exynos-audss.c114 const struct of_device_id *match; in exynos_audss_clk_probe() local
Dclk.c293 const struct of_device_id *match; in samsung_clk_of_register_fixed_ext() local
/linux-4.1.27/drivers/net/ethernet/arc/
Demac_rockchip.c93 const struct of_device_id *match; in emac_rockchip_probe() local
/linux-4.1.27/drivers/soc/qcom/
Dqcom_gsbi.c137 const struct of_device_id *match; in gsbi_probe() local
/linux-4.1.27/drivers/iommu/
Dof_iommu.c177 const struct of_device_id *match, *matches = &__iommu_of_table; in of_iommu_init() local
/linux-4.1.27/net/wireless/
Dwext-spy.c198 int match = -1; in wireless_spy_update() local
/linux-4.1.27/arch/arm/mach-rockchip/
Dpm.c253 const struct of_device_id *match; in rockchip_suspend_init() local
/linux-4.1.27/drivers/acpi/
Dioapic.c69 bool match = false; in acpi_is_ioapic() local
/linux-4.1.27/drivers/net/ethernet/ti/
Dcpsw-phy-sel.c136 static int match(struct device *dev, void *data) in match() function
Dcpts.c65 static int cpts_fifo_read(struct cpts *cpts, int match) in cpts_fifo_read()
/linux-4.1.27/tools/hv/
Dhv_vss_daemon.c81 char match[] = "/dev/"; in vss_operate() local
/linux-4.1.27/drivers/net/wireless/orinoco/
Dairport.c148 airport_attach(struct macio_dev *mdev, const struct of_device_id *match) in airport_attach()
/linux-4.1.27/net/sched/
Dem_canid.c101 int match = 0; in em_canid_match() local
/linux-4.1.27/drivers/usb/phy/
Dphy-isp1301.c140 static int match(struct device *dev, void *data) in match() function
Dphy-am335x-control.c112 static int match(struct device *dev, void *data) in match() function
/linux-4.1.27/drivers/reset/sti/
Dreset-syscfg.c176 const struct of_device_id *match; in syscfg_reset_probe() local
/linux-4.1.27/security/tomoyo/
Dcondition.c227 const bool match) in tomoyo_scan_exec_realpath()
777 const bool match = condp->equals; in tomoyo_condition() local
/linux-4.1.27/arch/arm/plat-omap/
Ddmtimer.c595 unsigned int match) in omap_dm_timer_set_match()
800 const struct of_device_id *match; in omap_dm_timer_probe() local
/linux-4.1.27/drivers/media/v4l2-core/
Dv4l2-async.c55 bool (*match)(struct device *, struct v4l2_async_subdev *); in v4l2_async_belongs() local
/linux-4.1.27/include/linux/uwb/
Dumc.h85 int (*match)(struct umc_driver *, struct umc_dev *); member
/linux-4.1.27/drivers/watchdog/
Dsirfsoc_wdt.c44 u32 counter, match; in sirfsoc_wdt_gettimeleft() local
Dmpc8xxx_wdt.c155 const struct of_device_id *match; in mpc8xxx_wdt_probe() local
/linux-4.1.27/arch/hexagon/kernel/
Dtime.c66 u32 match; /* Match value */ member
/linux-4.1.27/drivers/mtd/maps/
Dphysmap_of.c154 const struct of_device_id *match; in of_flash_probe() local
/linux-4.1.27/drivers/irqchip/
Dirq-st.c159 const struct of_device_id *match; in st_irq_syscfg_probe() local
Dirq-atmel-aic-common.c199 const struct of_device_id *match; in aic_common_irq_fixup() local
Dirq-tegra.c298 const struct of_device_id *match; in tegra_ictlr_init() local
/linux-4.1.27/drivers/acpi/acpica/
Devrgnini.c355 u8 match; in acpi_ev_is_pci_root_bridge() local
/linux-4.1.27/drivers/hwmon/
Dvexpress.c222 const struct of_device_id *match; in vexpress_hwmon_probe() local
/linux-4.1.27/drivers/thermal/st/
Dst_thermal.c191 const struct of_device_id *match; in st_thermal_register() local
/linux-4.1.27/drivers/gpu/drm/imx/
Ddw_hdmi-imx.c195 const struct of_device_id *match; in dw_hdmi_imx_bind() local
/linux-4.1.27/drivers/scsi/ufs/
Dufshcd-pltfrm.c46 const struct of_device_id *match; in get_variant_ops() local
/linux-4.1.27/drivers/gpu/drm/sti/
Dsti_drm_drv.c250 struct component_match *match = NULL; in sti_drm_master_probe() local
/linux-4.1.27/drivers/memory/tegra/
Dmc.c211 const struct of_device_id *match; in tegra_mc_probe() local
/linux-4.1.27/drivers/macintosh/
Dwindfarm_pm121.c878 const char *match, in pm121_register_control()
908 const char *match, in pm121_register_sensor()
/linux-4.1.27/fs/xfs/
Dxfs_extent_busy.c114 int match = 0; in xfs_extent_busy_search() local
/linux-4.1.27/sound/soc/davinci/
Ddavinci-evm.c361 const struct of_device_id *match = in davinci_evm_probe() local
/linux-4.1.27/drivers/usb/host/
Dfsl-mph-dr-of.c166 const struct of_device_id *match; in fsl_usb2_mph_dr_of_probe() local
Dehci-tegra.c393 const struct of_device_id *match; in tegra_ehci_probe() local
/linux-4.1.27/drivers/power/avs/
Drockchip-io-domain.c219 const struct of_device_id *match; in rockchip_iodomain_probe() local
/linux-4.1.27/drivers/gpio/
Dgpio-palmas.c166 const struct of_device_id *match; in palmas_gpio_probe() local
/linux-4.1.27/kernel/trace/
Dtrace_events_filter.c207 int cmp, match; in filter_pred_string() local
220 int cmp, match; in filter_pred_pchar() local
246 int cmp, match; in filter_pred_strloc() local
470 int match = 0; in process_ops() local
500 int match; member
2287 int match; member
/linux-4.1.27/drivers/w1/
Dw1_io.c409 u8 match[9] = {W1_MATCH_ROM, }; in w1_reset_select_slave() local
/linux-4.1.27/drivers/cpufreq/
Dqoriq-cpufreq.c339 const struct of_device_id *match; in qoriq_cpufreq_init() local
/linux-4.1.27/drivers/clk/
Dclk-palmas.c245 const struct of_device_id *match; in palmas_clks_probe() local
Dclkdev.c138 int match, best_found = 0, best_possible = 0; in clk_find() local
/linux-4.1.27/sound/soc/tegra/
Dtegra30_i2s.c380 const struct of_device_id *match; in tegra30_i2s_platform_probe() local
/linux-4.1.27/drivers/staging/rtl8723au/core/
Drtw_sta_mgt.c423 bool match = false; in rtw_access_ctrl23a() local
/linux-4.1.27/sound/aoa/soundbus/i2sbus/
Dcore.c330 static int i2sbus_probe(struct macio_dev* dev, const struct of_device_id *match) in i2sbus_probe()
/linux-4.1.27/drivers/pwm/
Dpwm-atmel-hlcdc.c237 const struct of_device_id *match; in atmel_hlcdc_pwm_probe() local
Dpwm-sun4i.c291 const struct of_device_id *match; in sun4i_pwm_probe() local
Dpwm-atmel.c302 const struct of_device_id *match; in atmel_pwm_get_driver_data() local
/linux-4.1.27/drivers/iio/adc/
Drockchip_saradc.c180 const struct of_device_id *match; in rockchip_saradc_probe() local
/linux-4.1.27/arch/s390/include/asm/
Dccwdev.h44 const struct ccw_device_id *match) in ccw_device_id_match()
/linux-4.1.27/drivers/gpu/drm/msm/hdmi/
Dhdmi.c367 const struct of_device_id *match; in hdmi_bind() local
/linux-4.1.27/drivers/thermal/
Darmada_thermal.c259 const struct of_device_id *match; in armada_thermal_probe() local
/linux-4.1.27/drivers/rtc/
Drtc-at91rm9200.c357 const struct of_device_id *match; in at91_rtc_get_config() local
Drtc-pm8xxx.c441 const struct of_device_id *match; in pm8xxx_rtc_probe() local
/linux-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_sta_mgt.c534 u8 match = false; in rtw_access_ctrl() local
/linux-4.1.27/arch/arm/mach-exynos/
Dpmu.c955 const struct of_device_id *match; in exynos_pmu_probe() local
/linux-4.1.27/drivers/net/can/c_can/
Dc_can_platform.c256 const struct of_device_id *match; in c_can_plat_probe() local
/linux-4.1.27/drivers/hid/
Dhid-input.c98 hid_usage_cmp_t match, in hidinput_find_key()
329 const struct hid_device_id *match; in find_battery_quirk() local
/linux-4.1.27/sound/soc/codecs/
Dsirf-audio-codec.c463 const struct of_device_id *match; in sirf_audio_codec_driver_probe() local
/linux-4.1.27/drivers/iio/common/ssp_sensors/
Dssp_dev.c457 const struct of_device_id *match; in ssp_parse_dt() local
/linux-4.1.27/fs/afs/
Dcmservice.c435 __be32 match; in SRXAFSCB_ProbeUuid() member
/linux-4.1.27/drivers/staging/rtl8712/
Dieee80211.c399 int match; in r8712_get_wps_ie() local
/linux-4.1.27/include/net/
Dinet_frag.h97 bool (*match)(const struct inet_frag_queue *q, member
Dfib_rules.h55 int (*match)(struct fib_rule *, member
/linux-4.1.27/drivers/gpu/drm/atmel-hlcdc/
Datmel_hlcdc_dc.c281 const struct of_device_id *match; in atmel_hlcdc_dc_load() local
/linux-4.1.27/drivers/bcma/
Dscan.c275 struct bcma_device_id *match, int core_num, in bcma_get_next_core()
/linux-4.1.27/drivers/gpu/drm/msm/
Dmsm_drv.c179 const struct of_device_id *match; in get_mdp_ver() local
1015 struct component_match *match = NULL; in msm_pdev_probe() local
/linux-4.1.27/net/bridge/netfilter/
Debtables.c363 struct xt_match *match; in ebt_check_match() local
1593 static int ebt_compat_match_offset(const struct xt_match *match, in ebt_compat_match_offset()
1610 const struct xt_match *match = m->u.match; in compat_match_to_user() local
1903 struct xt_match *match; in compat_mtw_from_user() local
/linux-4.1.27/kernel/
Dfutex.c957 struct futex_q *match = futex_top_waiter(hb, key); in lookup_pi_state() local
1008 struct futex_q *match; in futex_lock_pi_atomic() local
2399 struct futex_q *match; in futex_unlock_pi() local
/linux-4.1.27/drivers/scsi/
Dmac53c94.c410 static int mac53c94_probe(struct macio_dev *mdev, const struct of_device_id *match) in mac53c94_probe()
/linux-4.1.27/drivers/gpu/host1x/
Dmipi.c288 const struct of_device_id *match; in tegra_mipi_probe() local
/linux-4.1.27/drivers/bluetooth/
Dath3k.c507 const struct usb_device_id *match; in ath3k_probe() local
/linux-4.1.27/drivers/char/xilinx_hwicap/
Dxilinx_hwicap.c791 const struct of_device_id *match; in hwicap_drv_probe() local
/linux-4.1.27/include/linux/netfilter_bridge/
Debtables.h26 bool (*match)(const struct sk_buff *skb, const struct net_device *in, member
/linux-4.1.27/net/bluetooth/
Dmgmt.c1634 struct cmd_lookup *match = data; in settings_rsp() local
2377 struct cmd_lookup match = { NULL, hdev }; in le_enable_complete() local
2668 struct bt_uuid *match, *tmp; in remove_uuid() local
4672 struct cmd_lookup match = { NULL, hdev }; in set_advertising_complete() local
7338 struct cmd_lookup match = { NULL, hdev }; in powered_complete() local
7438 struct cmd_lookup match = { NULL, hdev }; in mgmt_powered() local
8005 struct cmd_lookup match = { NULL, hdev }; in mgmt_auth_enable_complete() local
8047 struct cmd_lookup match = { NULL, hdev }; in mgmt_ssp_enable_complete() local
8100 struct cmd_lookup *match = data; in sk_lookup() local
8111 struct cmd_lookup match = { NULL, hdev, mgmt_status(status) }; in mgmt_set_class_of_dev_complete() local
/linux-4.1.27/net/sctp/
Dbind_addr.c319 int match = 0; in sctp_bind_addr_match() local
/linux-4.1.27/drivers/input/touchscreen/
Dpixcir_i2c_ts.c418 const struct of_device_id *match; in pixcir_parse_dt() local
/linux-4.1.27/drivers/firewire/
Dcore-device.c157 int match = 0; in match_ids() local
895 int match = 0; in lookup_existing_device() local
/linux-4.1.27/crypto/
Dcrypto_user.c54 int match = 0; in crypto_alg_match() local
/linux-4.1.27/arch/powerpc/sysdev/
Dfsl_msi.c401 const struct of_device_id *match; in fsl_of_msi_probe() local

123