Home
last modified time | relevance | path

Searched refs:U (Results 1 – 25 of 104) sorted by relevance

12345

/drivers/tty/vt/
Dcp437.uni15 0x00 U+0000
16 0x01 U+263a
17 0x02 U+263b
18 0x03 U+2665
19 0x04 U+2666 U+25c6
20 0x05 U+2663
21 0x06 U+2660
22 0x07 U+2022
23 0x08 U+25d8
24 0x09 U+25cb
[all …]
Ddefkeymap.map342 compose '`' 'U' to '�'
344 compose '\'' 'U' to '�'
346 compose '^' 'U' to '�'
348 compose '"' 'U' to '�'
Ddefkeymap.c_shipped252 {'`', 'U', 0331}, {'`', 'u', 0371},
253 {'\'', 'U', 0332}, {'\'', 'u', 0372},
254 {'^', 'U', 0333}, {'^', 'u', 0373},
255 {'"', 'U', 0334}, {'"', 'u', 0374},
Dkeyboard.c380 sym = U(key_maps[0][k]); in do_compute_shiftstate()
1421 keysym = U(K(KT_BRL, keycode - KEY_BRL_DOT1 + 1)); in kbd_keycode()
1892 val = U(key_map[i]); in vt_do_kdsk_ioctl()
1908 if (key_map[0] == U(K_ALLOCATED)) { in vt_do_kdsk_ioctl()
1947 key_map[0] = U(K_ALLOCATED); in vt_do_kdsk_ioctl()
1949 key_map[j] = U(K_HOLE); in vt_do_kdsk_ioctl()
1954 ov = U(key_map[i]); in vt_do_kdsk_ioctl()
1964 key_map[i] = U(v); in vt_do_kdsk_ioctl()
/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Ddisp.c32 struct bit_entry U; in nvbios_disp_table() local
34 if (!bit_entry(bios, 'U', &U)) { in nvbios_disp_table()
35 if (U.version == 1) { in nvbios_disp_table()
36 u16 data = nvbios_rd16(bios, U.offset); in nvbios_disp_table()
/drivers/input/tablet/
DKconfig28 tristate "Aiptek 6000U/8000U and Genius G_PEN tablet support (USB)"
32 Say Y here if you want to use the USB version of the Aiptek 6000U,
33 Aiptek 8000U or Genius G-PEN 560 tablet. Make sure to say Y to
/drivers/scsi/snic/
Dvnic_devcmd.h39 #define _CMD_DIR_NONE 0U
47 #define _CMD_FLAGS_NONE 0U
53 #define _CMD_VTYPE_NONE 0U
/drivers/scsi/fnic/
Dvnic_devcmd.h39 #define _CMD_DIR_NONE 0U
47 #define _CMD_FLAGS_NONE 0U
53 #define _CMD_VTYPE_NONE 0U
/drivers/clocksource/
Dtimer-stm32.c144 writel_relaxed(~0U, data->base + TIM_ARR); in stm32_clockevent_init()
146 if (max_delta == ~0U) { in stm32_clockevent_init()
/drivers/net/ethernet/cisco/enic/
Dvnic_devcmd.h41 #define _CMD_DIR_NONE 0U
49 #define _CMD_FLAGS_NONE 0U
55 #define _CMD_VTYPE_NONE 0U
/drivers/s390/char/
Dkeyboard.c353 val = U(key_map[tmp.kb_index]); in do_kdsk_ioctl()
386 key_map[j] = U(K_HOLE); in do_kdsk_ioctl()
388 ov = U(key_map[tmp.kb_index]); in do_kdsk_ioctl()
397 key_map[tmp.kb_index] = U(tmp.kb_value); in do_kdsk_ioctl()
Ddiag_ftp.c31 #define DIAG_FTP_STAT_OK 0U /* request completed successfully */
/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_hdr.h358 #define NETXEN_DMA_BASE(U) (NETXEN_CRB_PCIX_MD + 0x20000 + ((U)<<16)) argument
359 #define NETXEN_DMA_COMMAND(U) (NETXEN_DMA_BASE(U) + 0x00008) argument
/drivers/input/mouse/
Dfocaltech.c145 clamped_x = clamp(finger->x, 0U, priv->x_max); in focaltech_report_state()
146 clamped_y = clamp(finger->y, 0U, priv->y_max); in focaltech_report_state()
/drivers/gpio/
Dgpio-mxs.c307 writel(~0U, port->base + PINCTRL_PIN2IRQ(port)); in mxs_gpio_probe()
311 writel(~0U, port->base + PINCTRL_IRQSTAT(port) + MXS_CLR); in mxs_gpio_probe()
/drivers/staging/vme/devices/
DKconfig18 Say Y here to include support for the GE PIO2. The PIO2 is a 6U VME
/drivers/net/wireless/realtek/rtl8xxxu/
DKconfig5 tristate "RTL8723AU/RTL8188[CR]U/RTL819[12]CU (mac80211) support"
/drivers/tty/ipwireless/
Dnetwork.c274 network->xaccm[0] = ~0U; in do_go_online()
276 network->raccm = ~0U; in do_go_online()
/drivers/isdn/hysdn/
Dhysdn_defs.h109 #define BD_NONE 0U
/drivers/clk/rockchip/
Dclk.h82 .rate = _rate##U, \
91 .rate = _rate##U, \
/drivers/net/wireless/iwlwifi/
DKconfig93 bool "enable U-APSD by default"
96 Say Y here to enable U-APSD by default. This may cause
/drivers/infiniband/ulp/srp/
Dib_srp.h65 SRP_TAG_NO_REQ = ~0U,
/drivers/media/usb/usbvision/
Dusbvision-core.c707 static unsigned char *Y, *U, *V; in usbvision_parse_compress() local
765 U = usbvision->intra_frame_buffer + image_size + (frame->frmwidth / 2) * (frame->curline / 2); in usbvision_parse_compress()
789 usbvision_decompress(usbvision, strip_data, U, &block_pos, &block_type_pos, idx_end / 2); in usbvision_parse_compress()
799 *f++ = idx & 0x01 ? U[idx / 2] : V[idx / 2]; in usbvision_parse_compress()
803 *u++ = U[idx >> 1]; in usbvision_parse_compress()
811 *u++ = U[idx >> 1]; in usbvision_parse_compress()
815 YUV_TO_RGB_BY_THE_BOOK(Y[idx], U[idx / 2], V[idx / 2], rv, gv, bv); in usbvision_parse_compress()
/drivers/net/ppp/
Dppp_synctty.c178 ap->xaccm[0] = ~0U; in ppp_sync_open()
180 ap->raccm = ~0U; in ppp_sync_open()
/drivers/media/usb/dvb-usb/
DKconfig217 tristate "WideView WT-200U and WT-220U (pen) DVB-T USB2.0 support (Yakumo/Hama/Typhoon/Yuan)"
224 The WT-220U and its clones are pen-sized.

12345