Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/input/keyboard/
Dlkkbd.c348 static void lkkbd_detection_done(struct lkkbd *lk) in lkkbd_detection_done() argument
355 lk->keycode[0xb1] = KEY_COMPOSE; in lkkbd_detection_done()
360 switch (lk->id[4]) { in lkkbd_detection_done()
362 strlcpy(lk->name, "DEC LK201 keyboard", sizeof(lk->name)); in lkkbd_detection_done()
365 lk->keycode[0xb1] = KEY_LEFTALT; in lkkbd_detection_done()
369 strlcpy(lk->name, "DEC LK401 keyboard", sizeof(lk->name)); in lkkbd_detection_done()
373 strlcpy(lk->name, "Unknown DEC keyboard", sizeof(lk->name)); in lkkbd_detection_done()
376 "Jan-Benedict Glaw <jbglaw@lug-owl.de>\n", lk->phys); in lkkbd_detection_done()
379 printk(" 0x%02x", lk->id[i]); in lkkbd_detection_done()
385 lk->phys, lk->name); in lkkbd_detection_done()
[all …]
/Linux-v5.10/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,
1268 Changes since lk 2.4 series
/Linux-v5.10/drivers/net/can/peak_canfd/
Dpeak_pciefd_main.c512 struct pciefd_tx_link *lk; in pciefd_alloc_tx_msg() local
525 lk = page->vbase + page->offset; in pciefd_alloc_tx_msg()
533 lk->size = cpu_to_le16(sizeof(*lk)); in pciefd_alloc_tx_msg()
534 lk->type = cpu_to_le16(CANFD_MSG_LNK_TX); in pciefd_alloc_tx_msg()
535 lk->laddr_lo = cpu_to_le32(page->lbase); in pciefd_alloc_tx_msg()
538 lk->laddr_hi = cpu_to_le32(page->lbase >> 32); in pciefd_alloc_tx_msg()
540 lk->laddr_hi = 0; in pciefd_alloc_tx_msg()
/Linux-v5.10/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-v5.10/drivers/clk/ti/
Dclock.h97 .lk = { \
155 struct clk_lookup lk; member
161 .lk = { \
Dclk.c194 c->lk.clk = clk; in ti_dt_clocks_register()
195 clkdev_add(&c->lk); in ti_dt_clocks_register()
/Linux-v5.10/arch/arm/mach-omap1/
Dclock.h23 struct clk_lookup lk; member
29 .lk = { \
Dclock_data.c787 clk_preinit(c->lk.clk); in omap1_clk_init()
803 clkdev_add(&c->lk); in omap1_clk_init()
804 clk_register(c->lk.clk); in omap1_clk_init()
/Linux-v5.10/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-v5.10/include/uapi/linux/
Dfuse.h682 struct fuse_file_lock lk; member
688 struct fuse_file_lock lk; member
/Linux-v5.10/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-v5.10/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-v5.10/Documentation/hwmon/
Dadm9240.rst40 - Grant Coady <gcoady.lk@gmail.com> with guidance
/Linux-v5.10/fs/fuse/
Dfile.c2408 inarg->lk.start = fl->fl_start; in fuse_lk_fill()
2409 inarg->lk.end = fl->fl_end; in fuse_lk_fill()
2410 inarg->lk.type = fl->fl_type; in fuse_lk_fill()
2411 inarg->lk.pid = pid; in fuse_lk_fill()
2436 err = convert_fuse_file_lock(fm->fc, &outarg.lk, fl); in fuse_getlk()