Home
last modified time | relevance | path

Searched refs:is_input (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/pinctrl/
A Dpinctrl-microchip-sgpio.c104 bool is_input; member
282 val = bank->is_input; in sgpio_pinconf_get()
286 val = !bank->is_input; in sgpio_pinconf_get()
290 if (bank->is_input) in sgpio_pinconf_get()
321 if (bank->is_input) in sgpio_pinconf_set()
375 return (input == bank->is_input) ? 0 : -EINVAL; in sgpio_gpio_set_direction()
447 return bank->is_input ? 0 : -EINVAL; in microchip_sgpio_direction_input()
458 if (bank->is_input) in microchip_sgpio_direction_output()
717 bank->is_input ? "in" : "out"); in microchip_sgpio_register_bank()
738 bank->is_input ? 'I' : 'O', in microchip_sgpio_register_bank()
[all …]
/linux/drivers/usb/host/
A Dehci-q.c584 int is_input; in qh_urb_transaction() local
603 is_input = usb_pipein (urb->pipe); in qh_urb_transaction()
643 if (is_input) in qh_urb_transaction()
668 if (is_input) in qh_urb_transaction()
768 int is_input, type; in qh_make() local
783 is_input = usb_pipein (urb->pipe); in qh_make()
809 is_input, 0, mult * maxp)); in qh_make()
839 is_input, 0, maxp) / (125 * 1000); in qh_make()
842 if (is_input) { // SPLIT, gap, CSPLIT+DATA in qh_make()
853 is_input, 0, maxp)); in qh_make()
[all …]
A Doxu210hp-hcd.c1621 int is_input; in qh_urb_transaction() local
1640 is_input = usb_pipein(urb->pipe); in qh_urb_transaction()
1681 if (!is_input) in qh_urb_transaction()
1684 if (is_input) in qh_urb_transaction()
1703 if (is_input) in qh_urb_transaction()
1785 int is_input, type; in qh_make() local
1797 is_input = usb_pipein(urb->pipe); in qh_make()
1811 is_input, 0, in qh_make()
1835 is_input, 0, maxp) / (125 * 1000); in qh_make()
1838 if (is_input) { /* SPLIT, gap, CSPLIT+DATA */ in qh_make()
[all …]
A Dfotg210-hcd.c2536 int is_input; in qh_urb_transaction() local
2555 is_input = usb_pipein(urb->pipe); in qh_urb_transaction()
2595 if (is_input) in qh_urb_transaction()
2620 if (is_input) in qh_urb_transaction()
2715 int is_input, type; in qh_make() local
2754 is_input, 0, mult * maxp)); in qh_make()
2791 is_input, 0, maxp)); in qh_make()
2876 qh->is_out = !is_input; in qh_make()
3925 int is_input; in iso_stream_init() local
3938 if (is_input) in iso_stream_init()
[all …]
A Dehci-sched.c1027 int is_input; in iso_stream_init() local
1035 is_input = usb_pipein(urb->pipe) ? USB_DIR_IN : 0; in iso_stream_init()
1037 buf1 = is_input ? 1 << 11 : 0; in iso_stream_init()
1084 dev->speed, is_input, 1, maxp)); in iso_stream_init()
1086 if (is_input) { in iso_stream_init()
1120 stream->bEndpointAddress = is_input | epnum; in iso_stream_init()
/linux/include/net/
A Dioam6.h60 bool is_input);
/linux/net/ipv6/
A Dioam6.c634 u8 sclen, bool is_input) in __ioam6_fill_trace_data() argument
648 if (is_input) in __ioam6_fill_trace_data()
733 if (is_input) in __ioam6_fill_trace_data()
850 bool is_input) in ioam6_fill_trace_data() argument
880 __ioam6_fill_trace_data(skb, ns, trace, sc, sclen, is_input); in ioam6_fill_trace_data()
/linux/drivers/gpio/
A Dgpio-twl4030.c137 static int twl4030_set_gpio_direction(int gpio, int is_input) in twl4030_set_gpio_direction() argument
147 if (is_input) in twl4030_set_gpio_direction()
A Dgpio-omap.c109 int is_input) in omap_set_gpio_direction() argument
112 BIT(gpio), is_input); in omap_set_gpio_direction()
/linux/sound/core/
A Drawmidi.c199 bool is_input) in __reset_runtime_ptrs() argument
203 runtime->avail = is_input ? 0 : runtime->buffer_size; in __reset_runtime_ptrs()
207 bool is_input) in reset_runtime_ptrs() argument
212 __reset_runtime_ptrs(runtime, is_input); in reset_runtime_ptrs()
681 bool is_input) in resize_runtime_buffer() argument
705 __reset_runtime_ptrs(runtime, is_input); in resize_runtime_buffer()
/linux/arch/s390/include/asm/
A Dqdio.h357 bool is_input, unsigned int *bufnr,
/linux/drivers/s390/cio/
A Dqdio_main.c1286 int qdio_inspect_queue(struct ccw_device *cdev, unsigned int nr, bool is_input, in qdio_inspect_queue() argument
1294 q = is_input ? irq_ptr->input_qs[nr] : irq_ptr->output_qs[nr]; in qdio_inspect_queue()
/linux/include/linux/usb/
A Dhcd.h662 extern long usb_calc_bus_time(int speed, int is_input,
/linux/drivers/usb/core/
A Dhcd.c1087 long usb_calc_bus_time (int speed, int is_input, int isoc, int bytecount) in usb_calc_bus_time() argument
1093 if (is_input) { in usb_calc_bus_time()
1103 return ((is_input) ? 7268L : 6265L) + BW_HOST_DELAY + tmp; in usb_calc_bus_time()
/linux/sound/usb/
A Dmixer.c1838 bool is_input, char *name, int name_size) in get_connector_control_name() argument
1850 if (is_input) in get_connector_control_name()
1868 struct usb_audio_term *term, bool is_input) in build_connector_control() argument
1915 get_connector_control_name(mixer, term, is_input, kctl->id.name, in build_connector_control()

Completed in 57 milliseconds