| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | pci-dma-compat.h | 10 /* This defines the direction arg to the DMA mapping routines. */ 38 pci_map_single(struct pci_dev *hwdev, void *ptr, size_t size, int direction) in pci_map_single() argument 40 return dma_map_single(&hwdev->dev, ptr, size, (enum dma_data_direction)direction); in pci_map_single() 45 size_t size, int direction) in pci_unmap_single() argument 47 dma_unmap_single(&hwdev->dev, dma_addr, size, (enum dma_data_direction)direction); in pci_unmap_single() 52 unsigned long offset, size_t size, int direction) in pci_map_page() argument 54 return dma_map_page(&hwdev->dev, page, offset, size, (enum dma_data_direction)direction); in pci_map_page() 59 size_t size, int direction) in pci_unmap_page() argument 61 dma_unmap_page(&hwdev->dev, dma_address, size, (enum dma_data_direction)direction); in pci_unmap_page() 66 int nents, int direction) in pci_map_sg() argument [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/platform/ |
| H A D | platform_mips_98d_pci.c | 19 dma_addr_t *bus_addr, size_t size, int direction) in pci_cache_wback() argument 23 direction); in pci_cache_wback() 28 dma_addr_t *bus_addr, size_t size, int direction) in pci_cache_inv() argument 31 pci_dma_sync_single_for_cpu(hwdev, *bus_addr, size, direction); in pci_cache_inv() 37 size_t size, int direction) in pci_get_bus_addr() argument 40 *bus_addr = pci_map_single(hwdev, vir_addr, size, direction); in pci_get_bus_addr() 48 dma_addr_t *bus_addr, size_t size, int direction) in pci_unmap_bus_addr() argument 51 pci_unmap_single(hwdev, *bus_addr, size, direction); in pci_unmap_bus_addr() 56 dma_addr_t *bus_addr, size_t size, int direction) in pci_alloc_cache_mem() argument 65 pci_get_bus_addr(pdev, vir_addr, bus_addr, size, direction); in pci_alloc_cache_mem() [all …]
|
| H A D | platform_linux_pc_pci.c | 23 dma_addr_t *bus_addr, size_t size, int direction) in pci_cache_wback() argument 31 direction); in pci_cache_wback() 36 dma_addr_t *bus_addr, size_t size, int direction) in pci_cache_inv() argument 43 pci_dma_sync_single_for_cpu(hwdev, *bus_addr, size, direction); in pci_cache_inv() 49 size_t size, int direction) in pci_get_bus_addr() argument 56 *bus_addr = pci_map_single(hwdev, vir_addr, size, direction); in pci_get_bus_addr() 64 dma_addr_t *bus_addr, size_t size, int direction) in pci_unmap_bus_addr() argument 71 pci_unmap_single(hwdev, *bus_addr, size, direction); in pci_unmap_bus_addr() 76 dma_addr_t *bus_addr, size_t size, int direction) in pci_alloc_cache_mem() argument 85 pci_get_bus_addr(pdev, vir_addr, bus_addr, size, direction); in pci_alloc_cache_mem() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/platform/ |
| H A D | platform_mips_98d_pci.c | 19 dma_addr_t *bus_addr, size_t size, int direction) in pci_cache_wback() argument 23 direction); in pci_cache_wback() 28 dma_addr_t *bus_addr, size_t size, int direction) in pci_cache_inv() argument 31 pci_dma_sync_single_for_cpu(hwdev, *bus_addr, size, direction); in pci_cache_inv() 37 size_t size, int direction) in pci_get_bus_addr() argument 40 *bus_addr = pci_map_single(hwdev, vir_addr, size, direction); in pci_get_bus_addr() 48 dma_addr_t *bus_addr, size_t size, int direction) in pci_unmap_bus_addr() argument 51 pci_unmap_single(hwdev, *bus_addr, size, direction); in pci_unmap_bus_addr() 56 dma_addr_t *bus_addr, size_t size, int direction) in pci_alloc_cache_mem() argument 65 pci_get_bus_addr(pdev, vir_addr, bus_addr, size, direction); in pci_alloc_cache_mem() [all …]
|
| H A D | platform_linux_pc_pci.c | 18 dma_addr_t *bus_addr, size_t size, int direction) in pci_cache_wback() argument 22 direction); in pci_cache_wback() 27 dma_addr_t *bus_addr, size_t size, int direction) in pci_cache_inv() argument 30 pci_dma_sync_single_for_cpu(hwdev, *bus_addr, size, direction); in pci_cache_inv() 36 size_t size, int direction) in pci_get_bus_addr() argument 39 *bus_addr = pci_map_single(hwdev, vir_addr, size, direction); in pci_get_bus_addr() 47 dma_addr_t *bus_addr, size_t size, int direction) in pci_unmap_bus_addr() argument 50 pci_unmap_single(hwdev, *bus_addr, size, direction); in pci_unmap_bus_addr() 55 dma_addr_t *bus_addr, size_t size, int direction) in pci_alloc_cache_mem() argument 64 pci_get_bus_addr(pdev, vir_addr, bus_addr, size, direction); in pci_alloc_cache_mem() [all …]
|
| /OK3568_Linux_fs/kernel/kernel/dma/ |
| H A D | debug.h | 14 int direction, dma_addr_t dma_addr); 17 size_t size, int direction); 20 int nents, int mapped_ents, int direction); 32 size_t size, int direction, 36 size_t size, int direction); 40 int direction); 44 size_t size, int direction); 48 int nelems, int direction); 52 int nelems, int direction); 56 int direction, dma_addr_t dma_addr) in debug_dma_map_page() argument [all …]
|
| H A D | debug.c | 58 * @direction: enum dma_data_direction 72 int direction; member 317 entry->direction == ref->direction ? ++match_lvl : 0; in __hash_bucket_find() 421 dir2name[entry->direction], in debug_dma_dump_mappings() 520 if (entry->direction == DMA_TO_DEVICE) in active_cacheline_insert() 538 if (entry->direction == DMA_TO_DEVICE) in active_cacheline_remove() 788 dir2name[entry->direction], in dump_show() 856 dir2name[entry->direction], type2name[entry->type]); in dma_debug_device_change() 1012 if (ref->direction != entry->direction) { in check_unmap() 1014 "DMA memory with different direction " in check_unmap() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/crypto/ |
| H A D | tls.c | 47 enum tls_offload_ctx_dir direction) in __nfp_net_tls_conn_cnt_changed() argument 52 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 79 if (__nfp_net_tls_conn_cnt_changed(nn, add, direction)) { in nfp_net_tls_conn_cnt_changed() 83 __nfp_net_tls_conn_cnt_changed(nn, -add, direction); in nfp_net_tls_conn_cnt_changed() 91 nfp_net_tls_conn_add(struct nfp_net *nn, enum tls_offload_ctx_dir direction) in nfp_net_tls_conn_add() argument 93 return nfp_net_tls_conn_cnt_changed(nn, 1, direction); in nfp_net_tls_conn_add() 97 nfp_net_tls_conn_remove(struct nfp_net *nn, enum tls_offload_ctx_dir direction) in nfp_net_tls_conn_remove() argument 99 return nfp_net_tls_conn_cnt_changed(nn, -1, direction); in nfp_net_tls_conn_remove() 176 struct sock *sk, int direction) in nfp_net_tls_set_ipv4() argument [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/geoclue/ |
| H A D | org.freedesktop.Geoclue.MasterClient.xml | 6 <arg name="name" type="s" direction="out"/> 7 <arg name="description" type="s" direction="out"/> 8 <arg name="service" type="s" direction="out"/> 9 <arg name="path" type="s" direction="out"/> 12 <arg name="name" type="s" direction="out"/> 13 <arg name="description" type="s" direction="out"/> 14 <arg name="service" type="s" direction="out"/> 15 <arg name="path" type="s" direction="out"/> 22 <arg name="accuracyLevel" type="i" direction="in"/> 23 <arg name="time" type="i" direction="in"/> [all …]
|
| H A D | org.freedesktop.Geoclue.Satellite.xml | 6 <arg name="timestamp" type="i" direction="out" /> 7 <arg name="satelliteUsed" type="i" direction="out" /> 8 <arg name="satelliteVisible" type="i" direction="out" /> 9 <arg name="usedPrn" type="ai" direction="out" /> 10 <arg name="satInfo" type="a(iiii)" direction="out" /> 15 <arg name="timestamp" type="i" direction="out" /> 16 <arg name="satelliteUsed" type="i" direction="out" /> 17 <arg name="satelliteVisible" type="i" direction="out" /> 18 <arg name="usedPrn" type="ai" direction="out" /> 19 <arg name="satInfo" type="a(iiii)" direction="out" />
|
| H A D | org.freedesktop.Geoclue.Velocity.xml | 6 <arg name="fields" type="i" direction="out" /> 7 <arg name="timestamp" type="i" direction="out" /> 8 <arg name="speed" type="d" direction="out" /> 9 <arg name="direction" type="d" direction="out" /> 10 <arg name="climb" type="d" direction="out" /> 16 <arg name="direction" type="d" />
|
| /OK3568_Linux_fs/kernel/include/linux/iio/ |
| H A D | events.h | 17 * @direction: Direction of the event. One of enum iio_event_direction. 24 #define IIO_EVENT_CODE(chan_type, diff, modifier, direction, \ argument 27 ((u64)direction << 48) | ((u64)modifier << 40) | \ 38 * @direction: Direction of the event. One of enum iio_event_direction. 42 type, direction) \ argument 43 IIO_EVENT_CODE(chan_type, 0, modifier, direction, type, number, 0, 0) 50 * @direction: Direction of the event. One of enum iio_event_direction. 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)
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-bus-counter | 30 Counting is continuous in either direction. 39 counting is resumed only when the count direction is 68 What: /sys/bus/counter/devices/counterX/countY/direction 72 Read-only attribute that indicates the count direction of Count 75 Some counter devices are able to determine the direction of 77 determine the direction of movement by evaluating the leading 116 pulse-direction: 118 The input level of signal B determines direction. 121 If direction is forward, rising edges on quadrature pair 122 signal A updates the respective count; if the direction [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/forwarding/ |
| H A D | mirror_vlan.sh | 60 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" \ 90 do_test_span_vlan_dir_ips 0 "$h3.555" 555 "$direction" \ 92 mirror_uninstall $swp1 $direction [all …]
|
| H A D | mirror_gre_lib.sh | 29 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)"
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/policies/ |
| H A D | compare.hpp | 30 int Direction, 40 Strategy, Direction, Point, Dimension 54 Direction, Point, Strategy, in apply() 68 int Direction, 73 struct compare_loop<Direction, Point, Strategy, DimensionCount, DimensionCount> 78 // direction = 0 (equal), false if -1/1 (greater/less) in apply() 79 return Direction == 0; in apply() 84 template <int Direction, typename Point, typename Strategy> 91 Direction, Point, Strategy, in operator ()() 124 int Direction, [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/equals/ |
| H A D | collect_vectors.hpp | 187 direction = cross_product(prev, next); in collected_vector() 192 T magnitude_sqr = dot_product(direction, direction); in normalize() 197 divide_value(direction, math::sqrt(magnitude_sqr)); in normalize() 210 if (math::equals(get<0>(direction), get<0>(other.direction))) in operator <() 212 if (math::equals(get<1>(direction), get<1>(other.direction))) in operator <() 214 return get<2>(direction) < get<2>(other.direction); in operator <() 216 return get<1>(direction) < get<1>(other.direction); in operator <() 218 return get<0>(direction) < get<0>(other.direction); in operator <() 230 return formula::sph_side_value(direction, other.next) == 0; in next_is_collinear() 245 return formula::sph_side_value(direction, other.prev) == 0 in is_collinear() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/dma-buf/ |
| H A D | dma-buf-cache.c | 20 enum dma_data_direction direction; member 37 cache->direction); in dma_buf_cache_destructor() 149 enum dma_data_direction direction) in dma_buf_cache_unmap_attachment() argument 158 dma_buf_unmap_attachment(attach, sg_table, direction); in dma_buf_cache_unmap_attachment() 165 enum dma_data_direction direction) in dma_buf_cache_map_attachment() argument 175 sg_table = dma_buf_map_attachment(attach, direction); in dma_buf_cache_map_attachment() 180 if (cache->direction == direction) { in dma_buf_cache_map_attachment() 186 cache->direction); in dma_buf_cache_map_attachment() 190 sg_table = dma_buf_map_attachment(attach, direction); in dma_buf_cache_map_attachment() 192 cache->direction = direction; in dma_buf_cache_map_attachment()
|
| /OK3568_Linux_fs/u-boot/arch/x86/dts/ |
| H A D | chromebook_link.dts | 81 direction = <PIN_INPUT>; 87 direction = <PIN_OUTPUT>; 94 direction = <PIN_INPUT>; 100 direction = <PIN_INPUT>; 106 direction = <PIN_OUTPUT>; 113 direction = <PIN_INPUT>; 120 direction = <PIN_INPUT>; 127 direction = <PIN_INPUT>; 134 direction = <PIN_INPUT>; 140 direction = <PIN_INPUT>; [all …]
|
| /OK3568_Linux_fs/app/forlinx/quectelCM/ |
| H A D | mbim-cm.c | 1007 static void mbim_dump_header(MBIM_MESSAGE_HEADER *pMsg, const char *direction) { in mbim_dump_header() argument 1008 mbim_debug("%s Header:", direction); in mbim_dump_header() 1009 mbim_debug("%s MessageLength = %u", direction, le32toh(pMsg->MessageLength)); in mbim_dump_header() 1010 …mbim_debug("%s MessageType = %s (0x%08x)", direction, MBIMMSGTypeStr(le32toh(pMsg->MessageType)),… in mbim_dump_header() 1011 mbim_debug("%s TransactionId = %u", direction, le32toh(pMsg->TransactionId)); in mbim_dump_header() 1012 mbim_debug("%s Contents:", direction); in mbim_dump_header() 1015 static void mbim_dump_command_msg(MBIM_COMMAND_MSG_T *pCmdMsg, const char *direction) { in mbim_dump_command_msg() argument 1016 …mbim_debug("%s DeviceServiceId = %s (%s)", direction, DeviceServiceId2str(&pCmdMsg->DeviceServiceI… in mbim_dump_command_msg() 1017 … mbim_debug("%s CID = %s (%u)", direction, CID2Str(le32toh(pCmdMsg->CID)), le32toh(pCmdMsg->CID)); in mbim_dump_command_msg() 1018 …mbim_debug("%s CommandType = %s (%u)", direction, le32toh(pCmdMsg->CommandType) ? "set" : "query",… in mbim_dump_command_msg() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/ |
| H A D | generic-counter.rst | 68 Signal does not trigger the count function. In Pulse-Direction count 69 function mode, this Signal is evaluated as Direction. 106 * Pulse-Direction: 108 of signal B determines direction. 112 position and direction. The following Quadrature modes are available: 115 If direction is forward, rising edges on quadrature pair signal A 116 updates the respective count; if the direction is backward, falling 118 Quadrature encoding determines the direction. 121 If direction is forward, rising edges on quadrature pair signal B 122 updates the respective count; if the direction is backward, falling [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_dcb.c | 56 * @direction: Configuring either Tx or Rx 64 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() 173 void ixgbe_dcb_unpack_refill(struct ixgbe_dcb_config *cfg, int direction, in ixgbe_dcb_unpack_refill() argument 180 refill[tc] = tc_config[tc].path[direction].data_credits_refill; in ixgbe_dcb_unpack_refill() 192 void ixgbe_dcb_unpack_bwgid(struct ixgbe_dcb_config *cfg, int direction, in ixgbe_dcb_unpack_bwgid() argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/android/ion/ |
| H A D | ion_dma_buf.c | 102 enum dma_data_direction direction) in ion_map_dma_buf() argument 111 return heap->buf_ops.map_dma_buf(attachment, direction); in ion_map_dma_buf() 120 direction, attrs)) in ion_map_dma_buf() 130 enum dma_data_direction direction) in ion_unmap_dma_buf() argument 139 direction); in ion_unmap_dma_buf() 147 direction, attrs); in ion_unmap_dma_buf() 162 enum dma_data_direction direction) in ion_dma_buf_begin_cpu_access() argument 169 return heap->buf_ops.begin_cpu_access(dmabuf, direction); in ion_dma_buf_begin_cpu_access() 179 direction); in ion_dma_buf_begin_cpu_access() 189 enum dma_data_direction direction, in ion_dma_buf_begin_cpu_access_partial() argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/char/xillybus/ |
| H A D | xillybus_of.c | 38 int direction) in xilly_dma_sync_single_for_cpu_of() argument 40 dma_sync_single_for_cpu(ep->dev, dma_handle, size, direction); in xilly_dma_sync_single_for_cpu_of() 46 int direction) in xilly_dma_sync_single_for_device_of() argument 48 dma_sync_single_for_device(ep->dev, dma_handle, size, direction); in xilly_dma_sync_single_for_device_of() 54 int direction) in xilly_dma_sync_single_nop() argument 63 data->size, data->direction); in xilly_of_unmap() 71 int direction, in xilly_map_single_of() argument 82 addr = dma_map_single(ep->dev, ptr, size, direction); in xilly_map_single_of() 92 this->direction = direction; in xilly_map_single_of()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeomaneuver.cpp | 74 Describes the change in direction associated with the instruction text 78 There is no direction associated with the instruction text. 81 The instruction indicates that the direction of travel does not need to change. 84 The instruction indicates that the direction of travel should bear to the right. 111 The instruction indicates that the direction of travel should bear to the left. 214 Sets the direction associated with the associated instruction to \a 215 direction. 217 void QGeoManeuver::setDirection(QGeoManeuver::InstructionDirection direction) in setDirection() argument 220 d_ptr->setDirection(direction); in setDirection() 224 Returns the direction associated with the associated instruction. [all …]
|