Searched defs:is_short (Results 1 – 12 of 12) sorted by relevance
/linux-6.6.21/arch/powerpc/kernel/ |
D | static_call.c | 12 bool is_short = is_offset_in_branch_range((long)target - (long)tramp); in arch_static_call_transform() local
|
/linux-6.6.21/arch/arc/include/asm/ |
D | kprobes.h | 22 int is_short; member
|
/linux-6.6.21/drivers/usb/gadget/udc/ |
D | pxa27x_udc.c | 871 int count, is_short, completed = 0; in read_fifo() local 907 int count, is_short, is_last = 0, completed = 0, totcount = 0; in write_fifo() local 972 int count, is_short, completed = 0; in read_ep0_fifo() local 1011 int is_last, is_short; in write_ep0_fifo() local
|
D | pxa25x_udc.c | 599 int is_last, is_short; in write_fifo() local 663 int is_short; in write_ep0_fifo() local 725 unsigned bufferspace, count, is_short; in read_fifo() local
|
D | net2272.c | 497 unsigned is_short; in net2272_read_packet() local 538 unsigned is_short; in net2272_read_fifo() local
|
D | udc-xilinx.c | 589 u32 is_short, count, bufferspace; in xudc_read_fifo() local 683 int is_last, is_short = 0; in xudc_write_fifo() local
|
D | goku_udc.c | 413 unsigned bufferspace, is_short, dbuff; in read_fifo() local
|
D | renesas_usbf.c | 1064 static void usbf_epn_dma_out_send_dma(struct usbf_ep *epn, dma_addr_t addr, u32 npkt, bool is_short) in usbf_epn_dma_out_send_dma() 1135 static size_t usbf_epn_dma_out_complete_dma(struct usbf_ep *epn, bool is_short) in usbf_epn_dma_out_complete_dma()
|
D | net2280.c | 712 unsigned count, tmp, is_short; in read_fifo() local
|
D | dummy_hcd.c | 1410 int is_short, to_host; in transfer() local
|
/linux-6.6.21/drivers/usb/usbip/ |
D | vudc_transfer.c | 193 int is_short, to_host; in transfer() local
|
/linux-6.6.21/drivers/usb/renesas_usbhs/ |
D | fifo.c | 513 int is_short; in usbhsf_pio_try_push() local 946 int is_short = pkt->trans % usbhs_pipe_get_maxpacket(pipe); in usbhsf_dma_push_done() local
|