Searched refs:first (Results 126 - 150 of 215) sorted by relevance

123456789

/drivers/tty/serial/
H A Dm32r_sio.c961 static int first = 1; local
964 if (!first)
966 first = 0;
1074 * if so, search for the first available port that does have
H A Dsa1100.c614 static int first = 1; local
617 if (!first)
619 first = 0;
771 * if so, search for the first available port that does have
/drivers/video/
H A Dmodedb.c840 * @mode1: first videomode
1074 int first = 0; local
1079 /* get the first detailed mode and the very first mode */
1084 if (!first) {
1086 first = 1;
1095 /* first detailed timing is preferred */
1115 /* use first detailed mode */
1121 /* last resort, use the very first mode */
H A Dacornfb.c947 static int first = 1; local
949 if (!first)
951 first = 0;
H A Dfbmon.c606 int num = 0, i, first = 1; local
629 if (first) {
631 first = 0;
968 * Workaround for buggy EDIDs that sets that the first
/drivers/net/ethernet/intel/igbvf/
H A Dnetdev.c2047 unsigned int first)
2094 tx_ring->buffer_info[first].next_to_watch = i;
2186 unsigned int first, tx_flags = 0; local
2221 first = tx_ring->next_to_use;
2240 count = igbvf_tx_map_adv(adapter, tx_ring, skb, first);
2249 tx_ring->buffer_info[first].time_stamp = 0;
2250 tx_ring->next_to_use = first;
2502 * resembles the first-half of the igbvf_resume routine.
2866 * igbvf_init_module is the first routine called when the driver is
2044 igbvf_tx_map_adv(struct igbvf_adapter *adapter, struct igbvf_ring *tx_ring, struct sk_buff *skb, unsigned int first) argument
/drivers/net/ethernet/intel/ixgb/
H A Dixgb_main.c145 * ixgb_init_module is the first routine called when the driver is
1341 unsigned int first)
1420 tx_ring->buffer_info[first].next_to_watch = i;
1533 unsigned int first; local
1558 first = adapter->tx_ring.next_to_use;
1571 count = ixgb_tx_map(adapter, skb, first);
1580 adapter->tx_ring.buffer_info[first].time_stamp = 0;
1581 adapter->tx_ring.next_to_use = first;
2313 * it resembles the first-half of the ixgb_probe() routine.
1340 ixgb_tx_map(struct ixgb_adapter *adapter, struct sk_buff *skb, unsigned int first) argument
/drivers/block/drbd/
H A Ddrbd_receiver.c197 in order. As soon as we see the first not finished we can
227 * Tries to allocate number pages, first from our own page pool, then from
856 * first set it to the P_HAND_SHAKE timeout,
1106 /* > e->sector, unless this is the first bio */
1708 int first; local
1757 first = 1;
1765 /* only ALERT on first iteration,
1767 if (first)
1783 if (first && discard && have_unacked) {
1811 if (first) {
[all...]
/drivers/crypto/
H A Dtalitos.c762 unsigned int first; member in struct:talitos_ahash_req_ctx
1472 /* first DWORD empty */
1660 /* first DWORD empty */
1664 if (!req_ctx->first || req_ctx->swinit) {
1672 /* Indicate next op is not the first. */
1673 req_ctx->first = 0;
1755 req_ctx->first = 1; /* first indicates h/w must init its context */
1863 if (req_ctx->first && !req_ctx->swinit)
1867 * A first o
[all...]
/drivers/s390/net/
H A Dctcm_fsms.c253 int first = 1; local
274 if (first) {
276 first = 0;
623 "until first transfer",
1226 int first = 1; local
1253 if (first) {
1255 first = 0;
/drivers/media/dvb/ttpci/
H A Dav7110_hw.c226 /* FIXME: Why does Nexus CA require 2x iwdebi for first init? */
967 static int OSDSetPalette(struct av7110 *av7110, u32 __user * colors, u8 first, u8 last) argument
970 int length = last - first + 1;
989 first, last);
/drivers/mtd/chips/
H A Dcfi_cmdset_0020.c393 /* ofs: offset within the first chip that the first read should start */
790 /* Clear the status register first */
898 int i, first; local
909 we skip to the first erase region which starts after the
927 first = i;
948 i=first;
/drivers/mtd/ubi/
H A Dwl.c70 * to the user; instead, we first want to let users fill them up with data;
394 struct ubi_wl_entry *e, *first, *last; local
433 first = rb_entry(rb_first(&ubi->free), struct ubi_wl_entry,
437 if (last->ec - first->ec < WL_FREE_MAX_DIFF)
741 * header first.
/drivers/net/fddi/skfp/
H A Dpmf.c1615 int first = 0 ; local
1624 if (first == 0)
1626 first = 1 ;
/drivers/xen/
H A Devents.c426 int first = 0; local
438 first = get_nr_irqs_gsi();
441 irq = irq_alloc_desc_from(first, -1);
687 * not injecting any more pirqs of the same kind if the first one
1253 * Xen uses a two-level bitmap to speed searching. The first level is
/drivers/media/video/
H A Dfsl-viu.c121 /* common v4l buffer stuff -- must be first */
167 int first; member in struct:viu_dev
364 dprintk(2, "[%p/%d] restart_queue - first active\n",
557 dprintk(2, "[%p/%d] buffer_queue - first active\n",
575 dprintk(2, "[%p/%d] buffer_queue - first queued\n",
1146 if (unlikely(dev->first)) {
1148 dev->first = 0;
1149 dprintk(1, "activate first buf\n");
1530 viu_dev->first = 1;
/drivers/misc/sgi-xp/
H A Dxpc.h51 * The first two 64-byte cachelines of the reserved page contain the
68 * starting at the first cacheline following the reserved page header. The
164 * The vars_part MAGIC numbers play a part in the first contact protocol.
337 struct xpc_fifo_entry_uv *first; member in struct:xpc_fifo_head_uv
/drivers/mtd/devices/
H A Ddocg3.c218 * @first: first time read, DOC_READADDRESS should be set
223 int first)
233 if (first)
299 * mode first.
438 * @block0: the first plane block index
488 * @block0: the first plane block index
663 * @block0: the first plane block index on flash memory
734 * @first: 1 if first tim
222 doc_read_data_area(struct docg3 *docg3, void *buf, int len, int first) argument
737 doc_read_page_getbytes(struct docg3 *docg3, int len, u_char *buf, int first) argument
[all...]
/drivers/net/ethernet/calxeda/
H A Dxgmac.c1080 struct xgmac_dma_desc *desc, *first; local
1097 first = desc;
1130 if (desc != first)
1136 /* Set owner on first desc last to avoid race condition */
1138 desc_set_tx_owner(first, desc_flags | TXDESC_FIRST_SEG);
/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c1098 struct dma_desc *desc, *first; local
1127 first = desc;
1175 priv->hw->desc->set_tx_owner(first);
1182 "first=%p, nfrags=%d\n",
1184 entry, first, nfrags);
/drivers/net/xen-netback/
H A Dnetback.c300 * - (iii) stops us leaving the first buffer
303 * netfront relies on the first buffer being
864 struct xen_netif_tx_request *first,
871 if (!(first->flags & XEN_NETTXF_more_data))
887 if (txp->size > first->size) {
892 first->size -= txp->size;
928 /* Skip first skb fragment if it is on same page as header fragment. */
989 /* Skip first skb fragment if it is on same page as header fragment. */
1014 /* Not the first error? Preceding frags already invalidated. */
863 netbk_count_requests(struct xenvif *vif, struct xen_netif_tx_request *first, struct xen_netif_tx_request *txp, int work_to_do) argument
/drivers/media/video/zoran/
H A Dzoran_driver.c292 * I don't understand why many other drivers first allocate them with
754 /* Start the jpeg codec when the first frame is queued */
1145 "%s: %s - frame buffer has to be set first\n",
2274 /* Start the jpeg codec when the first frame is queued */
2864 int first, last; local
2893 first = offset / fh->buffers.buffer_size;
2894 last = first - 1 + size / fh->buffers.buffer_size;
2896 size % fh->buffers.buffer_size != 0 || first < 0 ||
2897 last < 0 || first >= fh->buffers.num_buffers ||
2910 for (i = first;
[all...]
/drivers/misc/
H A DKconfig462 very much more than display the text "ARM Linux" on the first
/drivers/net/wireless/iwlwifi/
H A Diwl-drv.c157 static int iwl_request_firmware(struct iwl_drv *drv, bool first) argument
163 if (first) {
563 * This driver only reads the first u32 as
/drivers/staging/speakup/
H A Dkobjects.c240 /* dump num_keys+1 as first row is shift states + flags,
683 static ssize_t message_show_helper(char *buf, enum msg_index_t first, argument
693 for (cursor = first; cursor <= last; cursor++, index++) {

Completed in 650 milliseconds

123456789