Searched refs:matches (Results 276 - 300 of 321) sorted by relevance

<<111213

/linux-master/drivers/char/
H A Dsonypi.c1480 .matches = {
1487 .matches = {
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dscan.c1361 * it matches the size expected for the
2173 kzalloc(struct_size(adapter->nd_info, matches,
2200 adapter->nd_info->matches[idx] =
2204 pmatch = adapter->nd_info->matches[idx];
/linux-master/drivers/bluetooth/
H A Dhci_bcm4377.c2423 .matches = {
2430 .matches = {
2437 .matches = {
/linux-master/drivers/platform/x86/
H A Dtoshiba_acpi.c3278 .matches = {
3288 .matches = {
3296 .matches = {
H A Dasus-tf103c-dock.c693 .matches = {
H A Dintel_ips.c1279 * Returns: the &ips_mcp_limits struct that matches the boot CPU or %NULL
1413 .matches = {
H A Dthinkpad_acpi.c535 * Iterates over a quirks list until one is found that matches the
538 * Returns: %0 if nothing matches, otherwise returns the quirks field of
4218 .matches = {
4226 .matches = {
4234 .matches = {
4242 .matches = {
4250 .matches = {
4258 .matches = {
/linux-master/drivers/acpi/
H A Dpower.c1033 .matches = {
H A Dbus.c64 .matches = {
/linux-master/drivers/cpufreq/
H A Dacpi-cpufreq.c602 .matches = {
/linux-master/drivers/hwmon/
H A Dasus-ec-sensors.c474 .matches = { \
/linux-master/drivers/pci/hotplug/
H A Dpciehp_hpc.c42 .matches = {
/linux-master/sound/soc/sof/amd/
H A Dacp.c35 .matches = {
/linux-master/drivers/clk/
H A Dclk.c5212 /* Walk up the tree of devices looking for a clock property that matches */
5523 * @matches: array of compatible values and init functions for providers.
5529 void __init of_clk_init(const struct of_device_id *matches) argument
5538 if (!matches)
5539 matches = &__clk_of_table;
5542 for_each_matching_node_and_match(np, matches, &match) {
/linux-master/drivers/acpi/x86/
H A Dlpss.c494 .matches = {
/linux-master/include/net/
H A Dpkt_cls.h398 * @flags: flags specifying attributes and the relation to other matches
451 * @matches: array of ematches
455 struct tcf_ematch * matches; member in struct:tcf_ematch_tree
500 * This function matches @skb against the ematch tree in @tree by going
504 * Returns 1 if the ematch tree as-one matches, no ematches are configured
/linux-master/drivers/net/dsa/mv88e6xxx/
H A Dchip.c6804 /* Ideally we would also validate that the hash type matches
7156 const struct of_device_id *matches = dev->driver->of_match_table; local
7159 for (; matches->name[0] || matches->type[0] || matches->compatible[0];
7160 matches++) {
7161 if (!strcmp(pdata->compatible, matches->compatible))
7162 return matches->data;
/linux-master/drivers/net/ethernet/marvell/
H A Dsky2.c4780 .matches = {
4787 .matches = {
4794 .matches = {
4801 .matches = {
4808 .matches = {
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c1552 .matches = {
1558 .matches = {
1564 .matches = {
1570 .matches = {
1576 .matches = {
1582 .matches = {
1588 .matches = {
1594 .matches = {
1600 .matches = {
/linux-master/drivers/net/ethernet/via/
H A Dvia-rhine.c2584 .matches = {
2591 .matches = {
/linux-master/scripts/
H A Dget_maintainer.pl735 print("$x->{file}:$x->{linenr}: warning: no file matches\t$x->{line}\n");
1082 --sections => print all of the subsystem sections with pattern matches
1098 Any specified X: (exclude) pattern matches are _not_ ignored.
/linux-master/drivers/input/touchscreen/
H A Datmel_mxt_ts.c3201 .matches = {
3207 .matches = {
/linux-master/fs/xfs/libxfs/
H A Dxfs_rmap.c336 /* For each rmap given, figure out if it matches the key we want. */
435 /* For each rmap given, figure out if it matches the key we want. */
551 /* Make sure the unwritten flag matches. */
560 /* Make sure the owner matches what we expect to find in the tree. */
2196 /* Make sure the owner matches what we expect to find in the tree. */
2203 /* Make sure the unwritten flag matches. */
3001 roc->results->matches++;
3037 if (!results->matches)
/linux-master/drivers/gpio/
H A Dgpio-pca953x.c166 .matches = {
/linux-master/arch/x86/kernel/apic/
H A Dapic.c2548 .matches = {

Completed in 729 milliseconds

<<111213