Home
last modified time | relevance | path

Searched refs:local (Results 1 - 25 of 32) sorted by relevance

12

/device/soc/hisilicon/common/platform/gpio/
H A Dgpio_hi35xx.c142 static int32_t Pl061GpioSetDir(struct GpioCntlr *cntlr, uint16_t local, uint16_t dir) in Pl061GpioSetDir() argument
146 unsigned int bitNum = local; in Pl061GpioSetDir()
149 HDF_LOGV("%s: local:%hu, dir:%hu", __func__, local, dir); in Pl061GpioSetDir()
167 static int32_t Pl061GpioGetDir(struct GpioCntlr *cntlr, uint16_t local, uint16_t *dir) in Pl061GpioGetDir() argument
171 unsigned int bitNum = local; in Pl061GpioGetDir()
174 HDF_LOGV("%s: local:%hu", __func__, local); in Pl061GpioGetDir()
186 static int32_t Pl061GpioWrite(struct GpioCntlr *cntlr, uint16_t local, uint16_t val) in Pl061GpioWrite() argument
190 unsigned int bitNum = local; in Pl061GpioWrite()
209 Pl061GpioRead(struct GpioCntlr *cntlr, uint16_t local, uint16_t *val) Pl061GpioRead() argument
316 Pl061GpioEnableIrq(struct GpioCntlr *cntlr, uint16_t local) Pl061GpioEnableIrq() argument
329 Pl061GpioDisableIrq(struct GpioCntlr *cntlr, uint16_t local) Pl061GpioDisableIrq() argument
380 Pl061GpioSetIrq(struct GpioCntlr *cntlr, uint16_t local, uint16_t mode) Pl061GpioSetIrq() argument
404 Pl061GpioUnsetIrq(struct GpioCntlr *cntlr, uint16_t local) Pl061GpioUnsetIrq() argument
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/hid/
H A Dhid-core.c166 usage = parser->local.usage[0]; in open_collection()
251 parser->local.usage[index] &= HID_COMPLETE_USAGE_MASK; in complete_usage()
252 parser->local.usage[index] |= (parser->global.usage_page & HID_COMPLETE_USAGE_MASK) in complete_usage()
262 if (parser->local.usage_index >= HID_MAX_USAGES) { in hid_add_usage()
265 parser->local.usage[parser->local.usage_index] = usage; in hid_add_usage()
272 complete_usage(parser, parser->local.usage_index); in hid_add_usage()
275 parser->local.usage_size[parser->local.usage_index] = size; in hid_add_usage()
276 parser->local in hid_add_usage()
[all...]
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H A Dwal_customize.c557 hi_void init_print_params_proc(hi_char *pc_print_buff, hi_u32 buf_size, hi_u32 local, hi_void *data, hi_u8 len) in init_print_params_proc() argument
564 hi_u32 ret = hi_nv_read((hi_u8)local, data, len, 0); in init_print_params_proc()
576 if ((local == INIT_CONFIG_CALIBRATION) || (local == INIT_CONFIG_SAR_TXPWR) || in init_print_params_proc()
577 (local == INIT_CONFIG_BAND_TXPWR) || (local == INIT_CONFIG_RF_REG1) || in init_print_params_proc()
578 (local == INIT_CONFIG_RF_REG2) || (local == INIT_CONFIG_DPD_CALIBRATION)) { in init_print_params_proc()
613 static hi_void init_print_params(hi_char *pc_print_buff, hi_u32 buf_size, hi_u32 local) in init_print_params() argument
633 if (local in init_print_params()
1476 hi_u32 local = 0x20; wal_print_init_params() local
[all...]
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
H A Dcsi.c52 struct media_pad *local, *remote; in get_remote_subdev() local
55 local = &sd->entity.pads[CSI_SINK]; in get_remote_subdev()
56 if (!local) { in get_remote_subdev()
59 remote = media_entity_remote_pad(local); in get_remote_subdev()
69 static int rkisp_csi_link_setup(struct media_entity *entity, const struct media_pad *local, in rkisp_csi_link_setup() argument
83 if (local->flags & MEDIA_PAD_FL_SOURCE) { in rkisp_csi_link_setup()
84 id = local->index - 1; in rkisp_csi_link_setup()
106 v4l2_err(sd, "pad%d is already linked\n", local->index); in rkisp_csi_link_setup()
H A Drkisp.c146 struct media_pad *local, *remote; in get_remote_sensor() local
150 local = &sd->entity.pads[0]; in get_remote_sensor()
151 if (!local) { in get_remote_sensor()
154 remote = rkisp_media_entity_remote_pad(local); in get_remote_sensor()
161 local = &remote->entity->pads[CSI_SINK]; in get_remote_sensor()
162 if (!local) { in get_remote_sensor()
165 remote = media_entity_remote_pad(local); in get_remote_sensor()
2667 static int rkisp_subdev_link_setup(struct media_entity *entity, const struct media_pad *local, in rkisp_subdev_link_setup() argument
2675 if (local->index != RKISP_ISP_PAD_SINK && local in rkisp_subdev_link_setup()
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
H A Dcsi.c51 struct media_pad *local, *remote; in get_remote_subdev() local
54 local = &sd->entity.pads[CSI_SINK]; in get_remote_subdev()
55 if (!local) in get_remote_subdev()
57 remote = media_entity_remote_pad(local); in get_remote_subdev()
67 const struct media_pad *local, in rkisp_csi_link_setup()
81 if (local->flags & MEDIA_PAD_FL_SOURCE) { in rkisp_csi_link_setup()
82 id = local->index - 1; in rkisp_csi_link_setup()
102 v4l2_err(sd, "pad%d is already linked\n", local->index); in rkisp_csi_link_setup()
66 rkisp_csi_link_setup(struct media_entity *entity, const struct media_pad *local, const struct media_pad *remote, u32 flags) rkisp_csi_link_setup() argument
H A Drkisp.c146 struct media_pad *local, *remote; in get_remote_sensor() local
150 local = &sd->entity.pads[0]; in get_remote_sensor()
151 if (!local) in get_remote_sensor()
153 remote = rkisp_media_entity_remote_pad(local); in get_remote_sensor()
159 local = &remote->entity->pads[CSI_SINK]; in get_remote_sensor()
160 if (!local) in get_remote_sensor()
162 remote = media_entity_remote_pad(local); in get_remote_sensor()
2687 const struct media_pad *local, in rkisp_subdev_link_setup()
2696 if (local->index != RKISP_ISP_PAD_SINK && in rkisp_subdev_link_setup()
2697 local in rkisp_subdev_link_setup()
2686 rkisp_subdev_link_setup(struct media_entity *entity, const struct media_pad *local, const struct media_pad *remote, u32 flags) rkisp_subdev_link_setup() argument
[all...]
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/
H A Dmipi-csi2.c65 struct media_pad *local, *remote; in get_remote_sensor() local
68 local = &sd->entity.pads[RK_CSI2_PAD_SINK]; in get_remote_sensor()
69 remote = media_entity_remote_pad(local); in get_remote_sensor()
75 sensor_me = media_entity_remote_pad(local)->entity; in get_remote_sensor()
278 static int csi2_link_setup(struct media_entity *entity, const struct media_pad *local, const struct media_pad *remote, in csi2_link_setup() argument
290 if (local->flags & MEDIA_PAD_FL_SOURCE) { in csi2_link_setup()
292 if (csi2->sink_linked[local->index - 1]) { in csi2_link_setup()
296 csi2->sink_linked[local->index - 1] = true; in csi2_link_setup()
298 csi2->sink_linked[local->index - 1] = false; in csi2_link_setup()
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/
H A Dmipi-csi2.c58 struct media_pad *local, *remote; in get_remote_sensor() local
61 local = &sd->entity.pads[RK_CSI2_PAD_SINK]; in get_remote_sensor()
62 remote = media_entity_remote_pad(local); in get_remote_sensor()
68 sensor_me = media_entity_remote_pad(local)->entity; in get_remote_sensor()
272 const struct media_pad *local, in csi2_link_setup()
284 if (local->flags & MEDIA_PAD_FL_SOURCE) { in csi2_link_setup()
286 if (csi2->sink_linked[local->index - 1]) { in csi2_link_setup()
290 csi2->sink_linked[local->index - 1] = true; in csi2_link_setup()
292 csi2->sink_linked[local->index - 1] = false; in csi2_link_setup()
271 csi2_link_setup(struct media_entity *entity, const struct media_pad *local, const struct media_pad *remote, u32 flags) csi2_link_setup() argument
/device/qemu/drivers/virtio/
H A Dfakesdio.c217 static int32_t FakeGiopDummyOps0(struct GpioCntlr *cntlr, uint16_t local, uint16_t dir) in FakeGiopDummyOps0() argument
220 (void)local; in FakeGiopDummyOps0()
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dfair.c159 * Amount of runtime to allocate from global (tg) to local (per-cfs_rq) pool
2237 * increments. The more local the fault statistics are, the higher the scan
2238 * period will be for the next scan window. If local/(local+remote) ratio is
2240 * the scan period will decrease. Aim for 70% local accesses.
2247 * our memory is already on our local node, or if the majority of
2258 unsigned long local = p->numa_faults_locality[1]; in update_task_scan_period() local
2264 * migration then it implies we are migrating too quickly or the local in update_task_scan_period()
2267 if (local + shared == 0 || p->numa_faults_locality[0x2]) { in update_task_scan_period()
2282 lr_ratio = (local * NUMA_PERIOD_SLOT in update_task_scan_period()
2735 int local = !!(flags & TNF_FAULT_LOCAL); task_numa_fault() local
8609 struct sched_group *local; /* Local group in this sd */ global() member
9252 unsigned int local; update_sg_wakeup_stats() local
9353 struct sched_group *idlest = NULL, *local = NULL, *group = sd->groups; find_idlest_group() local
9516 struct sg_lb_stats *local = &sds->local_stat; update_sd_lb_stats() local
9613 struct sg_lb_stats *local, *busiest; calculate_imbalance() local
9777 struct sg_lb_stats *local, *busiest; find_busiest_group() local
[all...]
/device/soc/rockchip/common/vendor/drivers/phy/
H A Dphy-rockchip-csi2-dphy.c41 struct media_pad *local, *remote; in get_remote_sensor() local
44 local = &sd->entity.pads[CSI2_DPHY_RX_PAD_SINK]; in get_remote_sensor()
45 remote = media_entity_remote_pad(local); in get_remote_sensor()
51 sensor_me = media_entity_remote_pad(local)->entity; in get_remote_sensor()
H A Dphy-rockchip-csi2-dphy-hw.c447 struct media_pad *local, *remote; in get_remote_sensor() local
450 local = &sd->entity.pads[CSI2_DPHY_RX_PAD_SINK]; in get_remote_sensor()
451 remote = media_entity_remote_pad(local); in get_remote_sensor()
457 sensor_me = media_entity_remote_pad(local)->entity; in get_remote_sensor()
/device/soc/rockchip/rk3588/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-csi2-dphy.c41 struct media_pad *local, *remote; in get_remote_sensor() local
44 local = &sd->entity.pads[CSI2_DPHY_RX_PAD_SINK]; in get_remote_sensor()
45 remote = media_entity_remote_pad(local); in get_remote_sensor()
51 sensor_me = media_entity_remote_pad(local)->entity; in get_remote_sensor()
H A Dphy-rockchip-csi2-dphy-hw.c462 struct media_pad *local, *remote; in get_remote_sensor() local
465 local = &sd->entity.pads[CSI2_DPHY_RX_PAD_SINK]; in get_remote_sensor()
466 remote = media_entity_remote_pad(local); in get_remote_sensor()
472 sensor_me = media_entity_remote_pad(local)->entity; in get_remote_sensor()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/osal/include/
H A Ddrv_osal_lib.h41 #define crypto_chk_owner_err_return(local) \
45 if (memcmp(&owner, local, sizeof(owner)) != 0) { \
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
H A Dcoap_io.h51 coap_address_t local; /**< local address and port */ member
214 coap_addr_tuple_t addr_info; /**< local and remote addresses */
220 coap_addr_tuple_t addr_info; /**< local and remote addresses */
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/priv/
H A Dapi_msg.h138 u8_t local; member
/device/soc/rockchip/common/vendor/drivers/pci/
H A Drockchip-pcie-dma.h152 phys_addr_t local; member
/device/soc/rockchip/common/sdk_linux/drivers/pci/controller/
H A Drockchip-pcie-dma.h153 phys_addr_t local; member
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/ispp/
H A Dispp.c59 static int rkispp_subdev_link_setup(struct media_entity *entity, const struct media_pad *local, in rkispp_subdev_link_setup() argument
68 if (local->index != RKISPP_PAD_SINK && local->index != RKISPP_PAD_SOURCE) { in rkispp_subdev_link_setup()
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/ispp/
H A Dispp.c60 const struct media_pad *local, in rkispp_subdev_link_setup()
70 if (local->index != RKISPP_PAD_SINK && in rkispp_subdev_link_setup()
71 local->index != RKISPP_PAD_SOURCE) in rkispp_subdev_link_setup()
59 rkispp_subdev_link_setup(struct media_entity *entity, const struct media_pad *local, const struct media_pad *remote, u32 flags) rkispp_subdev_link_setup() argument
/device/soc/rockchip/rk3588/kernel/include/linux/
H A Drockchip-pcie-dma.h155 phys_addr_t local; member
/device/soc/rockchip/rk3588/kernel/drivers/pci/controller/
H A Drockchip-pcie-dma.h155 phys_addr_t local; member
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Dapi.h411 u16_t *port, u8_t local);

Completed in 38 milliseconds

12