Searched refs:search (Results 1 - 16 of 16) sorted by relevance

/drivers/pci/
H A DMakefile6 pci-driver.o search.o pci-sysfs.o rom.o setup-res.o \
/drivers/w1/
H A Dw1_io.c184 * If both bits 0 & 1 are set, the search should be restarted.
364 if (dev->bus_master->search)
365 dev->bus_master->search(dev->bus_master->data, dev,
H A Dw1.h151 /** Really nice hardware can handles the different types of ROM search
154 void (*search)(void *, struct w1_master *, member in struct:w1_bus_master
H A Dw1.c391 * doesn't include it and most messages from the bus search don't
452 /* It would be nice to do a targeted search one the one-wire bus
454 * current search doesn't support that.
520 static W1_MASTER_ATTR_RW(search, S_IRUGO | S_IWUSR | S_IWGRP);
853 * The 1-wire search is a simple binary tree search.
860 * See "Application note 187 1-wire search algorithm" at www.maxim-ic.com
862 * @dev The master device to search
895 /* Do fast search on single slave bus */
905 /* Start the search */
[all...]
/drivers/media/dvb/dvb-core/
H A Ddvb_frontend.h142 * this algorithm, in conjunction with the search and track
166 * search callback possible return status
169 * The frontend search algorithm completed and returned successfully
172 * The frontend search algorithm is sleeping
175 * The frontend search for a signal failed
178 * The frontend search algorith was probably supplied with invalid
179 * parameters and the search is an invalid one
182 * The frontend search algorithm failed due to some error
185 * The frontend search algorithm was requested to search agai
309 enum dvbfe_search (*search)(struct dvb_frontend *fe); member in struct:dvb_frontend_ops
[all...]
H A Ddvb_frontend.c683 /* Case where we are going to search for a carrier
685 * requesting a search with a new set of parameters
688 if (fe->ops.search) {
689 fepriv->algo_status = fe->ops.search(fe);
690 /* We did do a search as was requested, the flags are
691 * now unset as well and has the flags wrt to search.
697 /* Track the carrier if the search was successful */
1958 /* Request the search algorithm to search */
/drivers/w1/masters/
H A Dds1wm.c323 u64 r = 0; /* holds the progress of the search */
328 dev_dbg(&ds1wm_data->pdev->dev, "search begin\n");
333 "too many attempts (100), search aborted\n");
428 prepare for next ROM search: */
435 "pass: %d total: %d search done ms d bit pos: %d\n", pass,
445 .search = ds1wm_search,
H A Domap_hdq.c99 .search = omap_w1_search_bus,
235 /* W1 search callback function */
/drivers/media/dvb/frontends/
H A Dcxd2820r_core.c606 .search = cxd2820r_search,
H A Ddib9000.c1478 int ret = 10, search = state->channel_status.status == CHANNEL_STATUS_PARAMETERS_UNKNOWN; local
1489 if (search)
1498 if (search)
1507 if (search)
H A Dhd29l2.c847 .search = hd29l2_search,
H A Dstb0899_drv.c1480 * search = user search range +
1503 /* Run the search algorithm */
1504 dprintk(state->verbose, FE_DEBUG, 1, "running DVB-S search algo ..");
1547 /* Run the search algorithm */
1548 dprintk(state->verbose, FE_DEBUG, 1, "running DVB-S2 search algo ..");
1616 .search = stb0899_search,
H A Dmb86a16.c1835 .search = mb86a16_search,
H A Dstv0900_core.c1886 .search = stv0900_search,
H A Dstv090x.c1284 /* Activate Viterbi decoder in legacy search,
1332 /* Cut 2: enable link during search */
1378 /* Cut 2: enable link during search */
1432 Set The carrier search up and low to auto mode */
2081 STV090x_SETFIELD_Px(reg, CFR_AUTOSCAN_FIELD, 0x00); /* stop carrier offset search */
2463 /*run the SW search 2 times maximum*/
3038 msleep(50); /* blind search: wait 50ms for SR stabilization */
4741 .search = stv090x_search,
/drivers/hid/
H A Dhid-core.c180 * Climb up the stack, search for the specified collection type
811 static int search(__s32 *array, __s32 value, unsigned n) function
937 && search(value, field->value[n], count))
942 && search(field->value, value[n], count))

Completed in 304 milliseconds