Searched refs:id (Results 476 - 500 of 10565) sorted by relevance

<<11121314151617181920>>

/linux-master/fs/xfs/scrub/
H A Ddqiterate.c35 cursor->id = 0;
50 xfs_dqid_t this_id = cursor->id;
57 * If we have a mapping for cursor->id and it's still fresh, there's
65 /* Look up the data fork mapping for the dquot id of interest. */
80 trace_xchk_dquot_iter_revalidate_bmap(cursor, cursor->id);
98 /* Find the dquot id for the next non-hole mapping. */
102 /* The hole goes beyond the max dquot id, we're done */
125 /* The hole goes beyond the max dquot id, we're done */
138 * Find the id of the next highest incore dquot. Normally this will correspond
156 nr_found = radix_tree_gang_lookup(tree, (void **)&dq, cursor->id,
[all...]
/linux-master/drivers/dax/
H A Dcxl.c20 dax_region = alloc_dax_region(dev, cxlr->id, &cxlr_dax->hpa_range, nid,
27 .id = -1,
38 .id = CXL_DEVICE_DAX_REGION,
/linux-master/net/wireless/tests/
H A Dscan.c20 u8 id; member in struct:test_elem
40 { .id = WLAN_EID_EXTENSION, .len = 255,
44 { .id = WLAN_EID_SSID, .len = 2 },
47 { .id = WLAN_EID_SSID, .len = 2 },
53 { .id = WLAN_EID_REDUCED_NEIGHBOR_REPORT, .len = 254, },
54 { .id = WLAN_EID_FRAGMENT, .len = 125, },
57 { .id = WLAN_EID_SSID, .len = 2 },
58 { .id = WLAN_EID_FRAGMENT, .len = 125, },
61 { .id = WLAN_EID_REDUCED_NEIGHBOR_REPORT, .len = 254, },
62 { .id
[all...]
/linux-master/drivers/media/platform/mediatek/vpu/
H A Dmtk_vpu.h25 * enum ipi_id - the id of inter-processor interrupt
67 * enum rst_id - reset id to register reset function for VPU watchdog timeout
69 * @VPU_RST_ENC: encoder reset id
70 * @VPU_RST_DEC: decoder reset id
71 * @VPU_RST_MDP: MDP (Media Data Path) reset id
72 * @VPU_RST_MAX: maximum reset id
85 * @id: IPI ID
94 int vpu_ipi_register(struct platform_device *pdev, enum ipi_id id,
101 * @id: IPI ID
113 enum ipi_id id, voi
[all...]
/linux-master/drivers/iio/imu/
H A Dfxos8700_i2c.c22 const struct i2c_device_id *id = i2c_client_get_device_id(client); local
32 if (id)
33 name = id->name;
/linux-master/sound/core/
H A Dcontrol.c143 * @id: the ctl element id to send notification
145 * This function adds an event record with the given id and mask, appends
150 struct snd_ctl_elem_id *id)
155 if (snd_BUG_ON(!card || !id))
169 if (ev->id.numid == id->numid) {
176 ev->id = *id;
203 struct snd_ctl_elem_id id local
149 snd_ctl_notify(struct snd_card *card, unsigned int mask, struct snd_ctl_elem_id *id) argument
367 elem_id_matches(const struct snd_kcontrol *kctl, const struct snd_ctl_elem_id *id) argument
384 get_ctl_id_hash(const struct snd_ctl_elem_id *id) argument
403 struct snd_ctl_elem_id id = kcontrol->id; local
426 struct snd_ctl_elem_id id = kcontrol->id; local
462 struct snd_ctl_elem_id id; local
629 snd_ctl_remove_id(struct snd_card *card, struct snd_ctl_elem_id *id) argument
651 snd_ctl_remove_user_ctl(struct snd_ctl_file * file, struct snd_ctl_elem_id *id) argument
682 snd_ctl_activate_id(struct snd_card *card, struct snd_ctl_elem_id *id, int active) argument
852 snd_ctl_find_id_locked(struct snd_card *card, const struct snd_ctl_elem_id *id) argument
889 snd_ctl_find_id(struct snd_card *card, const struct snd_ctl_elem_id *id) argument
923 struct snd_ctl_elem_id id; local
1374 struct snd_ctl_elem_id id; local
1395 struct snd_ctl_elem_id id; local
1784 struct snd_ctl_elem_id id; local
1812 call_tlv_handler(struct snd_ctl_file *file, int op_flag, struct snd_kcontrol *kctl, struct snd_ctl_elem_id *id, unsigned int __user *buf, unsigned int size) argument
1851 read_tlv_buf(struct snd_kcontrol *kctl, struct snd_ctl_elem_id *id, unsigned int __user *buf, unsigned int size) argument
1881 struct snd_ctl_elem_id id; local
[all...]
/linux-master/drivers/media/platform/mediatek/vcodec/common/
H A Dmtk_vcodec_util.c52 int id; local
58 id = enc_ctx->id;
63 id = dec_ctx->id;
73 mtk_v4l2_debug(plat_dev, 3, "[%d] - va = %p dma = 0x%lx size = 0x%zx", id, mem->va,
84 int id; local
90 id = enc_ctx->id;
95 id
[all...]
/linux-master/sound/soc/intel/common/
H A Dsoc-acpi-intel-glk-match.c29 .id = "INT343A",
35 .id = "DLGS7219",
51 .id = "10134242",
/linux-master/drivers/clk/stm32/
H A Dreset-stm32.c32 unsigned long id,
39 int bank = id / (reg_width * BITS_PER_BYTE);
40 int offset = id % (reg_width * BITS_PER_BYTE);
49 return data->reset_lines[id];
53 unsigned long id, bool assert)
59 ptr_line = stm32_get_reset_line(rcdev, id, &line_reset);
94 unsigned long id)
96 return stm32_reset_update(rcdev, id, true);
100 unsigned long id)
102 return stm32_reset_update(rcdev, id, fals
31 stm32_get_reset_line(struct reset_controller_dev *rcdev, unsigned long id, struct stm32_reset_cfg *line) argument
52 stm32_reset_update(struct reset_controller_dev *rcdev, unsigned long id, bool assert) argument
93 stm32_reset_assert(struct reset_controller_dev *rcdev, unsigned long id) argument
99 stm32_reset_deassert(struct reset_controller_dev *rcdev, unsigned long id) argument
105 stm32_reset_status(struct reset_controller_dev *rcdev, unsigned long id) argument
[all...]
/linux-master/drivers/interconnect/qcom/
H A Dqcm2290.c107 .id = QCM2290_MASTER_APPSS_PROC,
129 .id = QCM2290_MASTER_SNOC_BIMC_RT,
146 .id = QCM2290_MASTER_SNOC_BIMC_NRT,
163 .id = QCM2290_MASTER_SNOC_BIMC,
181 .id = QCM2290_MASTER_TCU_0,
232 .id = QCM2290_MASTER_SNOC_CNOC,
280 .id = QCM2290_MASTER_QDSS_DAP,
296 .id = QCM2290_MASTER_CRYPTO_CORE0,
314 .id = QCM2290_MASTER_QUP_CORE_0,
328 .id
[all...]
H A Dsdm660.c145 .id = SDM660_MASTER_IPA,
164 .id = SDM660_MASTER_CNOC_A2NOC,
180 .id = SDM660_MASTER_SDCC_1,
194 .id = SDM660_MASTER_SDCC_2,
208 .id = SDM660_MASTER_BLSP_1,
222 .id = SDM660_MASTER_BLSP_2,
236 .id = SDM660_MASTER_UFS,
255 .id = SDM660_MASTER_USB_HS,
274 .id = SDM660_MASTER_USB3,
293 .id
[all...]
/linux-master/include/linux/remoteproc/
H A Dmtk_scp.h17 * enum ipi_id - the id of inter-processor interrupt
57 int scp_ipi_register(struct mtk_scp *scp, u32 id, scp_ipi_handler_t handler,
59 void scp_ipi_unregister(struct mtk_scp *scp, u32 id);
61 int scp_ipi_send(struct mtk_scp *scp, u32 id, void *buf, unsigned int len,
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_trace.h21 TP_PROTO(const struct pci_dev *pdev, u16 id, u64 size),
22 TP_ARGS(pdev, id, size),
24 __field(u16, id)
28 __entry->id = id;
32 otx2_mbox_id2name(__entry->id), __entry->size)
63 TP_printk("[%s] req->id:0x%x rsp->id:0x%x resp_code:%d\n",
84 TP_PROTO(const struct pci_dev *pdev, u16 id, int err),
85 TP_ARGS(pdev, id, er
[all...]
/linux-master/drivers/regulator/
H A Dmax77686-regulator.c74 /* Array indexed by regulator id */
78 static unsigned int max77686_get_opmode_shift(int id) argument
80 switch (id) {
99 int id)
101 switch (id) {
105 if (test_bit(id, max77686->gpio_enabled))
117 int ret, id = rdev_get_id(rdev); local
119 shift = max77686_get_opmode_shift(id);
127 max77686->opmode[id] = val;
137 int ret, id local
98 max77686_map_normal_mode(struct max77686_data *max77686, int id) argument
172 int ret, id = rdev_get_id(rdev); local
204 int id = rdev_get_id(rdev); local
503 int id = regulators[i].id; local
[all...]
H A Ddevres.c22 static struct regulator *_devm_regulator_get(struct device *dev, const char *id, argument
31 regulator = _regulator_get(dev, id, get_type);
45 * @id: supply name or regulator ID.
51 struct regulator *devm_regulator_get(struct device *dev, const char *id) argument
53 return _devm_regulator_get(dev, id, NORMAL_GET);
60 * @id: supply name or regulator ID.
67 const char *id)
69 return _devm_regulator_get(dev, id, EXCLUSIVE_GET);
80 static int _devm_regulator_get_enable(struct device *dev, const char *id, argument
86 r = _devm_regulator_get(dev, id, get_typ
66 devm_regulator_get_exclusive(struct device *dev, const char *id) argument
110 devm_regulator_get_enable_optional(struct device *dev, const char *id) argument
126 devm_regulator_get_enable(struct device *dev, const char *id) argument
141 devm_regulator_get_optional(struct device *dev, const char *id) argument
168 devm_regulator_get_enable_read_voltage(struct device *dev, const char *id) argument
404 devm_regulator_bulk_get_enable(struct device *dev, int num_consumers, const char * const *id) argument
491 const char *id; member in struct:regulator_supply_alias_match
523 devm_regulator_register_supply_alias(struct device *dev, const char *id, struct device *alias_dev, const char *alias_id) argument
551 devm_regulator_unregister_supply_alias(struct device *dev, const char *id) argument
585 devm_regulator_bulk_register_supply_alias(struct device *dev, const char *const *id, struct device *alias_dev, const char *const *alias_id, int num_id) argument
[all...]
/linux-master/drivers/media/test-drivers/visl/
H A Dvisl-core.c98 .cfg.id = V4L2_CID_STATELESS_FWHT_PARAMS,
109 .cfg.id = V4L2_CID_STATELESS_MPEG2_SEQUENCE,
112 .cfg.id = V4L2_CID_STATELESS_MPEG2_PICTURE,
115 .cfg.id = V4L2_CID_STATELESS_MPEG2_QUANTISATION,
126 .cfg.id = V4L2_CID_STATELESS_VP8_FRAME,
137 .cfg.id = V4L2_CID_STATELESS_VP9_FRAME,
140 .cfg.id = V4L2_CID_STATELESS_VP9_COMPRESSED_HDR,
151 .cfg.id = V4L2_CID_STATELESS_H264_DECODE_PARAMS,
154 .cfg.id = V4L2_CID_STATELESS_H264_SPS,
157 .cfg.id
240 visl_find_control(struct visl_ctx *ctx, u32 id) argument
247 visl_find_control_data(struct visl_ctx *ctx, u32 id) argument
258 visl_control_num_elems(struct visl_ctx *ctx, u32 id) argument
[all...]
/linux-master/arch/arm/mach-pxa/
H A Ddevices.c44 .id = -1,
66 .id = 0,
101 .id = -1,
112 .id = -1,
138 .id = -1,
167 .id = 0,
191 .id = 1,
215 .id = 2,
239 .id = 3,
266 .id
[all...]
/linux-master/drivers/memory/tegra/
H A Dtegra210.c12 .id = 0x00,
16 .id = 0x01,
32 .id = 0x02,
48 .id = 0x03,
64 .id = 0x04,
80 .id = 0x05,
96 .id = 0x06,
112 .id = 0x0e,
128 .id = 0x0f,
144 .id
[all...]
/linux-master/drivers/extcon/
H A Dextcon.c34 unsigned int id; member in struct:__extcon_info
40 .id = EXTCON_NONE,
47 .id = EXTCON_USB,
52 .id = EXTCON_USB_HOST,
59 .id = EXTCON_CHG_USB_SDP,
64 .id = EXTCON_CHG_USB_DCP,
69 .id = EXTCON_CHG_USB_CDP,
74 .id = EXTCON_CHG_USB_ACA,
79 .id = EXTCON_CHG_USB_FAST,
84 .id
266 find_cable_index_by_id(struct extcon_dev *edev, const unsigned int id) argument
307 is_extcon_property_supported(unsigned int id, unsigned int prop) argument
320 is_extcon_property_capability(struct extcon_dev *edev, unsigned int id, int index,unsigned int prop) argument
353 init_property(struct extcon_dev *edev, unsigned int id, int index) argument
429 extcon_sync(struct extcon_dev *edev, unsigned int id) argument
510 extcon_get_state(struct extcon_dev *edev, const unsigned int id) argument
543 extcon_set_state(struct extcon_dev *edev, unsigned int id, bool state) argument
598 extcon_set_state_sync(struct extcon_dev *edev, unsigned int id, bool state) argument
624 extcon_get_property(struct extcon_dev *edev, unsigned int id, unsigned int prop, union extcon_property_value *prop_val) argument
703 extcon_set_property(struct extcon_dev *edev, unsigned int id, unsigned int prop, union extcon_property_value prop_val) argument
771 extcon_set_property_sync(struct extcon_dev *edev, unsigned int id, unsigned int prop, union extcon_property_value prop_val) argument
794 extcon_get_property_capability(struct extcon_dev *edev, unsigned int id, unsigned int prop) argument
828 extcon_set_property_capability(struct extcon_dev *edev, unsigned int id, unsigned int prop) argument
913 extcon_register_notifier(struct extcon_dev *edev, unsigned int id, struct notifier_block *nb) argument
942 extcon_unregister_notifier(struct extcon_dev *edev, unsigned int id, struct notifier_block *nb) argument
[all...]
/linux-master/drivers/staging/greybus/
H A Daudio_manager_sysfs.c43 int id; local
45 int num = kstrtoint(buf, 10, &id);
50 num = gb_audio_manager_remove(id);
64 int id; local
66 int num = kstrtoint(buf, 10, &id);
69 num = gb_audio_manager_dump_module(id);
/linux-master/drivers/reset/
H A Dreset-scmi.c32 * @id: ID of the reset to be asserted
40 scmi_reset_assert(struct reset_controller_dev *rcdev, unsigned long id) argument
44 return reset_ops->assert(ph, id);
50 * @id: ID of the reset to be deasserted
58 scmi_reset_deassert(struct reset_controller_dev *rcdev, unsigned long id) argument
62 return reset_ops->deassert(ph, id);
68 * @id: ID of the reset signal to be reset(assert + deassert)
76 scmi_reset_reset(struct reset_controller_dev *rcdev, unsigned long id) argument
80 return reset_ops->reset(ph, id);
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dxtlv.c37 void brcmf_xtlv_pack_header(struct brcmf_xtlv *xtlv, u16 id, u16 len, argument
45 u8 *lenp = idp + sizeof(xtlv->id);
47 put_unaligned_le16(id, idp);
50 } else if ((opts & mask) == mask) { /* u8 id and u8 len */
54 *idp = (u8)id;
57 } else if (opts & BRCMF_XTLV_OPTION_IDU8) { /* u8 id, u16 len */
61 *idp = (u8)id;
64 } else if (opts & BRCMF_XTLV_OPTION_LENU8) { /* u16 id, u8 len */
68 put_unaligned_le16(id, idp);
/linux-master/drivers/isdn/mISDN/
H A Dtimerdev.c40 int id; member in struct:mISDNtimer
124 if (put_user(timer->id, (int __user *)buf))
162 if (timer->id >= 0)
171 int id; local
177 id = 0;
185 id = timer->id = dev->next_id++;
193 return id;
197 misdn_del_timer(struct mISDNtimerdev *dev, int id) argument
203 if (timer->id
220 int id, tout, ret = 0; local
[all...]
/linux-master/include/linux/soc/ti/
H A Domap1-soc.h42 * CPU id bits (0730, 1510, 1710, 2422...) [31:16]
61 #define IS_OMAP_CLASS(class, id) \
64 return (GET_OMAP_CLASS == (id)) ? 1 : 0; \
69 #define IS_OMAP_SUBCLASS(subclass, id) \
72 return (GET_OMAP_SUBCLASS == (id)) ? 1 : 0; \
114 #define IS_OMAP_TYPE(type, id) \
117 return (GET_OMAP_TYPE == (id)) ? 1 : 0; \
/linux-master/sound/soc/qcom/qdsp6/
H A Dq6apm-lpass-dais.c33 struct audioreach_module_config *cfg = &dai_data->module_config[dai->id];
36 switch (dai->id) {
86 dev_err(dai->dev, "%s: invalid dai id 0x%x\n",
87 __func__, dai->id);
100 struct audioreach_module_config *cfg = &dai_data->module_config[dai->id];
108 switch (dai->id) {
113 cfg->dp_idx = dai->id - DISPLAY_PORT_RX_1 + 1;
130 struct audioreach_module_config *cfg = &dai_data->module_config[dai->id];
144 if (!dai_data->is_port_started[dai->id])
146 rc = q6apm_graph_stop(dai_data->graph[dai->id]);
[all...]

Completed in 231 milliseconds

<<11121314151617181920>>