Home
last modified time | relevance | path

Searched refs:lk (Results 1 – 18 of 18) sorted by relevance

/linux-6.1.9/drivers/input/keyboard/
Dlkkbd.c345 static void lkkbd_detection_done(struct lkkbd *lk) in lkkbd_detection_done() argument
352 lk->keycode[0xb1] = KEY_COMPOSE; in lkkbd_detection_done()
357 switch (lk->id[4]) { in lkkbd_detection_done()
359 strscpy(lk->name, "DEC LK201 keyboard", sizeof(lk->name)); in lkkbd_detection_done()
362 lk->keycode[0xb1] = KEY_LEFTALT; in lkkbd_detection_done()
366 strscpy(lk->name, "DEC LK401 keyboard", sizeof(lk->name)); in lkkbd_detection_done()
370 strscpy(lk->name, "Unknown DEC keyboard", sizeof(lk->name)); in lkkbd_detection_done()
373 "Jan-Benedict Glaw <jbglaw@lug-owl.de>\n", lk->phys); in lkkbd_detection_done()
376 printk(" 0x%02x", lk->id[i]); in lkkbd_detection_done()
382 lk->phys, lk->name); in lkkbd_detection_done()
[all …]
/linux-6.1.9/Documentation/scsi/
Dscsi-generic.rst25 There are three major versions of sg found in the linux kernel (lk):
26 - sg version 1 (original) from 1992 to early 1999 (lk 2.2.5) .
28 - sg version 2 from lk 2.2.6 in the 2.2 series. It is based on
30 - sg version 3 found in the lk 2.4 series (and the lk 2.5 series).
41 This describes the sg version 3 driver found in the lk 2.4 series.
48 Documentation for the version 2 sg driver found in the lk 2.2 series can
52 The original documentation for the sg driver (prior to lk 2.2.6) can be
71 sg3_utils for the sg version 3 driver found in lk 2.4
72 sg_utils for the sg version 2 (and original) driver found in lk 2.2
76 Both packages will work in the lk 2.4 series however sg3_utils offers more
[all …]
Dscsi.rst8 the SCSI subsystem in the Linux kernel (lk) 2.4 series. See:
Dscsi_mid_low_api.rst51 describing the SCSI subsystem in the lk 2.4 series. Two upper level
78 available. The older one, similar to what was found in the lk 2.4 series,
1263 Changes since lk 2.4 series
/linux-6.1.9/drivers/net/can/peak_canfd/
Dpeak_pciefd_main.c511 struct pciefd_tx_link *lk; in pciefd_alloc_tx_msg() local
524 lk = page->vbase + page->offset; in pciefd_alloc_tx_msg()
532 lk->size = cpu_to_le16(sizeof(*lk)); in pciefd_alloc_tx_msg()
533 lk->type = cpu_to_le16(CANFD_MSG_LNK_TX); in pciefd_alloc_tx_msg()
534 lk->laddr_lo = cpu_to_le32(page->lbase); in pciefd_alloc_tx_msg()
537 lk->laddr_hi = cpu_to_le32(page->lbase >> 32); in pciefd_alloc_tx_msg()
539 lk->laddr_hi = 0; in pciefd_alloc_tx_msg()
/linux-6.1.9/tools/memory-model/
Dlock.cat44 let lk-rmw = ([LKR] ; po-loc ; [LKW]) \ (po ; po)
45 let rmw = rmw | lk-rmw
48 flag ~empty LKW \ range(lk-rmw) as unpaired-LKW
49 flag ~empty LKR \ domain(lk-rmw) as unpaired-LKR
135 let rf = rf | ([IW | UL] ; singlestep(co) ; lk-rmw^-1)
/linux-6.1.9/arch/arm/mach-omap1/
Dclock_data.c809 if (c->lk.clk_hw->init) { /* NULL if provider already registered */ in omap1_clk_init()
810 const struct clk_init_data *init = c->lk.clk_hw->init; in omap1_clk_init()
811 const char *name = c->lk.clk_hw->init->name; in omap1_clk_init()
814 err = clk_hw_register(NULL, c->lk.clk_hw); in omap1_clk_init()
818 c->lk.clk_hw->init = init; in omap1_clk_init()
823 clk_hw_register_clkdev(c->lk.clk_hw, c->lk.con_id, c->lk.dev_id); in omap1_clk_init()
Dclock.h22 struct clk_lookup lk; member
28 .lk = { \
/linux-6.1.9/drivers/clk/ti/
Dclock.h89 .lk = { \
147 struct clk_lookup lk; member
153 .lk = { \
Dclk.c230 c->lk.clk = clk; in ti_dt_clocks_register()
231 clkdev_add(&c->lk); in ti_dt_clocks_register()
/linux-6.1.9/crypto/
Dserpent_generic.c275 __le32 *lk; in __serpent_setkey() local
287 lk = (__le32 *)k; in __serpent_setkey()
288 k[0] = le32_to_cpu(lk[0]); in __serpent_setkey()
289 k[1] = le32_to_cpu(lk[1]); in __serpent_setkey()
290 k[2] = le32_to_cpu(lk[2]); in __serpent_setkey()
291 k[3] = le32_to_cpu(lk[3]); in __serpent_setkey()
292 k[4] = le32_to_cpu(lk[4]); in __serpent_setkey()
293 k[5] = le32_to_cpu(lk[5]); in __serpent_setkey()
294 k[6] = le32_to_cpu(lk[6]); in __serpent_setkey()
295 k[7] = le32_to_cpu(lk[7]); in __serpent_setkey()
/linux-6.1.9/arch/sparc/kernel/
Dchmc.c81 int lk; member
508 lower_bits |= bp->lk; /* What bits don't matter for matching? */ in chmc_bank_match()
640 bp->lk = (val & MEM_DECODE_LK) >> MEM_DECODE_LK_SHIFT; in chmc_interpret_one_decode_reg()
647 switch(bp->lk) { in chmc_interpret_one_decode_reg()
/linux-6.1.9/include/uapi/linux/
Dfuse.h748 struct fuse_file_lock lk; member
754 struct fuse_file_lock lk; member
/linux-6.1.9/drivers/net/ethernet/marvell/prestera/
Dprestera_router_hw.c217 struct prestera_rif_entry_key lk; /* lookup key */ in prestera_rif_entry_find() local
219 if (__prestera_rif_entry_key_copy(k, &lk)) in prestera_rif_entry_find()
/linux-6.1.9/drivers/input/joystick/iforce/
Diforce-ff.c129 __u16 rsat, __u16 lsat, __s16 rk, __s16 lk, u16 db, __s16 center) in make_condition_modifier() argument
148 data[3] = (100 * lk) >> 15; /* This code is incorrect on cpus lacking arith shift */ in make_condition_modifier()
/linux-6.1.9/arch/powerpc/xmon/
Dppc-opc.c2342 #define B(op, aa, lk) (OP (op) | ((((unsigned long)(aa)) & 1) << 1) | ((lk) & 1)) argument
2346 #define BD8(op, aa, lk) (((((unsigned long)(op)) & 0x3f) << 10) | (((aa) & 1) << 9) | (((lk) & 1) <… argument
2363 #define BD15(op, aa, lk) (OP (op) | ((((unsigned long)(aa)) & 0xf) << 22) | ((lk) & 1)) argument
2367 #define EBD15(op, aa, bo, lk) (((op) & 0x3f) << 26) | (((aa) & 0xf) << 22) | (((bo) & 0x3) << 20) |… argument
2371 #define EBD15BI(op, aa, bo, bi, lk) (((op) & 0x3f) << 26) \ argument
2375 | ((lk) & 1)
2379 #define BD24(op, aa, lk) (OP (op) | ((((unsigned long)(aa)) & 1) << 25) | ((lk) & 1)) argument
2383 #define BBO(op, bo, aa, lk) (B ((op), (aa), (lk)) | ((((unsigned long)(bo)) & 0x1f) << 21)) argument
2397 #define BBOCB(op, bo, cb, aa, lk) \ argument
2398 (BBO ((op), (bo), (aa), (lk)) | ((((unsigned long)(cb)) & 0x3) << 16))
[all …]
/linux-6.1.9/Documentation/hwmon/
Dadm9240.rst40 - Grant Coady <gcoady.lk@gmail.com> with guidance
/linux-6.1.9/fs/fuse/
Dfile.c2498 inarg->lk.start = fl->fl_start; in fuse_lk_fill()
2499 inarg->lk.end = fl->fl_end; in fuse_lk_fill()
2500 inarg->lk.type = fl->fl_type; in fuse_lk_fill()
2501 inarg->lk.pid = pid; in fuse_lk_fill()
2526 err = convert_fuse_file_lock(fm->fc, &outarg.lk, fl); in fuse_getlk()