Searched refs:q1 (Results 1 - 23 of 23) sorted by relevance

/linux-4.4.14/arch/powerpc/math-emu/
H A Dudivmodti4.c13 _FP_W_TYPE q0, q1, r0, r1; _fp_udivmodti4() local
24 q1 = 0; _fp_udivmodti4()
35 udiv_qrnnd (q1, n1, 0, n1, d0); _fp_udivmodti4()
63 q1 = 0; _fp_udivmodti4()
80 leading quotient digit q1 = 1). _fp_udivmodti4()
86 q1 = 1; _fp_udivmodti4()
101 udiv_qrnnd (q1, n1, n2, n1, d0); _fp_udivmodti4()
122 q1 = 0; _fp_udivmodti4()
151 q1 = 0; _fp_udivmodti4()
179 q1 = 0; _fp_udivmodti4()
189 q[0] = q0; q[1] = q1; _fp_udivmodti4()
/linux-4.4.14/arch/arm/crypto/
H A Daes-ce-core.S52 enc_round q1, \key1
55 enc_round q1, \key2
61 dec_round q1, \key1
64 dec_round q1, \key2
70 enc_round q1, \key1
73 aese.8 q1, \key2
76 veor q1, q1, \key3
82 dec_round q1, \key1
85 aesd.8 q1, \key2
88 veor q1, q1, \key3
120 * q1 : second in/output block (_3x version only)
172 vld1.8 {q0-q1}, [r1, :64]!
175 vst1.8 {q0-q1}, [r0, :64]!
198 vld1.8 {q0-q1}, [r1, :64]!
201 vst1.8 {q0-q1}, [r0, :64]!
229 vld1.8 {q1}, [r1, :64]! @ get next pt block
230 veor q0, q0, q1 @ ..and xor with iv
247 vld1.8 {q0-q1}, [r1, :64]!
250 vmov q4, q1
254 veor q1, q1, q3
257 vst1.8 {q0-q1}, [r0, :64]!
295 vmov q1, q6
307 veor q1, q1, q4
310 vst1.8 {q0-q1}, [r0, :64]!
408 vld1.8 {q0-q1}, [r1, :64]! @ get 3 pt blocks
413 veor q1, q1, q4
417 veor q1, q1, q4
419 vst1.8 {q0-q1}, [r0, :64]! @ write 3 ct blocks
459 vld1.8 {q0-q1}, [r1, :64]! @ get 3 ct blocks
464 veor q1, q1, q4
468 veor q1, q1, q4
470 vst1.8 {q0-q1}, [r0, :64]! @ write 3 pt blocks
501 vdup.32 q1, r0
503 aese.8 q0, q1
H A Dbsaes-armv7.pl1344 vmov.i32 q1, #0
1346 vstmia $keysched!, {q0-q1}
1523 vmov.i32 q1, #0
1526 vstmia $keysched!, {q0-q1}
1530 vstmia $keysched, {q0-q1}
1578 vmov.i32 q1, #0
1579 vstmia sp!, {q0-q1}
1993 vmov.i32 q1, #0
1998 vstmia sp!, {q0-q1}
2436 vmov.i32 q1, #0
2441 vstmia sp!, {q0-q1}
H A Dsha1-armv7-neon.S70 #define W7 q1
/linux-4.4.14/drivers/isdn/hardware/eicon/
H A Dcapidtmf.c188 long c, d, q0, q1, q2; capidtmf_goertzel_loop() local
192 q1 = buffer[i]; capidtmf_goertzel_loop()
200 q0 = sample[j] - q2 + (c * (q1 >> 16)) + (((dword)(((dword) d) * ((dword)(q1 & 0xffff)))) >> 15); capidtmf_goertzel_loop()
201 q2 = q1; capidtmf_goertzel_loop()
202 q1 = q0; capidtmf_goertzel_loop()
211 q0 = sample[j] - q2 - ((c * (q1 >> 16)) + (((dword)(((dword) d) * ((dword)(q1 & 0xffff)))) >> 15)); capidtmf_goertzel_loop()
212 q2 = q1; capidtmf_goertzel_loop()
213 q1 = q0; capidtmf_goertzel_loop()
216 buffer[i] = q1; capidtmf_goertzel_loop()
219 q1 = buffer[i]; capidtmf_goertzel_loop()
226 q0 = sample[j] - q2 + (c * (q1 >> 16)) + (((dword)(((dword)(c >> 1)) * ((dword)(q1 & 0xffff)))) >> 15); capidtmf_goertzel_loop()
227 q2 = q1; capidtmf_goertzel_loop()
228 q1 = q0; capidtmf_goertzel_loop()
237 q0 = sample[j] - q2 - ((c * (q1 >> 16)) + (((dword)(((dword)(c >> 1)) * ((dword)(q1 & 0xffff)))) >> 15)); capidtmf_goertzel_loop()
238 q2 = q1; capidtmf_goertzel_loop()
239 q1 = q0; capidtmf_goertzel_loop()
244 buffer[i] = q1; capidtmf_goertzel_loop()
252 long d, e, q1, q2, lo, mid, hi; capidtmf_goertzel_result() local
257 q1 = buffer[i]; capidtmf_goertzel_result()
261 d = ((d << 1) * (-q1 >> 16)) + (((dword)(((dword) d) * ((dword)(-q1 & 0xffff)))) >> 15); capidtmf_goertzel_result()
263 d = ((-d << 1) * (-q1 >> 16)) + (((dword)(((dword) -d) * ((dword)(-q1 & 0xffff)))) >> 15); capidtmf_goertzel_result()
298 d = (q1 >= 0) ? q1 : -q1; capidtmf_goertzel_result()
/linux-4.4.14/include/linux/
H A Dleds-bd2802.h5 * Kim Kyuwon <q1.kim@samsung.com>
/linux-4.4.14/arch/ia64/lib/
H A Didiv32.S67 (p6) fma.s1 f8 = f6, f8, f8 // q1 = e0*q0 + q0
73 (p6) fma.s1 f6 = f6, f8, f8 // q2 = e1*q1 + q1
H A Didiv64.S54 (p6) fma.s1 f10 = f7, f6, f7 // q1 = q0*e0 + q0
60 (p6) fma.s1 f10 = f10, f7, f10 // q2 = q1*e1 + q1
/linux-4.4.14/crypto/
H A Dtwofish_common.c57 /* These two tables are the q0 and q1 permutations, exactly as described in
85 static const u8 q1[256] = { variable
110 /* These MDS tables are actually tables of MDS composed with q0 and q1,
116 * mds[0][i] = MDS (q1[i] 0 0 0)^T mds[1][i] = MDS (0 q0[i] 0 0)^T
117 * mds[2][i] = MDS (0 0 q1[i] 0)^T mds[3][i] = MDS (0 0 0 q0[i])^T
409 * S-box entries, preprocessed through q0 and q1. */
494 * are the index numbers preprocessed through the q0 and q1 tables
500 ctx->s[2][i] = mds[2][q1[(a) ^ sc] ^ sg]; \
501 ctx->s[3][i] = mds[3][q1[(b) ^ sd] ^ sh]
507 ctx->s[1][i] = mds[1][q0[q1[(b) ^ sb] ^ sf] ^ sj]; \
508 ctx->s[2][i] = mds[2][q1[q0[(a) ^ sc] ^ sg] ^ sk]; \
509 ctx->s[3][i] = mds[3][q1[q1[(a) ^ sd] ^ sh] ^ sl];
514 ctx->s[0][i] = mds[0][q0[q0[q1[(b) ^ sa] ^ se] ^ si] ^ sm]; \
515 ctx->s[1][i] = mds[1][q0[q1[q1[(a) ^ sb] ^ sf] ^ sj] ^ sn]; \
516 ctx->s[2][i] = mds[2][q1[q0[q0[(a) ^ sc] ^ sg] ^ sk] ^ so]; \
517 ctx->s[3][i] = mds[3][q1[q1[q0[(b) ^ sd] ^ sh] ^ sl] ^ sp];
523 * preprocessed through q0 and q1 respectively; for longer keys they are the
534 * preprocessed through q1; j is the index of the first key byte to use.
539 * preprocessed through q0 and q1 respectively; j is the index of the first
546 ^ mds[2][q1[c ^ key[(j) + 10]] ^ key[(j) + 2]] \
547 ^ mds[3][q1[d ^ key[(j) + 11]] ^ key[(j) + 3]]
558 q1[b ^ key[(j) + 17]], \
560 q1[d ^ key[(j) + 19]], j)
570 CALC_K192_2 (q1[b ^ key[(j) + 24]], \
571 q1[a ^ key[(j) + 25]], \
666 CALC_K256 (w, i, q0[i], q1[i], q0[i+1], q1[i+1]); __twofish_setkey()
669 CALC_K256 (k, i, q0[i+8], q1[i+8], q0[i+9], q1[i+9]); __twofish_setkey()
679 CALC_K192 (w, i, q0[i], q1[i], q0[i+1], q1[i+1]); __twofish_setkey()
682 CALC_K192 (k, i, q0[i+8], q1[i+8], q0[i+9], q1[i+9]); __twofish_setkey()
692 CALC_K (w, i, q0[i], q1[i], q0[i+1], q1[i+1]); __twofish_setkey()
695 CALC_K (k, i, q0[i+8], q1[i+8], q0[i+9], q1[i+9]); __twofish_setkey()
/linux-4.4.14/arch/arm64/include/asm/
H A Dfpsimdmacros.h21 stp q0, q1, [\state, #16 * 0] variable
57 ldp q0, q1, [\state, #16 * 0] variable
103 stp q0, q1, [\state, #-16 * 0 - 16] variable
131 ldp q0, q1, [\state, #-16 * 0 - 16] variable
/linux-4.4.14/drivers/net/ethernet/brocade/bna/
H A Dbna_tx_rx.c1625 struct bna_rxq *q0 = NULL, *q1 = NULL; bna_bfi_rx_enet_start() local
1638 GET_RXQS(rxp, q0, q1); bna_bfi_rx_enet_start()
1644 &q1->qpt); bna_bfi_rx_enet_start()
1646 htons((u16)q1->buffer_size); bna_bfi_rx_enet_start()
1840 struct bna_rxq *q1) bna_rxp_add_rxqs()
1849 rxp->rxq.slr.small = q1; bna_rxp_add_rxqs()
1853 rxp->rxq.hds.hdr = q1; bna_rxp_add_rxqs()
2098 struct bna_rxq *q0 = NULL, *q1 = NULL; bna_bfi_rx_enet_start_rsp() local
2108 GET_RXQS(rxp, q0, q1); bna_bfi_rx_enet_start_rsp()
2119 if (q1) { bna_bfi_rx_enet_start_rsp()
2120 q1->rcb->q_dbell = bna_bfi_rx_enet_start_rsp()
2123 q1->hw_id = cfg_rsp->q_handles[i].hw_sqid; bna_bfi_rx_enet_start_rsp()
2130 if (q1) bna_bfi_rx_enet_start_rsp()
2131 q1->rcb->producer_index = q1->rcb->consumer_index = 0; bna_bfi_rx_enet_start_rsp()
2268 struct bna_rxq *q1; bna_rx_create() local
2357 q1 = NULL; bna_rx_create()
2359 q1 = bna_rxq_get(rx_mod); bna_rx_create()
2383 bna_rxp_add_rxqs(rxp, q0, q1); bna_rx_create()
2413 if (q1) { bna_rx_create()
2414 q1->rx = rx; bna_rx_create()
2415 q1->rxp = rxp; bna_rx_create()
2417 q1->rcb = (struct bna_rcb *) rcb_mem[rcb_idx].kva; bna_rx_create()
2418 q1->rcb->unmap_q = (void *)hqunmap_mem[hq_idx].kva; bna_rx_create()
2420 q1->rcb->q_depth = rx_cfg->q1_depth; bna_rx_create()
2421 q1->q_depth = rx_cfg->q1_depth; bna_rx_create()
2422 q1->multi_buffer = BNA_STATUS_T_DISABLED; bna_rx_create()
2423 q1->num_vecs = 1; bna_rx_create()
2424 q1->rcb->rxq = q1; bna_rx_create()
2425 q1->rcb->bnad = bna->bnad; bna_rx_create()
2426 q1->rcb->id = 1; bna_rx_create()
2427 q1->buffer_size = (rx_cfg->rxp_type == BNA_RXP_HDS) ? bna_rx_create()
2430 q1->rx_packets = q1->rx_bytes = 0; bna_rx_create()
2431 q1->rx_packets_with_error = q1->rxbuf_alloc_failed = 0; bna_rx_create()
2432 q1->rxbuf_map_failed = 0; bna_rx_create()
2434 bna_rxq_qpt_setup(q1, rxp, hpage_count, PAGE_SIZE, bna_rx_create()
2439 rx->rcb_setup_cbfn(bnad, q1->rcb); bna_rx_create()
2456 if (q1) { bna_rx_create()
2457 rxp->cq.ccb->rcb[1] = q1->rcb; bna_rx_create()
2458 q1->rcb->ccb = rxp->cq.ccb; bna_rx_create()
2495 struct bna_rxq *q1 = NULL; bna_rx_destroy() local
2504 GET_RXQS(rxp, q0, q1); bna_rx_destroy()
2512 if (q1) { bna_rx_destroy()
2514 rx->rcb_destroy_cbfn(rx->bna->bnad, q1->rcb); bna_rx_destroy()
2515 q1->rcb = NULL; bna_rx_destroy()
2516 q1->rxp = NULL; bna_rx_destroy()
2517 q1->rx = NULL; bna_rx_destroy()
2518 bna_rxq_put(rx_mod, q1); bna_rx_destroy()
1839 bna_rxp_add_rxqs(struct bna_rxp *rxp, struct bna_rxq *q0, struct bna_rxq *q1) bna_rxp_add_rxqs() argument
H A Dbna.h189 #define GET_RXQS(rxp, q0, q1) do { \
193 (q1) = NULL; \
197 (q1) = rxp->rxq.slr.small; \
201 (q1) = rxp->rxq.hds.hdr; \
H A Dbnad.c2095 /* initialize for q1 for BNA_RXP_SLR/BNA_RXP_HDS */ bnad_init_rx_config()
/linux-4.4.14/drivers/spi/
H A Dspi-pxa2xx.c768 unsigned long q, q1, q2; quark_x1000_get_clk_div() local
778 q1 = DIV_ROUND_UP(fref1, rate); quark_x1000_get_clk_div()
780 /* Scale q1 if it's too big */ quark_x1000_get_clk_div()
781 if (q1 > 256) { quark_x1000_get_clk_div()
782 /* Scale q1 to range [1, 512] */ quark_x1000_get_clk_div()
783 scale = fls_long(q1 - 1); quark_x1000_get_clk_div()
785 q1 >>= scale - 9; quark_x1000_get_clk_div()
790 q1 += q1 & 1; quark_x1000_get_clk_div()
794 scale = __ffs(q1); quark_x1000_get_clk_div()
795 q1 >>= scale; quark_x1000_get_clk_div()
799 r1 = abs(fref1 / (1 << (24 - fls_long(mul))) / q1 - rate); quark_x1000_get_clk_div()
814 q = q1; quark_x1000_get_clk_div()
828 q1 = DIV_ROUND_UP(fref, rate); quark_x1000_get_clk_div()
829 m = (1 << 24) / q1; quark_x1000_get_clk_div()
/linux-4.4.14/drivers/tty/vt/
H A Dconsolemap.c446 u16 **p1, **q1; con_unify_unimap() local
447 p1 = p->uni_pgdir[j]; q1 = q->uni_pgdir[j]; con_unify_unimap()
448 if (!p1 && !q1) con_unify_unimap()
450 if (!p1 || !q1) con_unify_unimap()
453 if (!p1[k] && !q1[k]) con_unify_unimap()
455 if (!p1[k] || !q1[k]) con_unify_unimap()
457 if (memcmp(p1[k], q1[k], 64*sizeof(u16))) con_unify_unimap()
/linux-4.4.14/drivers/net/fddi/skfp/h/
H A Dskfbi.h534 #define IS_R1_P (1L<<15) /* Bit 15: Parity Error (q1) */
535 #define IS_R1_B (1L<<14) /* Bit 14: End of Buffer (q1) */
536 #define IS_R1_F (1L<<13) /* Bit 13: End of Frame (q1) */
537 #define IS_R1_C (1L<<12) /* Bit 12: Encoding Error (q1) */
583 #define IRQ_R1_P (1L<<15) /* Bit 15: Parity Error (q1) */
584 #define IRQ_R1_B (1L<<14) /* Bit 14: End of Buffer (q1) */
585 #define IRQ_R1_F (1L<<13) /* Bit 13: End of Frame (q1) */
586 #define IRQ_R1_C (1L<<12) /* Bit 12: Encoding Error (q1) */
725 /* B4_R1_D 4*32 bit current receive Descriptor (q1) */
726 /* B4_R1_DA 32 bit current rec desc address (q1) */
727 /* B4_R1_AC 32 bit current receive Address Count (q1) */
728 /* B4_R1_BC 32 bit current receive Byte Counter (q1) */
729 /* B4_R1_CSR 32 bit BMU Control/Status Register (q1) */
730 /* B4_R1_F 32 bit flag register (q1) */
731 /* B4_R1_T1 32 bit Test Register 1 (q1) */
732 /* B4_R1_T2 32 bit Test Register 2 (q1) */
733 /* B4_R1_T3 32 bit Test Register 3 (q1) */
H A Dsupern_2.h307 #define FM_SWPXA1 0x36 /* r/w the shad. wr.-ptr. for asyn.q1*/
438 #define FM_STECFRMA1 0x0040 /* transmit end of chain of asyn. q1 */
/linux-4.4.14/arch/blackfin/include/asm/
H A Dbfrom.h56 "q1"(0), bfrom_SoftReset()
/linux-4.4.14/drivers/input/keyboard/
H A Dmax7359_keypad.c5 * Kim Kyuwon <q1.kim@samsung.com>
296 MODULE_AUTHOR("Kim Kyuwon <q1.kim@samsung.com>");
/linux-4.4.14/drivers/scsi/
H A Dadvansys.c327 ASC_SCSIQ_1 q1; member in struct:asc_scsi_q
2509 q->q2.target_ix, q->q1.target_lun, q->q2.srb_tag, asc_prt_asc_scsi_q()
2514 (ulong)le32_to_cpu(q->q1.data_addr), asc_prt_asc_scsi_q()
2515 (ulong)le32_to_cpu(q->q1.data_cnt), asc_prt_asc_scsi_q()
2516 (ulong)le32_to_cpu(q->q1.sense_addr), q->q1.sense_len); asc_prt_asc_scsi_q()
2520 (ulong)q->sg_head, q->q1.sg_queue_cnt); asc_prt_asc_scsi_q()
7536 asc_scsi_q->q1.target_id = ASC_TID_TO_TARGET_ID(scp->device->id); asc_build_req()
7537 asc_scsi_q->q1.target_lun = scp->device->lun; asc_build_req()
7540 asc_scsi_q->q1.sense_addr = asc_get_sense_buffer_dma(scp); asc_build_req()
7541 asc_scsi_q->q1.sense_len = SCSI_SENSE_BUFFERSIZE; asc_build_req()
7542 if (!asc_scsi_q->q1.sense_addr) asc_build_req()
7590 asc_scsi_q->q1.cntl |= QC_SG_HEAD; asc_build_req()
7592 asc_scsi_q->q1.data_cnt = 0; asc_build_req()
7593 asc_scsi_q->q1.data_addr = 0; asc_build_req()
7595 asc_sg_head->entry_cnt = asc_scsi_q->q1.sg_queue_cnt = use_sg; asc_build_req()
7974 if (((asc_dvc->init_sdtr & scsiq->q1.target_id) != 0) && AscPutReadyQueue()
7975 ((asc_dvc->sdtr_done & scsiq->q1.target_id) == 0)) { AscPutReadyQueue()
7984 scsiq->q1.cntl |= QC_MSG_OUT; AscPutReadyQueue()
7987 if ((scsiq->q1.target_id & asc_dvc->use_tagged_qng) == 0) { AscPutReadyQueue()
7990 scsiq->q1.status = QS_FREE; AscPutReadyQueue()
7997 (uchar *)&scsiq->q1.cntl, AscPutReadyQueue()
8001 (ushort)(((ushort)scsiq->q1. AscPutReadyQueue()
8024 saved_data_addr = scsiq->q1.data_addr; AscPutReadySgListQueue()
8025 saved_data_cnt = scsiq->q1.data_cnt; AscPutReadySgListQueue()
8026 scsiq->q1.data_addr = cpu_to_le32(sg_head->sg_list[0].addr); AscPutReadySgListQueue()
8027 scsiq->q1.data_cnt = cpu_to_le32(sg_head->sg_list[0].bytes); AscPutReadySgListQueue()
8036 scsiq->q1.cntl |= QC_SG_HEAD; AscPutReadySgListQueue()
8039 scsiq->q1.sg_queue_cnt = sg_head->queue_cnt; AscPutReadySgListQueue()
8091 scsiq->q1.cntl &= ~QC_SG_HEAD; AscPutReadySgListQueue()
8094 scsiq->q1.data_addr = saved_data_addr; AscPutReadySgListQueue()
8095 scsiq->q1.data_cnt = saved_data_cnt; AscPutReadySgListQueue()
8120 scsiq->q1.q_no = free_q_head; AscSendScsiQueue()
8127 scsiq->q1.q_no = free_q_head; AscSendScsiQueue()
8182 scsiq->q1.q_no = 0; AscExeScsiQueue()
8184 scsiq->q1.extra_bytes = 0; AscExeScsiQueue()
8191 if ((asc_dvc->init_sdtr & scsiq->q1.target_id) != 0) { AscExeScsiQueue()
8192 asc_dvc->sdtr_done &= ~scsiq->q1.target_id; AscExeScsiQueue()
8202 scsiq->q1.cntl |= (QC_MSG_OUT | QC_URGENT); AscExeScsiQueue()
8210 if ((scsiq->q1.cntl & QC_SG_HEAD) != 0) { AscExeScsiQueue()
8220 scsiq->q1.data_addr = cpu_to_le32(sg_head->sg_list[0].addr); AscExeScsiQueue()
8221 scsiq->q1.data_cnt = cpu_to_le32(sg_head->sg_list[0].bytes); AscExeScsiQueue()
8222 scsiq->q1.cntl &= ~(QC_SG_HEAD | QC_SG_SWAP_QUEUE); AscExeScsiQueue()
8228 if ((asc_dvc->pci_fix_asyn_xfer & scsiq->q1.target_id) && AscExeScsiQueue()
8229 !(asc_dvc->pci_fix_asyn_xfer_always & scsiq->q1.target_id)) { AscExeScsiQueue()
8230 if (scsiq->q1.cntl & QC_SG_HEAD) { AscExeScsiQueue()
8237 data_cnt = le32_to_cpu(scsiq->q1.data_cnt); AscExeScsiQueue()
8266 if ((scsiq->q1.cntl & QC_SG_HEAD) != 0) { AscExeScsiQueue()
8289 scsiq->q1.extra_bytes = AscExeScsiQueue()
8310 || ((scsiq->q1.cntl & QC_URGENT) != 0)) { AscExeScsiQueue()
8324 le32_to_cpu(scsiq->q1.data_addr) + AscExeScsiQueue()
8325 le32_to_cpu(scsiq->q1.data_cnt); AscExeScsiQueue()
8335 le32_to_cpu(scsiq->q1. AscExeScsiQueue()
8342 scsiq->q1.data_cnt = AscExeScsiQueue()
8345 scsiq->q1.extra_bytes = AscExeScsiQueue()
8354 ((scsiq->q1.cntl & QC_URGENT) != 0)) { AscExeScsiQueue()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_main.c2142 int q1 = pi->first_qset; cxgb_extension_ioctl() local
2176 q1 = 0; for_each_port()
2183 if (t.qset_idx < q1)
2185 if (t.qset_idx > q1 + nqsets - 1)
2241 int q1 = pi->first_qset; local
2250 q1 = 0; for_each_port()
2260 q = &adapter->params.sge.qset[q1 + t.qset_idx];
2271 t.qnum = q1;
2274 t.vector = adapter->msix_info[q1 + t.qset_idx + 1].vec;
H A Dsge.c2594 struct sge_rspq *q1 = &adap->sge.qs[1].rspq; t3_intr_msi() local
2596 t3_write_reg(adap, A_SG_GTS, V_RSPQ(q1->cntxt_id) | t3_intr_msi()
2597 V_NEWTIMER(q1->next_holdoff) | t3_intr_msi()
2598 V_NEWINDEX(q1->cidx)); t3_intr_msi()
2671 struct sge_rspq *q1 = &adap->sge.qs[1].rspq; t3_intr() local
2677 is_new_response(&q1->desc[q1->cidx], q1); t3_intr()
2687 process_responses_gts(adap, q1); t3_intr()
/linux-4.4.14/drivers/leds/
H A Dleds-bd2802.c5 * Kim Kyuwon <q1.kim@samsung.com>
807 MODULE_AUTHOR("Kim Kyuwon <q1.kim@samsung.com>");

Completed in 1044 milliseconds