Searched refs:UD (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/drivers/block/ |
D | ataflop.c | 226 #define UD unit[drive] macro 446 FDC_WRITE( FDCREG_TRACK, UD.track ); in fd_select_drive() 526 if (++drive > 1 || !UD.connected) in check_change() 540 if (stat != UD.wpstat) { in check_change() 542 UD.wpstat = stat; in check_change() 758 if (UD.track == -1) in do_fd_action() 760 else if (UD.track != ReqTrack << UDT->stretch) in do_fd_action() 1341 if (UD.wpstat) { in floppy_check_events() 1359 if (UD.flags & FTD_MSG) in floppy_revalidate() 1443 if (!UD.connected) { in redo_fd_request() [all …]
|
/linux-4.1.27/drivers/video/fbdev/ |
D | bf537-lq035.c | 174 #define UD GPIO_PF13 /* Up / Down */ macro 385 #if (defined(UD) && defined(LBR)) in request_ports() 386 if (gpio_request_one(UD, GPIOF_OUT_INIT_LOW, KBUILD_MODNAME)) { in request_ports() 387 pr_err("requesting GPIO %d failed\n", UD); in request_ports() 393 gpio_free(UD); in request_ports() 400 #if (defined(UD) && defined(LBR)) in request_ports() 402 gpio_free(UD); in request_ports() 418 #if defined(UD) && defined(LBR) in free_ports() 420 gpio_free(UD); in free_ports() 564 #if (defined(UD) && defined(LBR)) in bfin_lq035_fb_rotate() [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/video/ |
D | sharp,ls037v7dw01.txt | 14 ordered MO, LR, and UD as specified in the LS037V7DW01.pdf file. 36 &gpio1 3 GPIO_ACTIVE_HIGH>; /* gpio3, lcd UD */
|
/linux-4.1.27/Documentation/infiniband/ |
D | ipoib.txt | 36 In datagram mode, the IB UD (Unreliable Datagram) transport is used 48 In connected mode, the interface's UD QP is still used for multicast 51 networking stack to use the smaller UD MTU for these neighbours.
|
/linux-4.1.27/include/rdma/ |
D | ib_pack.h | 167 IB_OPCODE(UD, SEND_ONLY), 168 IB_OPCODE(UD, SEND_ONLY_WITH_IMMEDIATE)
|
/linux-4.1.27/drivers/infiniband/ulp/ipoib/ |
D | Kconfig | 23 drops for multicast and UD mode traffic from this interface,
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | omap3-evm-common.dtsi | 87 &gpio1 3 GPIO_ACTIVE_HIGH>; /* gpio3, lcd UD */
|
/linux-4.1.27/drivers/infiniband/hw/mthca/ |
D | mthca_qp.c | 284 enum { RC, UC, UD, RD, RDEE, MLX, NUM_TRANS }; enumerator 291 case UD: return MTHCA_QP_ST_UD; in to_mthca_st() 586 if (qp->transport == MLX || qp->transport == UD) in __mthca_modify_qp() 924 case UD: in mthca_max_data_size() 993 case UD: in mthca_alloc_wqe_buf() 1283 case IB_QPT_UD: qp->transport = UD; break; in mthca_alloc_qp() 1710 case UD: in mthca_tavor_post_send() 2051 case UD: in mthca_arbel_post_send()
|
/linux-4.1.27/arch/x86/kvm/ |
D | trace.h | 251 EXS(DE), EXS(DB), EXS(BP), EXS(OF), EXS(BR), EXS(UD), EXS(NM), \
|