Searched refs:match (Results 1 - 25 of 1154) sorted by path

1234567891011>>

/linux-master/arch/arc/lib/
H A Dstrcmp-archs.S32 ;; A match is found, spot it out
/linux-master/arch/m68k/fpsp040/
H A Dgen_except.S209 | No bits in the enable byte match existing exceptions. Check for
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S7987 # F = 1.xxxxxx1 in base 2 where the six "x" match those #
/linux-master/arch/mips/mm/
H A Duasm-micromips.c164 (insn_table_MM[opc].match == 0 && insn_table_MM[opc].fields == 0))
169 op = ip->match;
/linux-master/arch/powerpc/sysdev/
H A Dfsl_rcpm.c359 const struct of_device_id *match; local
362 np = of_find_matching_node_and_match(NULL, rcpm_matches, &match);
379 qoriq_pm_ops = match->data;
/linux-master/arch/sparc/kernel/
H A Dof_device_common.h29 int (*match)(struct device_node *parent); member in struct:of_bus
H A Dprom_common.c100 int of_find_in_proplist(const char *list, const char *match, int len) argument
105 if (!strcmp(list, match))
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
H A Dbus.c159 bool (*match)(struct nvkm_i2c_bus *,
177 (!match || match(bus, &info[i].dev, data))) {
/linux-master/drivers/gpu/drm/radeon/
H A Dmkregtable.c193 regmatch_t match[4]; local
239 r = regexec(&mask_rex, buf, 4, match, 0);
248 buf[match[0].rm_eo] = 0;
249 buf[match[1].rm_eo] = 0;
250 buf[match[2].rm_eo] = 0;
251 o = strtol(&buf[match[1].rm_so], NULL, 16);
/linux-master/drivers/hid/
H A Dhid-generic.c79 .match = hid_generic_match,
/linux-master/drivers/irqchip/
H A Dirq-atmel-aic-common.c193 const struct of_device_id *match; local
198 match = of_match_node(matches, root);
200 if (match) {
201 void (*fixup)(void) = match->data;
/linux-master/drivers/media/pci/cx23885/
H A Dcx23885-ioctl.c19 if (chip->match.addr > 1)
21 if (chip->match.addr == 1) {
55 if (reg->match.addr > 1)
57 if (reg->match.addr)
87 if (reg->match.addr > 1)
89 if (reg->match.addr)
/linux-master/drivers/media/radio/
H A Dradio-aimslab.c166 .match = radio_isa_match,
H A Dradio-aztech.c132 .match = radio_isa_match,
H A Dradio-rtrack2.c114 .match = radio_isa_match,
H A Dradio-typhoon.c143 .match = radio_isa_match,
H A Dradio-zoltrix.c219 .match = radio_isa_match,
/linux-master/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_defs.h66 * match. However, it's a useful convention ...
69 #error T4VF_MBDATA_BASE_ADDR must match CIM_PF_MAILBOX_DATA_A!
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddisplay.c246 int (*match)(struct omap_dss_device *dssdev, void *data))
251 if (match(dssdev, data))
/linux-master/drivers/w1/
H A Dw1_io.c381 * or a rom match. A skip rom is issued if there is only one device
395 u8 match[9] = {W1_MATCH_ROM, }; local
398 memcpy(&match[1], &rn, 8);
399 w1_write_block(sl->master, match, 9);
406 * w1_reset_resume_command() - resume instead of another match ROM
411 * to doing a reset then a match ROM for the last matched ROM. The
415 * If the bus has only one slave, traditionnaly the match ROM is skipped
/linux-master/fs/lockd/
H A Dsvcshare.c94 nlm_host_match_fn_t match)
100 if (match(share->s_host, host)) {
93 nlmsvc_traverse_shares(struct nlm_host *host, struct nlm_file *file, nlm_host_match_fn_t match) argument
/linux-master/include/uapi/linux/netfilter/
H A Dxt_owner.h22 __u8 match, invert; member in struct:xt_owner_match_info
/linux-master/include/video/
H A Domapfb_dss.h644 /* used to match device to driver */
760 int (*match)(struct omap_dss_device *dssdev, void *data));
/linux-master/kernel/irq/
H A Ddevres.c27 struct irq_devres *this = res, *match = data; local
29 return this->irq == match->irq && this->dev_id == match->dev_id;
/linux-master/lib/842/
H A D842_compress.c383 int i, match, b = 0; local
391 match = check_index(p, 2, b >> 1);
393 match = check_index(p, 4, b >> 2);
395 match = check_index(p, 8, 0);
398 if (!match)
513 /* make initial 'last' different so we don't match the first time */

Completed in 462 milliseconds

1234567891011>>