Searched refs:first (Results 151 - 175 of 264) sorted by relevance

1234567891011

/drivers/scsi/aacraid/
H A Dlinit.c87 * become important. Check for on-board Raid first, add-in cards second.
349 * Read the first 1024 bytes from the disk device, if the boot
358 struct partition *first = (struct partition * )buf; local
359 struct partition *entry = first;
385 end_head = first->end_head;
386 end_sec = first->end_sector & 0x3f;
1091 /* Clear out events first */
/drivers/scsi/esas2r/
H A Desas2r.h1176 struct atto_vda_sge *first)
1183 * would be the first one to overflow the SGL.
1191 if (first) {
1193 sgc->sge.a64.curr = first;
1195 ((u8 *)first -
1173 esas2r_sgc_init(struct esas2r_sg_context *sgc, struct esas2r_adapter *a, struct esas2r_request *rq, struct atto_vda_sge *first) argument
/drivers/gpio/
H A Dgpio-msm-v1.c279 #define MSM_GPIO_BANK(soc, bank, first, last) \
290 .base = (first), \
291 .ngpio = (last) - (first) + 1, \
/drivers/of/
H A Dfdt.c177 * it later. We detect this because the first character of the name is
185 * fpsize should be 2, but we want to avoid the first
438 int nomap, first = 1; local
465 if (first) {
467 first = 0;
/drivers/spi/
H A Dspi-bfin-sport.c527 "the first transfer len is %d\n",
573 struct bfin_sport_spi_slave_data *chip, *first = NULL; local
576 /* Only alloc (or use chip_info) on first setup */
581 chip = first = kzalloc(sizeof(*chip), GFP_KERNEL);
638 kfree(first);
/drivers/tty/serial/
H A Ddz.c763 static int first = 1; local
767 if (!first)
769 first = 0;
801 * line first, in which case we have to disable its transmitter and
H A Dm32r_sio.c934 static int first = 1; local
937 if (!first)
939 first = 0;
1047 * if so, search for the first available port that does have
H A Dsa1100.c616 static int first = 1; local
619 if (!first)
621 first = 0;
776 * if so, search for the first available port that does have
/drivers/video/fbdev/
H A Dacornfb.c694 static int first = 1; local
696 if (!first)
698 first = 0;
/drivers/video/fbdev/core/
H A Dmodedb.c837 * @mode1: first videomode
1071 int first = 0; local
1076 /* get the first detailed mode and the very first mode */
1081 if (!first) {
1083 first = 1;
1092 /* first detailed timing is preferred */
1112 /* use first detailed mode */
1118 /* last resort, use the very first mode */
H A Dfbmon.c608 int num = 0, i, first = 1; local
631 if (first) {
633 first = 0;
970 * Workaround for buggy EDIDs that sets that the first
/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
744 doc_read_page_getbytes(struct docg3 *docg3, int len, u_char *buf, int first, int last_odd) argument
[all...]
/drivers/net/ethernet/calxeda/
H A Dxgmac.c1091 struct xgmac_dma_desc *desc, *first; local
1103 first = desc;
1134 if (desc != first)
1140 /* Set owner on first desc last to avoid race condition */
1142 desc_set_tx_owner(first, desc_flags | TXDESC_FIRST_SEG);
1169 desc = first;
/drivers/soc/ti/
H A Dknav_qmss_queue.c227 /* first opener? */
310 bool first; local
316 first = (atomic_inc_return(&qh->notifier_enabled) == 1);
317 if (!first)
321 first = (atomic_inc_return(&inst->num_notifiers) == 1);
322 if (first)
792 * use the first free slot which is large enough to accomodate
/drivers/net/ethernet/intel/igbvf/
H A Dnetdev.c2147 unsigned int first, u32 paylen,
2197 tx_ring->buffer_info[first].next_to_watch = tx_desc;
2210 unsigned int first, tx_flags = 0; local
2245 first = tx_ring->next_to_use;
2268 first, skb->len, hdr_len);
2273 tx_ring->buffer_info[first].time_stamp = 0;
2274 tx_ring->next_to_use = first;
2525 * resembles the first-half of the igbvf_resume routine.
2881 * igbvf_init_module is the first routine called when the driver is
2144 igbvf_tx_queue_adv(struct igbvf_adapter *adapter, struct igbvf_ring *tx_ring, int tx_flags, int count, unsigned int first, u32 paylen, u8 hdr_len) argument
/drivers/net/ethernet/intel/ixgb/
H A Dixgb_main.c147 * ixgb_init_module is the first routine called when the driver is
1323 unsigned int first)
1402 tx_ring->buffer_info[first].next_to_watch = i;
1515 unsigned int first; local
1540 first = adapter->tx_ring.next_to_use;
1553 count = ixgb_tx_map(adapter, skb, first);
1562 adapter->tx_ring.buffer_info[first].time_stamp = 0;
1563 adapter->tx_ring.next_to_use = first;
2300 * it resembles the first-half of the ixgb_probe() routine.
1322 ixgb_tx_map(struct ixgb_adapter *adapter, struct sk_buff *skb, unsigned int first) argument
/drivers/crypto/
H A Dtalitos.c663 unsigned int first; member in struct:talitos_ahash_req_ctx
1377 /* first DWORD empty */
1566 /* first DWORD empty */
1570 if (!req_ctx->first || req_ctx->swinit) {
1578 /* Indicate next op is not the first. */
1579 req_ctx->first = 0;
1660 req_ctx->first = 1; /* first indicates h/w must init its context */
1768 if (req_ctx->first && !req_ctx->swinit)
1772 * A first o
[all...]
/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c1897 struct dma_desc *desc, *first; local
1925 first = desc;
1940 desc = first;
1991 priv->hw->desc->set_tx_owner(first);
1997 pr_debug("%s: curr %d dirty=%d entry=%d, first=%p, nfrags=%d",
1999 (priv->dirty_tx % txsize), entry, first, nfrags);
2021 priv->hw->desc->enable_tx_timestamp(first);
/drivers/s390/net/
H A Dctcm_fsms.c251 int first = 1; local
272 if (first) {
274 first = 0;
621 "until first transfer",
1224 int first = 1; local
1251 if (first) {
1253 first = 0;
/drivers/media/pci/ttpci/
H A Dav7110_hw.c234 /* FIXME: Why does Nexus CA require 2x iwdebi for first init? */
982 static int OSDSetPalette(struct av7110 *av7110, u32 __user * colors, u8 first, u8 last) argument
985 int length = last - first + 1;
1004 first, last);
/drivers/mtd/chips/
H A Dcfi_cmdset_0020.c390 /* ofs: offset within the first chip that the first read should start */
787 /* Clear the status register first */
895 int i, first; local
906 we skip to the first erase region which starts after the
924 first = i;
945 i=first;
/drivers/net/fddi/skfp/
H A Dpmf.c1615 int first = 0 ; local
1624 if (first == 0)
1626 first = 1 ;
/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c622 /* Applies for first msdu in chain, before altering it. */
638 /* This function only applies for first msdu in an msdu chain */
912 struct sk_buff *first; local
928 first = skb;
941 if (skb == first) {
/drivers/video/fbdev/omap2/displays-new/
H A Dpanel-dsi-cm.c1013 int first = 1; local
1052 u8 dcs_cmd = first ? 0x2e : 0x3e;
1053 first = 0;
/drivers/gpu/drm/exynos/
H A Dexynos_drm_dsi.c605 * The first bit of mode_flags specifies display configuration.
786 bool first = !xfer->tx_done; local
824 if (!first)
849 bool first = !xfer->rx_done; local
854 if (first) {
1162 * calls drm_panel_init() first then calls mipi_dsi_attach() in probe().

Completed in 2654 milliseconds

1234567891011