/kernel/linux/linux-5.10/block/ |
D | bsg.c | 286 struct bsg_class_device *bcd; in bsg_get_device() local 292 bcd = idr_find(&bsg_minor_idr, iminor(inode)); in bsg_get_device() 294 if (!bcd) { in bsg_get_device() 299 bd = __bsg_get_device(iminor(inode), bcd->queue); in bsg_get_device() 301 bd = bsg_add_device(inode, bcd->queue, file); in bsg_get_device() 397 struct bsg_class_device *bcd = &q->bsg_dev; in bsg_unregister_queue() local 399 if (!bcd->class_dev) in bsg_unregister_queue() 403 idr_remove(&bsg_minor_idr, bcd->minor); in bsg_unregister_queue() 406 device_unregister(bcd->class_dev); in bsg_unregister_queue() 407 bcd->class_dev = NULL; in bsg_unregister_queue() [all …]
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
D | decbin.S | 4 | Description: Converts normalized packed bcd value pointed to by 7 | Input: Normalized packed bcd value in ETEMP(a6). 9 | Output: Exact floating-point representation of the packed bcd value. 20 | Expected is a normal bcd (i.e. non-exceptional; all inf, zero, 24 | A1. Convert the bcd exponent to binary by successive adds and muls. 30 | A2. Convert the bcd mantissa to binary by successive 37 | bcd string. If SE is positive, count the leading zeros; 41 | mantissa the equivalent of forcing in the bcd value: 124 | 1. Copy bcd value in memory for use as a working copy. 137 | ( ) d4: first word of bcd [all …]
|
D | binstr.S | 5 | Description: Converts a 64-bit binary integer to bcd. 8 | d0, and a pointer to start in memory for bcd characters 12 | Output: LEN bcd digits representing the 64-bit integer. 36 | into d2:d3. D1 will contain the bcd digit formed. 57 | a0: pointer into memory for packed bcd string formation
|
D | bindec.S | 8 | to bcd format. 55 | in the output before conversion to bcd. LAMBDA is the 92 | A14. Convert the mantissa to bcd. 94 | mantissa to bcd in memory. The input to binstr is 97 | The bcd digits are stored in the correct position in 100 | A15. Convert the exponent to bcd. 101 | As in A14 above, the exp is converted to bcd and the 331 | in the output before conversion to bcd. LAMBDA is the sign 626 | a0: pointer into memory for packed bcd string formation
|
/kernel/linux/linux-5.10/drivers/usb/storage/ |
D | usual-tables.c | 94 unsigned vid, pid, bcd; in usb_usual_ignore_device() local 100 bcd = le16_to_cpu(udev->descriptor.bcdDevice); in usb_usual_ignore_device() 104 p->bcdmin <= bcd && p->bcdmax >= bcd) in usb_usual_ignore_device()
|
/kernel/linux/linux-5.10/drivers/rtc/ |
D | rtc-ds1305.c | 105 static unsigned bcd2hour(u8 bcd) in bcd2hour() argument 107 if (bcd & DS1305_HR_12) { in bcd2hour() 110 bcd &= ~DS1305_HR_12; in bcd2hour() 111 if (bcd & DS1305_HR_PM) { in bcd2hour() 113 bcd &= ~DS1305_HR_PM; in bcd2hour() 115 hour += bcd2bin(bcd); in bcd2hour() 118 return bcd2bin(bcd); in bcd2hour()
|
/kernel/linux/linux-5.10/include/linux/usb/ |
D | pd_vdo.h | 139 #define VDO_PRODUCT(pid, bcd) (((pid) & 0xffff) << 16 | ((bcd) & 0xffff)) argument
|
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/powerpc/ |
D | mapfile.csv | 16 004[bcd][[:xdigit:]]{4},1,power8,core
|
/kernel/linux/linux-5.10/arch/x86/kvm/ |
D | i8254.h | 20 u8 bcd; /* not supported */ member
|
D | i8254.c | 193 c->bcd); in pit_latch_status() 485 s->bcd = val & 1; in pit_ioport_write()
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | configfs-usb-gadget | 28 bcdDevice bcd device release number 29 bcdUSB bcd USB specification version number
|
/kernel/linux/linux-5.10/arch/x86/math-emu/ |
D | reg_ld_str.c | 302 u_char bcd; in FPU_load_bcd() local 312 FPU_get_user(bcd, s + pos); in FPU_load_bcd() 314 l += bcd >> 4; in FPU_load_bcd() 316 l += bcd & 0x0f; in FPU_load_bcd()
|
/kernel/linux/linux-5.10/scripts/mod/ |
D | file2alias.c | 227 static unsigned int incbcd(unsigned int *bcd, in incbcd() argument 232 unsigned int init = *bcd, i, j; in incbcd() 237 *bcd += inc; in incbcd() 243 c = (*bcd >> (i << 2)) & 0xf; in incbcd() 252 *bcd = 0; in incbcd() 259 *bcd += c << (i << 2); in incbcd()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/sgi/ |
D | hpc3.h | 66 volatile u32 bcd; /* byte count info */ member
|
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/ |
D | kvm.h | 266 __u8 bcd; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/ |
D | kvm.h | 232 __u8 bcd; member
|
/kernel/linux/linux-5.10/tools/arch/x86/include/uapi/asm/ |
D | kvm.h | 266 __u8 bcd; member
|
/kernel/linux/linux-5.10/lib/ |
D | Makefile | 47 obj-y += bcd.o sort.o parser.o debug_locks.o random32.o \
|
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/ |
D | hispark_taurus.patch | 52834 +#include <linux/bcd.h>
|
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/ |
D | hispark_taurus.patch | 354267 +#include <linux/bcd.h>
|