Home
last modified time | relevance | path

Searched refs:direction (Results 1 – 25 of 1170) sorted by relevance

12345678910>>...47

/linux/kernel/dma/
H A Ddebug.h18 size_t size, int direction);
35 size_t size, int direction,
40 size_t size, int direction);
44 int direction);
52 int nelems, int direction);
56 int nelems, int direction);
66 size_t size, int direction) in debug_dma_unmap_page() argument
94 size_t size, int direction, in debug_dma_map_resource() argument
102 int direction) in debug_dma_unmap_resource() argument
108 size_t size, int direction) in debug_dma_sync_single_for_cpu() argument
[all …]
H A Ddebug.c1027 if (ref->direction != entry->direction) { in check_unmap()
1125 if (ref->direction != entry->direction) { in check_sync()
1231 entry->direction = direction; in debug_dma_map_page()
1291 .direction = direction, in debug_dma_unmap_page()
1327 entry->direction = direction; in debug_dma_map_sg()
1469 entry->direction = direction; in debug_dma_map_resource()
1483 .direction = direction, in debug_dma_unmap_resource()
1504 ref.direction = direction; in debug_dma_sync_single_for_cpu()
1523 ref.direction = direction; in debug_dma_sync_single_for_device()
1547 .direction = direction, in debug_dma_sync_sg_for_cpu()
[all …]
/linux/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-common.c17 .direction = RKISP1_ISP_SD_SRC,
24 .direction = RKISP1_ISP_SD_SINK | RKISP1_ISP_SD_SRC,
31 .direction = RKISP1_ISP_SD_SINK | RKISP1_ISP_SD_SRC,
38 .direction = RKISP1_ISP_SD_SINK | RKISP1_ISP_SD_SRC,
45 .direction = RKISP1_ISP_SD_SINK | RKISP1_ISP_SD_SRC,
52 .direction = RKISP1_ISP_SD_SINK | RKISP1_ISP_SD_SRC,
59 .direction = RKISP1_ISP_SD_SINK | RKISP1_ISP_SD_SRC,
108 .direction = RKISP1_ISP_SD_SINK,
115 .direction = RKISP1_ISP_SD_SINK,
122 .direction = RKISP1_ISP_SD_SINK,
[all …]
/linux/drivers/net/ethernet/netronome/nfp/crypto/
H A Dtls.c52 if (direction == TLS_OFFLOAD_CTX_DIR_TX) { in __nfp_net_tls_conn_cnt_changed()
73 enum tls_offload_ctx_dir direction) in nfp_net_tls_conn_cnt_changed() argument
176 struct sock *sk, int direction) in nfp_net_tls_set_ipv4() argument
194 struct sock *sk, int direction) in nfp_net_tls_set_ipv6() argument
215 int direction) in nfp_net_tls_set_l4() argument
232 switch (direction) { in nfp_tls_1_2_dir_to_opcode()
245 enum tls_offload_ctx_dir direction) in nfp_net_cipher_supported() argument
265 enum tls_offload_ctx_dir direction, in nfp_net_tls_add() argument
386 ntls = tls_driver_ctx(sk, direction); in nfp_net_tls_add()
411 enum tls_offload_ctx_dir direction) in nfp_net_tls_del() argument
[all …]
/linux/tools/testing/selftests/net/forwarding/
H A Dmirror_vlan.sh60 local direction=$1; shift
66 mirror_install $swp1 $direction $swp3.555 "matchall $tcflags"
67 test_span_dir "$h3.555" "$direction" "$forward_type" "$backward_type"
68 mirror_uninstall $swp1 $direction
70 log_test "$direction mirror to vlan ($tcflags)"
81 local direction=$1; shift
87 mirror_install $swp1 $direction $swp3.555 "matchall $tcflags"
88 do_test_span_vlan_dir_ips 10 "$h3.555" 111 "$direction" ip \
90 do_test_span_vlan_dir_ips 0 "$h3.555" 555 "$direction" ip \
92 mirror_uninstall $swp1 $direction
[all …]
H A Dmirror_gre_lib.sh29 local direction=$1; shift
38 mirror_install $swp1 $direction $tundev "matchall $tcflags"
39 test_span_dir_ips "h3-$tundev" "$direction" "$forward_type" \
41 mirror_uninstall $swp1 $direction
43 log_test "$direction $what ($tcflags)"
49 local direction=$1; shift
59 mirror_install $swp1 $direction $tundev "matchall $tcflags"
61 test_span_dir_ips "h3-$tundev" "$direction" "$forward_type" \
70 mirror_uninstall $swp1 $direction
72 log_test "$direction $what ($tcflags)"
H A Dmirror_lib.sh6 local direction=$1; shift
10 tc filter add dev $from_dev $direction \
18 local direction=$1; shift
20 tc filter del dev $swp1 $direction pref 1000
62 local direction=$1; shift
85 local direction=$1; shift
91 quick_test_span_dir_ips "$dev" "$direction" "$ip1" "$ip2"
117 local direction=$1; shift
H A Dmirror_gre_flower.sh78 local direction=$1; shift
86 mirror_install $swp1 $direction $tundev \
88 fail_test_span_gre_dir $tundev $direction
89 test_span_gre_dir_acl "$tundev" "$direction" \
91 mirror_uninstall $swp1 $direction
94 fail_test_span_gre_dir_acl "$tundev" "$direction"
96 log_test "$direction $what ($tcflags)"
/linux/include/linux/iio/
H A Devents.h24 #define IIO_EVENT_CODE(chan_type, diff, modifier, direction, \ argument
27 ((u64)direction << 48) | ((u64)modifier << 40) | \
42 type, direction) \ argument
43 IIO_EVENT_CODE(chan_type, 0, modifier, direction, type, number, 0, 0)
53 #define IIO_UNMOD_EVENT_CODE(chan_type, number, type, direction) \ argument
54 IIO_EVENT_CODE(chan_type, 0, 0, direction, type, number, 0, 0)
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_dcb.c64 int max_frame, u8 direction) in ixgbe_dcb_calculate_tc_credits() argument
85 p = &dcb_config->tc_config[i].path[direction]; in ixgbe_dcb_calculate_tc_credits()
86 bw_percent = dcb_config->bw_percentage[direction][p->bwg_id]; in ixgbe_dcb_calculate_tc_credits()
107 p = &dcb_config->tc_config[i].path[direction]; in ixgbe_dcb_calculate_tc_credits()
108 bw_percent = dcb_config->bw_percentage[direction][p->bwg_id]; in ixgbe_dcb_calculate_tc_credits()
140 if (direction == DCB_TX_CONFIG) { in ixgbe_dcb_calculate_tc_credits()
180 refill[tc] = tc_config[tc].path[direction].data_credits_refill; in ixgbe_dcb_unpack_refill()
199 bwgid[tc] = tc_config[tc].path[direction].bwg_id; in ixgbe_dcb_unpack_bwgid()
209 ptype[tc] = tc_config[tc].path[direction].prio_type; in ixgbe_dcb_unpack_prio()
228 if (prio_mask & tc_config[tc].path[direction].up_to_tc_bitmap) in ixgbe_dcb_get_tc_from_up()
[all …]
/linux/sound/soc/sof/
H A Dcompress.c84 int dir = cstream->direction; in create_page_table()
114 dir = cstream->direction; in sof_compr_open()
147 stream.comp_id = spcm->stream[cstream->direction].comp_id; in sof_compr_free()
149 if (spcm->prepared[cstream->direction]) { in sof_compr_free()
152 spcm->prepared[cstream->direction] = false; in sof_compr_free()
156 spcm->stream[cstream->direction].cstream = NULL; in sof_compr_free()
216 pcm->comp_id = spcm->stream[cstream->direction].comp_id; in sof_compr_set_params()
220 pcm->params.direction = cstream->direction; in sof_compr_set_params()
251 spcm->prepared[cstream->direction] = true; in sof_compr_set_params()
282 stream.comp_id = spcm->stream[cstream->direction].comp_id; in sof_compr_trigger()
[all …]
/linux/sound/pci/hda/
H A Dhda_local.h50 #define HDA_CODEC_VOLUME(xname, nid, xindex, direction) \ argument
51 HDA_CODEC_VOLUME_MONO(xname, nid, 3, xindex, direction)
53 #define HDA_CODEC_VOLUME_MIN_MUTE(xname, nid, xindex, direction) \ argument
54 HDA_CODEC_VOLUME_MONO_IDX(xname, 0, nid, 3, xindex, direction, \
66 HDA_CODEC_MUTE_MONO_IDX(xname, xcidx, nid, 3, xindex, direction)
71 #define HDA_CODEC_MUTE(xname, nid, xindex, direction) \ argument
72 HDA_CODEC_MUTE_MONO(xname, nid, 3, xindex, direction)
91 #define HDA_CODEC_MUTE_BEEP(xname, nid, xindex, direction) \ argument
92 HDA_CODEC_MUTE_BEEP_MONO(xname, nid, 3, xindex, direction)
122 int direction, int idx, int mask, int val);
[all …]
/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_ktls.c19 enum tls_offload_ctx_dir direction, in fun_ktls_add() argument
35 if (direction != TLS_OFFLOAD_CTX_DIR_TX) in fun_ktls_add()
64 tx_ctx = tls_driver_ctx(sk, direction); in fun_ktls_add()
73 enum tls_offload_ctx_dir direction) in fun_ktls_del() argument
79 if (direction != TLS_OFFLOAD_CTX_DIR_TX) in fun_ktls_del()
82 tx_ctx = __tls_driver_ctx(tls_ctx, direction); in fun_ktls_del()
96 u8 *rcd_sn, enum tls_offload_ctx_dir direction) in fun_ktls_resync() argument
103 if (direction != TLS_OFFLOAD_CTX_DIR_TX) in fun_ktls_resync()
106 tx_ctx = tls_driver_ctx(sk, direction); in fun_ktls_resync()
/linux/Documentation/devicetree/bindings/input/
H A Dpwm-vibrator.yaml17 The binding supports an optional direction PWM channel, that can be
28 - const: direction
39 direction-duty-cycle-ns:
41 Duty cycle of the direction PWM channel in nanoseconds,
57 pwm-names = "enable", "direction";
58 direction-duty-cycle-ns = <1000000000>;
/linux/drivers/gpio/
H A Dgpio-reg.c24 u32 direction; member
37 return r->direction & BIT(offset) ? GPIO_LINE_DIRECTION_IN : in gpio_reg_get_direction()
46 if (r->direction & BIT(offset)) in gpio_reg_direction_output()
57 return r->direction & BIT(offset) ? 0 : -ENOTSUPP; in gpio_reg_direction_input()
82 if (r->direction & mask) { in gpio_reg_get()
140 int base, int num, const char *label, u32 direction, u32 def_out, in gpio_reg_init() argument
168 r->direction = direction; in gpio_reg_init()
/linux/arch/powerpc/kernel/
H A Ddma-iommu.c101 enum dma_data_direction direction, in dma_iommu_map_page() argument
105 size, dma_get_mask(dev), direction, attrs); in dma_iommu_map_page()
110 size_t size, enum dma_data_direction direction, in dma_iommu_unmap_page() argument
113 iommu_unmap_page(get_iommu_table_base(dev), dma_handle, size, direction, in dma_iommu_unmap_page()
119 int nelems, enum dma_data_direction direction, in dma_iommu_map_sg() argument
123 dma_get_mask(dev), direction, attrs); in dma_iommu_map_sg()
127 int nelems, enum dma_data_direction direction, in dma_iommu_unmap_sg() argument
131 direction, attrs); in dma_iommu_unmap_sg()
/linux/drivers/dma-buf/
H A Dudmabuf.c87 enum dma_data_direction direction) in get_sg_table() argument
101 ret = dma_map_sgtable(dev, sg, direction, 0); in get_sg_table()
113 enum dma_data_direction direction) in put_sg_table() argument
115 dma_unmap_sgtable(dev, sg, direction, 0); in put_sg_table()
121 enum dma_data_direction direction) in map_udmabuf() argument
128 enum dma_data_direction direction) in unmap_udmabuf() argument
130 return put_sg_table(at->dev, sg, direction); in unmap_udmabuf()
149 enum dma_data_direction direction) in begin_cpu_udmabuf() argument
156 ubuf->sg = get_sg_table(dev, buf, direction); in begin_cpu_udmabuf()
163 direction); in begin_cpu_udmabuf()
[all …]
H A Ddma-buf.c461 enum dma_data_direction direction; in dma_buf_ioctl() local
476 direction = DMA_FROM_DEVICE; in dma_buf_ioctl()
479 direction = DMA_TO_DEVICE; in dma_buf_ioctl()
482 direction = DMA_BIDIRECTIONAL; in dma_buf_ioctl()
807 direction); in __map_dma_buf()
1113 enum dma_data_direction direction) in dma_buf_map_attachment() argument
1130 if (attach->dir != direction && in dma_buf_map_attachment()
1155 attach->dir = direction; in dma_buf_map_attachment()
1190 enum dma_data_direction direction) in dma_buf_map_attachment_unlocked() argument
1219 enum dma_data_direction direction) in dma_buf_unmap_attachment() argument
[all …]
/linux/drivers/iio/buffer/
H A Dindustrialio-triggered-buffer.c42 enum iio_buffer_direction direction, in iio_triggered_buffer_setup_ext() argument
83 buffer->direction = direction; in iio_triggered_buffer_setup_ext()
121 enum iio_buffer_direction direction, in devm_iio_triggered_buffer_setup_ext() argument
127 ret = iio_triggered_buffer_setup_ext(indio_dev, h, thread, direction, in devm_iio_triggered_buffer_setup_ext()
/linux/arch/arm/mach-footbridge/
H A Ddma-isa.c66 enum dma_data_direction direction; in isa_enable_dma() local
71 direction = DMA_FROM_DEVICE; in isa_enable_dma()
75 direction = DMA_TO_DEVICE; in isa_enable_dma()
79 direction = DMA_BIDIRECTIONAL; in isa_enable_dma()
83 direction = DMA_NONE; in isa_enable_dma()
97 direction); in isa_enable_dma()
/linux/drivers/input/
H A Dff-memless.c219 return direction; in ml_calculate_direction()
220 return (((u32)(direction >> 1) * force + in ml_calculate_direction()
251 i = new->direction * 360 / 0xffff; in ml_combine_effects()
274 effect->direction, in ml_combine_effects()
276 new->direction, strong); in ml_combine_effects()
279 effect->direction, in ml_combine_effects()
281 new->direction, weak); in ml_combine_effects()
283 effect->direction = 0; in ml_combine_effects()
300 effect->direction, in ml_combine_effects()
302 new->direction, i); in ml_combine_effects()
[all …]
/linux/net/netfilter/
H A Dxt_connbytes.c43 switch (sinfo->direction) { in connbytes_mt()
57 switch (sinfo->direction) { in connbytes_mt()
71 switch (sinfo->direction) { in connbytes_mt()
108 if (sinfo->direction != XT_CONNBYTES_DIR_ORIGINAL && in connbytes_mt_check()
109 sinfo->direction != XT_CONNBYTES_DIR_REPLY && in connbytes_mt_check()
110 sinfo->direction != XT_CONNBYTES_DIR_BOTH) in connbytes_mt_check()
/linux/drivers/iio/imu/
H A Dadis_trigger.c31 unsigned long direction = adis->irq_flag & IRQF_TRIGGER_MASK; in adis_validate_irq_flag() local
43 if (direction == IRQF_TRIGGER_NONE) { in adis_validate_irq_flag()
46 } else if (direction != IRQF_TRIGGER_RISING && in adis_validate_irq_flag()
47 direction != IRQF_TRIGGER_FALLING) { in adis_validate_irq_flag()
/linux/drivers/usb/core/
H A Dendpoint.c106 char *direction; in direction_show() local
109 direction = "both"; in direction_show()
111 direction = "in"; in direction_show()
113 direction = "out"; in direction_show()
114 return sprintf(buf, "%s\n", direction); in direction_show()
116 static DEVICE_ATTR_RO(direction);
/linux/drivers/net/wwan/iosm/
H A Diosm_ipc_pcie.h90 int direction; member
122 size_t size, dma_addr_t *mapping, int direction);
132 dma_addr_t mapping, int direction);
147 int direction, size_t headroom);

12345678910>>...47