/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | omap3isp.h | 436 __u16 update; member 657 __u32 update; member
|
/kernel/linux/linux-6.6/drivers/crypto/ |
H A D | omap-sham.c | 850 bool update = rctx->op == OP_UPDATE; in omap_sham_prepare_request() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_npc.c | 964 bool enable, update; in npc_update_vf_flow_entry() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/ |
H A D | davinci_emac.c | 701 int update = -1; in emac_add_mcast() local
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | ov9650.c | 223 u8 update; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | sta.c | 128 iwl_mvm_sta_send_to_fw(struct iwl_mvm *mvm, struct ieee80211_sta *sta, bool update, unsigned int flags) iwl_mvm_sta_send_to_fw() argument
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/qedr/ |
H A D | verbs.c | 4358 try_consume_resp_cqe(struct qedr_cq *cq, struct qedr_qp *qp, struct rdma_cqe_responder *resp, int *update) try_consume_resp_cqe() argument 4380 qedr_poll_cq_resp(struct qedr_dev *dev, struct qedr_qp *qp, struct qedr_cq *cq, int num_entries, struct ib_wc *wc, struct rdma_cqe_responder *resp, int *update) qedr_poll_cq_resp() argument 4400 try_consume_req_cqe(struct qedr_cq *cq, struct qedr_qp *qp, struct rdma_cqe_requester *req, int *update) try_consume_req_cqe() argument 4416 int update = 0; qedr_poll_cq() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | intel_rps.c | 834 static int rps_set(struct intel_rps *rps, u8 val, bool update) in rps_set() argument
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | lm93.c | 203 void (*update)(struct lm93_data *, struct i2c_client *); member [all...] |
/kernel/linux/linux-6.6/drivers/hwmon/pmbus/ |
H A D | pmbus_core.c | 41 bool update; /* runtime sensor update needed */ member 150 void pmbus_set_update(struct i2c_client *client, u8 reg, bool update) in pmbus_set_update() argument 1426 bool update; /* Tru member 1331 pmbus_add_sensor(struct pmbus_data *data, const char *name, const char *type, int seq, int page, int phase, int reg, enum pmbus_sensor_classes class, bool update, bool readonly, bool convert) pmbus_add_sensor() argument 1444 bool update; /* true if update needed */ global() member [all...] |
/kernel/linux/linux-6.6/sound/soc/ |
H A D | soc-dapm.c | 1741 struct snd_soc_dapm_update *update = card->update; in dapm_widget_update() local 2304 snd_soc_dapm_mux_update_power(struct snd_soc_dapm_context *dapm, struct snd_kcontrol *kcontrol, int mux, struct soc_enum *e, struct snd_soc_dapm_update *update) snd_soc_dapm_mux_update_power() argument 2369 snd_soc_dapm_mixer_update_power(struct snd_soc_dapm_context *dapm, struct snd_kcontrol *kcontrol, int connect, struct snd_soc_dapm_update *update) snd_soc_dapm_mixer_update_power() argument 3394 struct snd_soc_dapm_update update = {}; snd_soc_dapm_put_volsw() local 3515 struct snd_soc_dapm_update update = {}; snd_soc_dapm_put_enum_double() local [all...] |
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | omap3isp.h | 223 __u16 update; member 322 __u32 update; member
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | lpass-va-macro.c | 573 struct snd_soc_dapm_update *update = NULL; in va_macro_tx_mixer_put() local
|
/kernel/linux/linux-6.6/drivers/scsi/bfa/ |
H A D | bfa_fcpim.c | 2214 bfa_fcpim_lunmask_update(struct bfa_s *bfa, u32 update) in bfa_fcpim_lunmask_update() argument
|
/kernel/linux/linux-6.6/net/ncsi/ |
H A D | internal.h | 110 u8 update; /* NCSI version update */ member
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | rx.c | 2834 bool update = false; in ieee80211_rx_mesh_data() local
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | omap3isp.h | 242 __u16 update; member 344 __u32 update; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | omap3isp.h | 223 __u16 update; member 322 __u32 update; member
|
/third_party/ffmpeg/libavcodec/ |
H A D | vp8.c | 410 static VP56Frame ref_to_update(VP8Context *s, int update, VP56Frame ref) in ref_to_update() argument [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_waveform.c | 662 static void update(uint8_t *target, int max, int intensity) in update() function [all...] |
/third_party/alsa-lib/include/ |
H A D | pcm.h | 1279 void (*update)(snd_pcm_scope_t *scope); member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/ |
H A D | vktDescriptorSetsIndexingTests.cpp | 480 void DescriptorEnumerator::update (const vkt::Context& context) in update() function in vkt::DescriptorIndexing::__anon27891::DescriptorEnumerator [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelinePushConstantTests.cpp | 117 } update; member 968 const VkPushConstantRange update = getPushConstantUpdates() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/ |
H A D | vktDescriptorSetsIndexingTests.cpp | 504 void DescriptorEnumerator::update (const vkt::Context& context) in update() function in vkt::DescriptorIndexing::__anon29135::DescriptorEnumerator [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | Surface.cpp | 1744 void Surface::update(Buffer &destination, Buffer &source) in update() function in sw::Surface
|