Home
last modified time | relevance | path

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

/linux/drivers/accessibility/speakup/
H A Dmakemapdata.c76 add_key(def_name, value, is_input); in main()
85 add_key(def_name, value, is_input); in main()
H A Dutils.h16 #define is_input -1 macro
H A Dgenmap.c91 } else if (this->shift == is_input) in main()
/linux/sound/soc/mediatek/mt8365/
H A Dmt8365-dai-i2s.c281 bool is_input, unsigned int rate, in mt8365_dai_set_config() argument
296 if (is_input) { in mt8365_dai_set_config()
323 if (i2s_data->adda_link && is_input) in mt8365_dai_set_config()
499 bool is_input, bool enable) in mt8365_dai_set_enable() argument
503 if (is_input) { in mt8365_dai_set_enable()
/linux/include/net/
H A Dioam6.h61 bool is_input);
/linux/net/ipv6/
H A Dioam6.c697 u8 sclen, bool is_input) in __ioam6_fill_trace_data() argument
713 if (is_input) in __ioam6_fill_trace_data()
808 if (is_input) in __ioam6_fill_trace_data()
925 bool is_input) in ioam6_fill_trace_data() argument
955 __ioam6_fill_trace_data(skb, ns, trace, sc, sclen, is_input); in ioam6_fill_trace_data()
/linux/drivers/media/cec/usb/extron-da-hd-4k-plus/
H A Dextron-da-hd-4k-plus.h45 bool is_input; member
/linux/drivers/usb/host/
H A Doxu210hp-hcd.c1597 int is_input; in qh_urb_transaction() local
1616 is_input = usb_pipein(urb->pipe); in qh_urb_transaction()
1617 if (!urb->transfer_buffer && urb->transfer_buffer_length && is_input) in qh_urb_transaction()
1657 if (!is_input) in qh_urb_transaction()
1660 if (is_input) in qh_urb_transaction()
1679 if (is_input) in qh_urb_transaction()
1761 int is_input, type; in qh_make() local
1773 is_input = usb_pipein(urb->pipe); in qh_make()
1787 is_input, 0, in qh_make()
1811 is_input, 0, maxp) / (125 * 1000); in qh_make()
[all …]
H A Dehci-sched.c1028 int is_input; in iso_stream_init() local
1036 is_input = usb_pipein(urb->pipe) ? USB_DIR_IN : 0; in iso_stream_init()
1038 buf1 = is_input ? 1 << 11 : 0; in iso_stream_init()
1085 dev->speed, is_input, 1, maxp)); in iso_stream_init()
1087 if (is_input) { in iso_stream_init()
1121 stream->bEndpointAddress = is_input | epnum; in iso_stream_init()
/linux/sound/core/
H A Drawmidi.c226 bool is_input) in __reset_runtime_ptrs() argument
230 runtime->avail = is_input ? 0 : runtime->buffer_size; in __reset_runtime_ptrs()
234 bool is_input) in reset_runtime_ptrs() argument
238 __reset_runtime_ptrs(substream->runtime, is_input); in reset_runtime_ptrs()
712 bool is_input) in resize_runtime_buffer() argument
739 __reset_runtime_ptrs(runtime, is_input); in resize_runtime_buffer()
/linux/include/linux/usb/
H A Dhcd.h672 extern long usb_calc_bus_time(int speed, int is_input,
/linux/drivers/usb/core/
H A Dhcd.c1071 long usb_calc_bus_time (int speed, int is_input, int isoc, int bytecount) in usb_calc_bus_time() argument
1077 if (is_input) { in usb_calc_bus_time()
1087 return ((is_input) ? 7268L : 6265L) + BW_HOST_DELAY + tmp; in usb_calc_bus_time()
/linux/sound/usb/
H A Dmixer.c1858 bool is_input, char *name, int name_size) in get_connector_control_name() argument
1870 if (is_input) in get_connector_control_name()
1888 struct usb_audio_term *term, bool is_input) in build_connector_control() argument
1935 get_connector_control_name(mixer, term, is_input, kctl->id.name, in build_connector_control()
/linux/drivers/pinctrl/stm32/
H A Dpinctrl-stm32.c2067 bool is_input = bank->pin_backup[offset].advcfg & STM32_GPIO_ADVCFGR_DLYPATH_MASK; in stm32_pinctrl_restore_gpio_regs() local
2071 is_input); in stm32_pinctrl_restore_gpio_regs()