Home
last modified time | relevance | path

Searched refs:cid (Results 1 - 25 of 592) sorted by relevance

12345678910>>...24

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/
H A Dbmi.c26 u32 cid = BMI_DONE; in ath6kl_bmi_done() local
35 ret = ath6kl_hif_bmi_write(ar, (u8 *)&cid, sizeof(cid)); in ath6kl_bmi_done()
48 u32 cid = BMI_GET_TARGET_INFO; in ath6kl_bmi_get_target_info() local
51 ath6kl_err("bmi done sent already, cmd %d disallowed\n", cid); in ath6kl_bmi_get_target_info()
55 ret = ath6kl_hif_bmi_write(ar, (u8 *)&cid, sizeof(cid)); in ath6kl_bmi_get_target_info()
116 u32 cid = BMI_READ_MEMORY; in ath6kl_bmi_read() local
123 ath6kl_err("bmi done sent already, cmd %d disallowed\n", cid); in ath6kl_bmi_read()
127 size = ar->bmi.max_data_size + sizeof(cid) in ath6kl_bmi_read()
172 u32 cid = BMI_WRITE_MEMORY; ath6kl_bmi_write() local
239 u32 cid = BMI_EXECUTE; ath6kl_bmi_execute() local
286 u32 cid = BMI_SET_APP_START; ath6kl_bmi_set_app_start() local
322 u32 cid = BMI_READ_SOC_REGISTER; ath6kl_bmi_reg_read() local
365 u32 cid = BMI_WRITE_SOC_REGISTER; ath6kl_bmi_reg_write() local
405 u32 cid = BMI_LZ_DATA; ath6kl_bmi_lz_data() local
456 u32 cid = BMI_LZ_STREAM_START; ath6kl_bmi_lz_stream_start() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/
H A Dbmi.c26 u32 cid = BMI_DONE; in ath6kl_bmi_done() local
35 ret = ath6kl_hif_bmi_write(ar, (u8 *)&cid, sizeof(cid)); in ath6kl_bmi_done()
48 u32 cid = BMI_GET_TARGET_INFO; in ath6kl_bmi_get_target_info() local
51 ath6kl_err("bmi done sent already, cmd %d disallowed\n", cid); in ath6kl_bmi_get_target_info()
55 ret = ath6kl_hif_bmi_write(ar, (u8 *)&cid, sizeof(cid)); in ath6kl_bmi_get_target_info()
116 u32 cid = BMI_READ_MEMORY; in ath6kl_bmi_read() local
123 ath6kl_err("bmi done sent already, cmd %d disallowed\n", cid); in ath6kl_bmi_read()
127 size = ar->bmi.max_data_size + sizeof(cid) in ath6kl_bmi_read()
172 u32 cid = BMI_WRITE_MEMORY; ath6kl_bmi_write() local
239 u32 cid = BMI_EXECUTE; ath6kl_bmi_execute() local
286 u32 cid = BMI_SET_APP_START; ath6kl_bmi_set_app_start() local
322 u32 cid = BMI_READ_SOC_REGISTER; ath6kl_bmi_reg_read() local
365 u32 cid = BMI_WRITE_SOC_REGISTER; ath6kl_bmi_reg_write() local
405 u32 cid = BMI_LZ_DATA; ath6kl_bmi_lz_data() local
456 u32 cid = BMI_LZ_STREAM_START; ath6kl_bmi_lz_stream_start() local
[all...]
/kernel/linux/linux-5.10/fs/exfat/
H A Dcache.c84 unsigned int fclus, struct exfat_cache_id *cid, in exfat_cache_lookup()
108 cid->id = ei->cache_valid_id; in exfat_cache_lookup()
109 cid->nr_contig = hit->nr_contig; in exfat_cache_lookup()
110 cid->fcluster = hit->fcluster; in exfat_cache_lookup()
111 cid->dcluster = hit->dcluster; in exfat_cache_lookup()
112 *cached_fclus = cid->fcluster + offset; in exfat_cache_lookup()
113 *cached_dclus = cid->dcluster + offset; in exfat_cache_lookup()
220 static inline int cache_contiguous(struct exfat_cache_id *cid, in cache_contiguous() argument
223 cid->nr_contig++; in cache_contiguous()
224 return cid in cache_contiguous()
83 exfat_cache_lookup(struct inode *inode, unsigned int fclus, struct exfat_cache_id *cid, unsigned int *cached_fclus, unsigned int *cached_dclus) exfat_cache_lookup() argument
227 cache_init(struct exfat_cache_id *cid, unsigned int fclus, unsigned int dclus) cache_init() argument
244 struct exfat_cache_id cid; exfat_get_cluster() local
[all...]
/kernel/linux/linux-6.6/fs/exfat/
H A Dcache.c84 unsigned int fclus, struct exfat_cache_id *cid, in exfat_cache_lookup()
108 cid->id = ei->cache_valid_id; in exfat_cache_lookup()
109 cid->nr_contig = hit->nr_contig; in exfat_cache_lookup()
110 cid->fcluster = hit->fcluster; in exfat_cache_lookup()
111 cid->dcluster = hit->dcluster; in exfat_cache_lookup()
112 *cached_fclus = cid->fcluster + offset; in exfat_cache_lookup()
113 *cached_dclus = cid->dcluster + offset; in exfat_cache_lookup()
220 static inline int cache_contiguous(struct exfat_cache_id *cid, in cache_contiguous() argument
223 cid->nr_contig++; in cache_contiguous()
224 return cid in cache_contiguous()
83 exfat_cache_lookup(struct inode *inode, unsigned int fclus, struct exfat_cache_id *cid, unsigned int *cached_fclus, unsigned int *cached_dclus) exfat_cache_lookup() argument
227 cache_init(struct exfat_cache_id *cid, unsigned int fclus, unsigned int dclus) cache_init() argument
244 struct exfat_cache_id cid; exfat_get_cluster() local
[all...]
/kernel/linux/linux-5.10/fs/fat/
H A Dcache.c81 struct fat_cache_id *cid, in fat_cache_lookup()
105 cid->id = MSDOS_I(inode)->cache_valid_id; in fat_cache_lookup()
106 cid->nr_contig = hit->nr_contig; in fat_cache_lookup()
107 cid->fcluster = hit->fcluster; in fat_cache_lookup()
108 cid->dcluster = hit->dcluster; in fat_cache_lookup()
109 *cached_fclus = cid->fcluster + offset; in fat_cache_lookup()
110 *cached_dclus = cid->dcluster + offset; in fat_cache_lookup()
211 static inline int cache_contiguous(struct fat_cache_id *cid, int dclus) in cache_contiguous() argument
213 cid->nr_contig++; in cache_contiguous()
214 return ((cid in cache_contiguous()
80 fat_cache_lookup(struct inode *inode, int fclus, struct fat_cache_id *cid, int *cached_fclus, int *cached_dclus) fat_cache_lookup() argument
217 cache_init(struct fat_cache_id *cid, int fclus, int dclus) cache_init() argument
231 struct fat_cache_id cid; fat_get_cluster() local
[all...]
/kernel/linux/linux-6.6/fs/fat/
H A Dcache.c81 struct fat_cache_id *cid, in fat_cache_lookup()
105 cid->id = MSDOS_I(inode)->cache_valid_id; in fat_cache_lookup()
106 cid->nr_contig = hit->nr_contig; in fat_cache_lookup()
107 cid->fcluster = hit->fcluster; in fat_cache_lookup()
108 cid->dcluster = hit->dcluster; in fat_cache_lookup()
109 *cached_fclus = cid->fcluster + offset; in fat_cache_lookup()
110 *cached_dclus = cid->dcluster + offset; in fat_cache_lookup()
211 static inline int cache_contiguous(struct fat_cache_id *cid, int dclus) in cache_contiguous() argument
213 cid->nr_contig++; in cache_contiguous()
214 return ((cid in cache_contiguous()
80 fat_cache_lookup(struct inode *inode, int fclus, struct fat_cache_id *cid, int *cached_fclus, int *cached_dclus) fat_cache_lookup() argument
217 cache_init(struct fat_cache_id *cid, int fclus, int dclus) cache_init() argument
231 struct fat_cache_id cid; fat_get_cluster() local
[all...]
/kernel/linux/linux-5.10/drivers/atm/
H A Dhe.c224 #define he_writel_tsr0(dev, val, cid) \
225 he_writel_tcm(dev, val, CONFIG_TSRA | (cid << 3) | 0)
226 #define he_readl_tsr0(dev, cid) \
227 he_readl_tcm(dev, CONFIG_TSRA | (cid << 3) | 0)
229 #define he_writel_tsr1(dev, val, cid) \
230 he_writel_tcm(dev, val, CONFIG_TSRA | (cid << 3) | 1)
232 #define he_writel_tsr2(dev, val, cid) \
233 he_writel_tcm(dev, val, CONFIG_TSRA | (cid << 3) | 2)
235 #define he_writel_tsr3(dev, val, cid) \
236 he_writel_tcm(dev, val, CONFIG_TSRA | (cid <<
328 __find_vcc(struct he_dev *he_dev, unsigned cid) __find_vcc() argument
1647 unsigned cid, lastcid = -1; he_service_rbrq() local
2053 __enqueue_tpd(struct he_dev *he_dev, struct he_tpd *tpd, unsigned cid) __enqueue_tpd() argument
2124 unsigned cid, rsr0, rsr1, rsr4, tsr0, tsr0_aal, tsr4, period, reg, clock; he_open() local
2337 unsigned cid; he_close() local
2493 unsigned cid = he_mkcid(he_dev, vcc->vpi, vcc->vci); he_send() local
[all...]
/kernel/linux/linux-6.6/drivers/atm/
H A Dhe.c224 #define he_writel_tsr0(dev, val, cid) \
225 he_writel_tcm(dev, val, CONFIG_TSRA | (cid << 3) | 0)
226 #define he_readl_tsr0(dev, cid) \
227 he_readl_tcm(dev, CONFIG_TSRA | (cid << 3) | 0)
229 #define he_writel_tsr1(dev, val, cid) \
230 he_writel_tcm(dev, val, CONFIG_TSRA | (cid << 3) | 1)
232 #define he_writel_tsr2(dev, val, cid) \
233 he_writel_tcm(dev, val, CONFIG_TSRA | (cid << 3) | 2)
235 #define he_writel_tsr3(dev, val, cid) \
236 he_writel_tcm(dev, val, CONFIG_TSRA | (cid <<
328 __find_vcc(struct he_dev *he_dev, unsigned cid) __find_vcc() argument
1644 unsigned cid, lastcid = -1; he_service_rbrq() local
2050 __enqueue_tpd(struct he_dev *he_dev, struct he_tpd *tpd, unsigned cid) __enqueue_tpd() argument
2121 unsigned cid, rsr0, rsr1, rsr4, tsr0, tsr0_aal, tsr4, period, reg, clock; he_open() local
2334 unsigned cid; he_close() local
2490 unsigned cid = he_mkcid(he_dev, vcc->vpi, vcc->vci); he_send() local
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-rpc/
H A Decard.c332 if (!ec->cid.cd) in ecard_readchunk()
629 if (ec->cid.id == 0) { in ecard_prints()
633 ec->cid.manufacturer, ec->cid.product); in ecard_prints()
635 if (!ec->card_desc && ec->cid.cd && in ecard_prints()
645 seq_printf(m, "Simple card %d\n", ec->cid.id); in ecard_prints()
786 return sprintf(buf, "%u\n", ec->cid.manufacturer); in vendor_show()
793 return sprintf(buf, "%u\n", ec->cid.product); in device_show()
895 struct ex_ecid cid; in ecard_probe() local
909 cid in ecard_probe()
[all...]
/kernel/linux/linux-6.6/arch/arm/mach-rpc/
H A Decard.c332 if (!ec->cid.cd) in ecard_readchunk()
629 if (ec->cid.id == 0) { in ecard_prints()
633 ec->cid.manufacturer, ec->cid.product); in ecard_prints()
635 if (!ec->card_desc && ec->cid.cd && in ecard_prints()
645 seq_printf(m, "Simple card %d\n", ec->cid.id); in ecard_prints()
786 return sprintf(buf, "%u\n", ec->cid.manufacturer); in vendor_show()
793 return sprintf(buf, "%u\n", ec->cid.product); in device_show()
895 struct ex_ecid cid; in ecard_probe() local
909 cid in ecard_probe()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H A Dqed_ooo.c24 u32 cid) in qed_ooo_seek_archipelago()
26 u32 idx = (cid & 0xffff) - p_ooo_info->cid_base; in qed_ooo_seek_archipelago()
42 u32 cid, u8 isle) in qed_ooo_seek_isle()
48 p_archipelago = qed_ooo_seek_archipelago(p_hwfn, p_ooo_info, cid); in qed_ooo_seek_isle()
51 "Connection %d is not found in OOO list\n", cid); in qed_ooo_seek_isle()
164 struct qed_ooo_info *p_ooo_info, u32 cid) in qed_ooo_release_connection_isles()
170 p_archipelago = qed_ooo_seek_archipelago(p_hwfn, p_ooo_info, cid); in qed_ooo_release_connection_isles()
326 u32 cid, u8 drop_isle, u8 drop_size) in qed_ooo_delete_isles()
332 p_isle = qed_ooo_seek_isle(p_hwfn, p_ooo_info, cid, drop_isle); in qed_ooo_delete_isles()
335 "Isle %d is not found(cid in qed_ooo_delete_isles()
21 qed_ooo_seek_archipelago(struct qed_hwfn *p_hwfn, struct qed_ooo_info *p_ooo_info, u32 cid) qed_ooo_seek_archipelago() argument
40 qed_ooo_seek_isle(struct qed_hwfn *p_hwfn, struct qed_ooo_info *p_ooo_info, u32 cid, u8 isle) qed_ooo_seek_isle() argument
163 qed_ooo_release_connection_isles(struct qed_hwfn *p_hwfn, struct qed_ooo_info *p_ooo_info, u32 cid) qed_ooo_release_connection_isles() argument
324 qed_ooo_delete_isles(struct qed_hwfn *p_hwfn, struct qed_ooo_info *p_ooo_info, u32 cid, u8 drop_isle, u8 drop_size) qed_ooo_delete_isles() argument
352 qed_ooo_add_new_isle(struct qed_hwfn *p_hwfn, struct qed_ooo_info *p_ooo_info, u32 cid, u8 ooo_isle, struct qed_ooo_buffer *p_buffer) qed_ooo_add_new_isle() argument
411 qed_ooo_add_new_buffer(struct qed_hwfn *p_hwfn, struct qed_ooo_info *p_ooo_info, u32 cid, u8 ooo_isle, struct qed_ooo_buffer *p_buffer, u8 buffer_side) qed_ooo_add_new_buffer() argument
432 qed_ooo_join_isles(struct qed_hwfn *p_hwfn, struct qed_ooo_info *p_ooo_info, u32 cid, u8 left_isle) qed_ooo_join_isles() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H A Dqed_ooo.c24 u32 cid) in qed_ooo_seek_archipelago()
26 u32 idx = (cid & 0xffff) - p_ooo_info->cid_base; in qed_ooo_seek_archipelago()
42 u32 cid, u8 isle) in qed_ooo_seek_isle()
48 p_archipelago = qed_ooo_seek_archipelago(p_hwfn, p_ooo_info, cid); in qed_ooo_seek_isle()
51 "Connection %d is not found in OOO list\n", cid); in qed_ooo_seek_isle()
165 struct qed_ooo_info *p_ooo_info, u32 cid) in qed_ooo_release_connection_isles()
171 p_archipelago = qed_ooo_seek_archipelago(p_hwfn, p_ooo_info, cid); in qed_ooo_release_connection_isles()
327 u32 cid, u8 drop_isle, u8 drop_size) in qed_ooo_delete_isles()
333 p_isle = qed_ooo_seek_isle(p_hwfn, p_ooo_info, cid, drop_isle); in qed_ooo_delete_isles()
336 "Isle %d is not found(cid in qed_ooo_delete_isles()
21 qed_ooo_seek_archipelago(struct qed_hwfn *p_hwfn, struct qed_ooo_info *p_ooo_info, u32 cid) qed_ooo_seek_archipelago() argument
40 qed_ooo_seek_isle(struct qed_hwfn *p_hwfn, struct qed_ooo_info *p_ooo_info, u32 cid, u8 isle) qed_ooo_seek_isle() argument
164 qed_ooo_release_connection_isles(struct qed_hwfn *p_hwfn, struct qed_ooo_info *p_ooo_info, u32 cid) qed_ooo_release_connection_isles() argument
325 qed_ooo_delete_isles(struct qed_hwfn *p_hwfn, struct qed_ooo_info *p_ooo_info, u32 cid, u8 drop_isle, u8 drop_size) qed_ooo_delete_isles() argument
353 qed_ooo_add_new_isle(struct qed_hwfn *p_hwfn, struct qed_ooo_info *p_ooo_info, u32 cid, u8 ooo_isle, struct qed_ooo_buffer *p_buffer) qed_ooo_add_new_isle() argument
412 qed_ooo_add_new_buffer(struct qed_hwfn *p_hwfn, struct qed_ooo_info *p_ooo_info, u32 cid, u8 ooo_isle, struct qed_ooo_buffer *p_buffer, u8 buffer_side) qed_ooo_add_new_buffer() argument
433 qed_ooo_join_isles(struct qed_hwfn *p_hwfn, struct qed_ooo_info *p_ooo_info, u32 cid, u8 left_isle) qed_ooo_join_isles() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvif/
H A Ddisp.c58 int cid, ret; in nvif_disp_ctor() local
60 cid = nvif_sclass(&device->object, disps, oclass); in nvif_disp_ctor()
62 if (cid < 0) { in nvif_disp_ctor()
63 NVIF_ERRON(cid, &device->object, "[NEW disp%04x] not supported", oclass); in nvif_disp_ctor()
64 return cid; in nvif_disp_ctor()
70 disps[cid].oclass, &args, sizeof(args), &disp->object); in nvif_disp_ctor()
71 NVIF_ERRON(ret, &device->object, "[NEW disp%04x]", disps[cid].oclass); in nvif_disp_ctor()
/kernel/linux/linux-5.10/fs/hmdfs/
H A Dhmdfs_share.c79 struct file *file, char *cid) in insert_share_item()
111 memcpy(new_item->cid, cid, HMDFS_CID_SIZE); in insert_share_item()
128 char *cid) in update_share_item()
136 memcpy(item->cid, cid, HMDFS_CID_SIZE); in update_share_item()
204 if (is_dst_device(item->cid, conn->cid)) { in hmdfs_clear_share_item_offline()
229 char *cid) in hmdfs_close_share_item()
254 if (!strcmp(item->cid, SHARE_ALL_DEVIC in hmdfs_close_share_item()
78 insert_share_item(struct hmdfs_share_table *st, struct qstr *relative_path, struct file *file, char *cid) insert_share_item() argument
127 update_share_item(struct hmdfs_share_item *item, struct file *file, char *cid) update_share_item() argument
228 hmdfs_close_share_item(struct hmdfs_sb_info *sbi, struct file *file, char *cid) hmdfs_close_share_item() argument
277 hmdfs_check_share_access_permission(struct hmdfs_sb_info *sbi, const char *filename, char *cid) hmdfs_check_share_access_permission() argument
[all...]
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dhmdfs_share.c79 struct file *file, char *cid) in insert_share_item()
111 memcpy(new_item->cid, cid, HMDFS_CID_SIZE); in insert_share_item()
128 char *cid) in update_share_item()
136 memcpy(item->cid, cid, HMDFS_CID_SIZE); in update_share_item()
204 if (is_dst_device(item->cid, conn->cid)) { in hmdfs_clear_share_item_offline()
229 char *cid) in hmdfs_close_share_item()
254 if (!strcmp(item->cid, SHARE_ALL_DEVIC in hmdfs_close_share_item()
78 insert_share_item(struct hmdfs_share_table *st, struct qstr *relative_path, struct file *file, char *cid) insert_share_item() argument
127 update_share_item(struct hmdfs_share_item *item, struct file *file, char *cid) update_share_item() argument
228 hmdfs_close_share_item(struct hmdfs_sb_info *sbi, struct file *file, char *cid) hmdfs_close_share_item() argument
277 hmdfs_check_share_access_permission(struct hmdfs_sb_info *sbi, const char *filename, char *cid) hmdfs_check_share_access_permission() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/
H A Dovly.c44 int cid, ret; in nv50_ovly_new() local
46 cid = nvif_mclass(&disp->disp->object, ovlys); in nv50_ovly_new()
47 if (cid < 0) { in nv50_ovly_new()
49 return cid; in nv50_ovly_new()
52 ret = ovlys[cid].new(drm, head, ovlys[cid].oclass, pwndw); in nv50_ovly_new()
H A Doimm.c42 int cid; in nv50_oimm_init() local
44 cid = nvif_mclass(&disp->disp->object, oimms); in nv50_oimm_init()
45 if (cid < 0) { in nv50_oimm_init()
47 return cid; in nv50_oimm_init()
50 return oimms[cid].init(drm, oimms[cid].oclass, wndw); in nv50_oimm_init()
H A Dwimm.c39 int cid; in nv50_wimm_init() local
41 cid = nvif_mclass(&disp->disp->object, wimms); in nv50_wimm_init()
42 if (cid < 0) { in nv50_wimm_init()
44 return cid; in nv50_wimm_init()
47 return wimms[cid].init(drm, wimms[cid].oclass, wndw); in nv50_wimm_init()
H A Dcurs.c44 int cid; in nv50_curs_new() local
46 cid = nvif_mclass(&disp->disp->object, curses); in nv50_curs_new()
47 if (cid < 0) { in nv50_curs_new()
49 return cid; in nv50_curs_new()
52 return curses[cid].new(drm, head, curses[cid].oclass, pwndw); in nv50_curs_new()
H A Dbase.c44 int cid; in nv50_base_new() local
46 cid = nvif_mclass(&disp->disp->object, bases); in nv50_base_new()
47 if (cid < 0) { in nv50_base_new()
49 return cid; in nv50_base_new()
52 return bases[cid].new(drm, head, bases[cid].oclass, pwndw); in nv50_base_new()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/
H A Dbase.c44 int cid; in nv50_base_new() local
46 cid = nvif_mclass(&disp->disp->object, bases); in nv50_base_new()
47 if (cid < 0) { in nv50_base_new()
49 return cid; in nv50_base_new()
52 return bases[cid].new(drm, head, bases[cid].oclass, pwndw); in nv50_base_new()
H A Dovly.c44 int cid, ret; in nv50_ovly_new() local
46 cid = nvif_mclass(&disp->disp->object, ovlys); in nv50_ovly_new()
47 if (cid < 0) { in nv50_ovly_new()
49 return cid; in nv50_ovly_new()
52 ret = ovlys[cid].new(drm, head, ovlys[cid].oclass, pwndw); in nv50_ovly_new()
H A Doimm.c42 int cid; in nv50_oimm_init() local
44 cid = nvif_mclass(&disp->disp->object, oimms); in nv50_oimm_init()
45 if (cid < 0) { in nv50_oimm_init()
47 return cid; in nv50_oimm_init()
50 return oimms[cid].init(drm, oimms[cid].oclass, wndw); in nv50_oimm_init()
H A Dcurs.c45 int cid; in nv50_curs_new() local
47 cid = nvif_mclass(&disp->disp->object, curses); in nv50_curs_new()
48 if (cid < 0) { in nv50_curs_new()
50 return cid; in nv50_curs_new()
53 return curses[cid].new(drm, head, curses[cid].oclass, pwndw); in nv50_curs_new()
H A Dwimm.c40 int cid; in nv50_wimm_init() local
42 cid = nvif_mclass(&disp->disp->object, wimms); in nv50_wimm_init()
43 if (cid < 0) { in nv50_wimm_init()
45 return cid; in nv50_wimm_init()
48 return wimms[cid].init(drm, wimms[cid].oclass, wndw); in nv50_wimm_init()

Completed in 13 milliseconds

12345678910>>...24