Searched refs:cd (Results 76 - 100 of 201) sorted by relevance

123456789

/linux-master/drivers/clocksource/
H A Dmips-gic-timer.c72 struct clock_event_device *cd = dev_id; local
75 cd->event_handler(cd);
87 struct clock_event_device *cd)
89 cd->name = "MIPS GIC";
90 cd->features = CLOCK_EVT_FEAT_ONESHOT |
93 cd->rating = 350;
94 cd->irq = gic_timer_irq;
95 cd->cpumask = cpumask_of(cpu);
96 cd
86 gic_clockevent_cpu_init(unsigned int cpu, struct clock_event_device *cd) argument
103 gic_clockevent_cpu_exit(struct clock_event_device *cd) argument
[all...]
/linux-master/include/linux/sunrpc/
H A Dcache.h82 void (*cache_request)(struct cache_detail *cd,
90 struct cache_detail *cd,
92 void (*warn_no_listener)(struct cache_detail *cd,
208 static inline void cache_put(struct cache_head *h, struct cache_detail *cd) argument
211 h->expiry_time < cd->nextcheck)
212 cd->nextcheck = h->expiry_time;
213 kref_put(&h->ref, cd->cache_put);
231 extern int cache_register_net(struct cache_detail *cd, struct net *net);
232 extern void cache_unregister_net(struct cache_detail *cd, struct net *net);
235 extern void cache_destroy_net(struct cache_detail *cd, struc
[all...]
/linux-master/net/sunrpc/
H A Dsvcauth_unix.c153 static int ip_map_upcall(struct cache_detail *cd, struct cache_head *h) argument
155 return sunrpc_cache_pipe_upcall(cd, h);
158 static void ip_map_request(struct cache_detail *cd, argument
175 static struct ip_map *__ip_map_lookup(struct cache_detail *cd, char *class, struct in6_addr *addr);
176 static int __ip_map_update(struct cache_detail *cd, struct ip_map *ipm, struct unix_domain *udom, time64_t expiry);
178 static int ip_map_parse(struct cache_detail *cd, argument
211 if (rpc_pton(cd->net, buf, len, &address.sa, sizeof(address)) == 0)
245 ipmp = __ip_map_lookup(cd, class, &sin6.sin6_addr);
247 err = __ip_map_update(cd, ipmp,
261 struct cache_detail *cd,
260 ip_map_show(struct seq_file *m, struct cache_detail *cd, struct cache_head *h) argument
290 __ip_map_lookup(struct cache_detail *cd, char *class, struct in6_addr *addr) argument
308 __ip_map_update(struct cache_detail *cd, struct ip_map *ipm, struct unix_domain *udom, time64_t expiry) argument
468 unix_gid_upcall(struct cache_detail *cd, struct cache_head *h) argument
473 unix_gid_request(struct cache_detail *cd, struct cache_head *h, char **bpp, int *blen) argument
487 unix_gid_parse(struct cache_detail *cd, char *mesg, int mlen) argument
558 unix_gid_show(struct seq_file *m, struct cache_detail *cd, struct cache_head *h) argument
603 struct cache_detail *cd; local
621 struct cache_detail *cd = sn->unix_gid_cache; local
629 unix_gid_lookup(struct cache_detail *cd, kuid_t uid) argument
1037 struct cache_detail *cd; local
1055 struct cache_detail *cd = sn->ip_map_cache; local
[all...]
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_dcb.h141 int ice_aq_set_pfc_mode(struct ice_hw *hw, u8 pfc_mode, struct ice_sq_cd *cd);
157 struct ice_sq_cd *cd);
158 int ice_aq_start_lldp(struct ice_hw *hw, bool persist, struct ice_sq_cd *cd);
161 bool *dcbx_agent_status, struct ice_sq_cd *cd);
168 struct ice_sq_cd __always_unused *cd)
176 struct ice_sq_cd __always_unused *cd)
185 struct ice_sq_cd __always_unused *cd)
165 ice_aq_stop_lldp(struct ice_hw __always_unused *hw, bool __always_unused shutdown_lldp_agent, bool __always_unused persist, struct ice_sq_cd __always_unused *cd) argument
174 ice_aq_start_lldp(struct ice_hw __always_unused *hw, bool __always_unused persist, struct ice_sq_cd __always_unused *cd) argument
182 ice_aq_start_stop_dcbx(struct ice_hw __always_unused *hw, bool __always_unused start_dcbx_agent, bool *dcbx_agent_status, struct ice_sq_cd __always_unused *cd) argument
H A Dice_switch.h339 struct ice_sq_cd *cd);
342 bool keep_vsi_alloc, struct ice_sq_cd *cd);
345 struct ice_sq_cd *cd);
411 u8 num_rules, enum ice_adminq_opc opc, struct ice_sq_cd *cd);
422 u16 *num_recipes, u16 recipe_root, struct ice_sq_cd *cd);
425 u16 num_recipes, struct ice_sq_cd *cd);
428 struct ice_sq_cd *cd);
431 struct ice_sq_cd *cd);
/linux-master/fs/nfsd/
H A Dexport.c54 static int expkey_upcall(struct cache_detail *cd, struct cache_head *h) argument
56 return sunrpc_cache_pipe_upcall(cd, h);
59 static void expkey_request(struct cache_detail *cd, argument
74 static struct svc_expkey *svc_expkey_update(struct cache_detail *cd, struct svc_expkey *new,
76 static struct svc_expkey *svc_expkey_lookup(struct cache_detail *cd, struct svc_expkey *);
78 static int expkey_parse(struct cache_detail *cd, char *mesg, int mlen) argument
134 ek = svc_expkey_lookup(cd, &key);
148 ek = svc_expkey_update(cd, &key, ek);
160 ek = svc_expkey_update(cd, &key, ek);
170 cache_put(&ek->h, cd);
177 expkey_show(struct seq_file *m, struct cache_detail *cd, struct cache_head *h) argument
287 svc_expkey_lookup(struct cache_detail *cd, struct svc_expkey *item) argument
300 svc_expkey_update(struct cache_detail *cd, struct svc_expkey *new, struct svc_expkey *old) argument
366 svc_export_upcall(struct cache_detail *cd, struct cache_head *h) argument
371 svc_export_request(struct cache_detail *cd, struct cache_head *h, char **bpp, int *blen) argument
596 svc_export_parse(struct cache_detail *cd, char *mesg, int mlen) argument
755 svc_export_show(struct seq_file *m, struct cache_detail *cd, struct cache_head *h) argument
934 exp_find_key(struct cache_detail *cd, struct auth_domain *clp, int fsid_type, u32 *fsidv, struct cache_req *reqp) argument
959 exp_get_by_name(struct cache_detail *cd, struct auth_domain *clp, const struct path *path, struct cache_req *reqp) argument
987 exp_parent(struct cache_detail *cd, struct auth_domain *clp, struct path *path) argument
1020 struct cache_detail *cd = nn->svc_export_cache; local
1055 exp_find(struct cache_detail *cd, struct auth_domain *clp, int fsid_type, u32 *fsidv, struct cache_req *reqp) argument
1137 struct cache_detail *cd = nn->svc_export_cache; local
1168 struct cache_detail *cd = nn->svc_export_cache; local
1356 struct cache_detail *cd = m->private; local
[all...]
H A Dnfs4idmap.c127 idtoname_upcall(struct cache_detail *cd, struct cache_head *h) argument
129 return sunrpc_cache_pipe_upcall_timeout(cd, h);
133 idtoname_request(struct cache_detail *cd, struct cache_head *ch, char **bpp, argument
158 idtoname_show(struct seq_file *m, struct cache_detail *cd, struct cache_head *h) argument
206 idtoname_parse(struct cache_detail *cd, char *buf, int buflen) argument
248 res = idtoname_lookup(cd, &ent);
262 res = idtoname_update(cd, &ent, res);
266 cache_put(&res->h, cd);
274 idtoname_lookup(struct cache_detail *cd, struct ent *item) argument
276 struct cache_head *ch = sunrpc_cache_lookup_rcu(cd,
285 idtoname_update(struct cache_detail *cd, struct ent *new, struct ent *old) argument
307 nametoid_upcall(struct cache_detail *cd, struct cache_head *h) argument
313 nametoid_request(struct cache_detail *cd, struct cache_head *ch, char **bpp, int *blen) argument
336 nametoid_show(struct seq_file *m, struct cache_detail *cd, struct cache_head *h) argument
376 nametoid_parse(struct cache_detail *cd, char *buf, int buflen) argument
439 nametoid_lookup(struct cache_detail *cd, struct ent *item) argument
450 nametoid_update(struct cache_detail *cd, struct ent *new, struct ent *old) argument
[all...]
H A Dexport.h77 struct cache_detail *cd; member in struct:svc_export
122 cache_put(&exp->h, exp->cd);
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_qsfp.c490 struct qib_qsfp_cache cd; local
497 ret = qib_refresh_qsfp_cache(ppd, &cd);
503 if (QSFP_IS_CU(cd.tech))
504 sprintf(lenstr, "%dM ", cd.len);
507 (QSFP_PWR(cd.pwr) * 4));
510 qib_qsfp_devtech[cd.tech >> 4]);
513 QSFP_VEND_LEN, cd.vendor);
516 QSFP_OUI(cd.oui));
519 QSFP_PN_LEN, cd.partnum);
521 QSFP_REV_LEN, cd
[all...]
/linux-master/include/linux/platform_data/
H A Dmicrochip-ksz.h47 struct dsa_chip_data cd; member in struct:ksz_platform_data
/linux-master/drivers/iio/light/
H A Drohm-bu27008.c382 const struct bu27_chip_data *cd; member in struct:bu27008_data
650 ret = regmap_reinit_cache(data->regmap, data->cd->regmap_cfg);
761 ret = regmap_read_poll_timeout(data->regmap, data->cd->valid_reg,
781 ret = data->cd->get_gain_sel(data, &sel);
804 return data->cd->write_gain_sel(data, ret);
815 val &= data->cd->int_time_mask;
816 val >>= ffs(data->cd->int_time_mask) - 1;
825 sel <<= ffs(data->cd->int_time_mask) - 1;
828 data->cd->int_time_mask, sel);
965 return regmap_set_bits(data->regmap, data->cd
[all...]
/linux-master/include/media/
H A Dmedia-devnode.h95 #define to_media_devnode(cd) container_of(cd, struct media_devnode, dev)
/linux-master/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c106 static struct rsi *rsi_update(struct cache_detail *cd, struct rsi *new, struct rsi *old);
107 static struct rsi *rsi_lookup(struct cache_detail *cd, struct rsi *item);
207 static int rsi_upcall(struct cache_detail *cd, struct cache_head *h) argument
209 return sunrpc_cache_pipe_upcall_timeout(cd, h);
212 static void rsi_request(struct cache_detail *cd, argument
225 static int rsi_parse(struct cache_detail *cd, argument
254 rsip = rsi_lookup(cd, &rsii);
296 rsip = rsi_update(cd, &rsii, rsip);
301 cache_put(&rsip->h, cd);
321 static struct rsi *rsi_lookup(struct cache_detail *cd, struc argument
333 rsi_update(struct cache_detail *cd, struct rsi *new, struct rsi *old) argument
459 rsc_upcall(struct cache_detail *cd, struct cache_head *h) argument
464 rsc_parse(struct cache_detail *cd, char *mesg, int mlen) argument
598 rsc_lookup(struct cache_detail *cd, struct rsc *item) argument
610 rsc_update(struct cache_detail *cd, struct rsc *new, struct rsc *old) argument
625 gss_svc_searchbyctx(struct cache_detail *cd, struct xdr_netobj *handle) argument
1010 svcauth_gss_proc_init_verf(struct cache_detail *cd, struct svc_rqst *rqstp, struct xdr_netobj *out_handle, int *major_status, u32 seq_num) argument
1224 gss_proxy_save_rsc(struct cache_detail *cd, struct gssp_upcall_data *ud, uint64_t *handle) argument
2026 struct cache_detail *cd; local
2044 struct cache_detail *cd = sn->rsi_cache; local
2055 struct cache_detail *cd; local
2073 struct cache_detail *cd = sn->rsc_cache; local
[all...]
/linux-master/drivers/s390/cio/
H A Dchsc_sch.c424 struct chsc_chp_cd *cd; local
445 cd = kzalloc(sizeof(*cd), GFP_KERNEL);
446 if (!cd) {
450 if (copy_from_user(cd, user_cd, sizeof(*cd))) {
456 scpcd_area->m = cd->m;
457 scpcd_area->fmt1 = cd->fmt;
458 scpcd_area->cssid = cd->chpid.cssid;
459 scpcd_area->first_chpid = cd
486 struct chsc_cu_cd *cd; local
[all...]
/linux-master/drivers/net/ethernet/renesas/
H A Dsh_eth.c503 if (mdp->cd->csmr)
507 if (mdp->cd->select_mii)
517 if (WARN_ON(!mdp->cd->gecmr))
914 if (WARN_ON(!mdp->cd->gecmr))
1101 static void sh_eth_set_default_cpu_data(struct sh_eth_cpu_data *cd) argument
1103 if (!cd->ecsr_value)
1104 cd->ecsr_value = DEFAULT_ECSR_INIT;
1106 if (!cd->ecsipr_value)
1107 cd->ecsipr_value = DEFAULT_ECSIPR_INIT;
1109 if (!cd
1844 struct sh_eth_cpu_data *cd = mdp->cd; local
2060 struct sh_eth_cpu_data *cd = mdp->cd; local
[all...]
/linux-master/arch/s390/kernel/
H A Dtime.c132 struct clock_event_device *cd; local
135 cd = this_cpu_ptr(&comparators);
136 cd->event_handler(cd);
153 struct clock_event_device *cd; local
160 cd = &per_cpu(comparators, cpu);
161 cd->name = "comparator";
162 cd->features = CLOCK_EVT_FEAT_ONESHOT;
163 cd->mult = 16777;
164 cd
[all...]
/linux-master/arch/x86/crypto/
H A Dtwofish-x86_64-asm_64-3way.S84 #define swap_ab_with_cd(ab, cd, tmp) \
85 movq cd, tmp; \
86 movq ab, cd; \
93 #define g1g2_3(ab, cd, Tx0, Tx1, Tx2, Tx3, Ty0, Ty1, Ty2, Ty3, x, y) \
107 swap_ab_with_cd(ab ## 0, cd ## 0, RT0); \
111 swap_ab_with_cd(ab ## 1, cd ## 1, RT0); \
115 swap_ab_with_cd(ab ## 2, cd ## 2, RT0);
143 #define encrypt_round3(ab, cd, n) \
144 g1g2_3(ab, cd, s0, s1, s2, s3, s0, s1, s2, s3, RX, RY); \
157 #define encrypt_cycle3(ab, cd,
[all...]
H A Dcamellia-x86_64-asm_64.S91 #define roundsm(ab, subkey, cd) \
94 xor2ror16(sp00444404, sp03303033, RT0, RT1, ab ## 0, cd ## 0); \
96 xor2ror16(sp11101110, sp44044404, RT0, RT1, ab ## 0, cd ## 0); \
99 xorq RT2, cd ## 0;
268 #define roundsm2(ab, subkey, cd) \
270 xorq RT2, cd ## 1; \
272 xor2ror16(sp00444404, sp03303033, RT0, RT1, ab ## 0, cd ## 0); \
274 xor2ror16(sp11101110, sp44044404, RT0, RT1, ab ## 0, cd ## 0); \
277 xor2ror16(sp00444404, sp03303033, RT0, RT1, ab ## 1, cd ## 1); \
278 xorq RT2, cd ##
[all...]
/linux-master/arch/s390/include/asm/
H A Ditcw.h24 struct dcw *itcw_add_dcw(struct itcw *itcw, u8 cmd, u8 flags, void *cd,
/linux-master/io_uring/
H A Dtimeout.h26 int io_timeout_cancel(struct io_ring_ctx *ctx, struct io_cancel_data *cd);
H A Dpoll.h43 int io_poll_cancel(struct io_ring_ctx *ctx, struct io_cancel_data *cd,
/linux-master/drivers/irqchip/
H A Dirq-mips-gic.c352 struct gic_all_vpes_chip_data *cd; local
357 cd = irq_data_get_irq_chip_data(d);
358 cd->mask = false;
370 struct gic_all_vpes_chip_data *cd; local
375 cd = irq_data_get_irq_chip_data(d);
376 cd->mask = true;
400 struct gic_all_vpes_chip_data *cd; local
404 cd = &gic_all_vpes_chip_data[intr];
405 write_gic_vl_map(mips_gic_vx_map_reg(intr), cd->map);
406 if (cd
471 struct gic_all_vpes_chip_data *cd; local
[all...]
/linux-master/arch/arm/mach-s3c/
H A Dpl080.c19 static int pl08x_get_xfer_signal(const struct pl08x_channel_data *cd) argument
21 return cd->min_signal;
24 static void pl08x_put_xfer_signal(const struct pl08x_channel_data *cd, int ch) argument
/linux-master/drivers/usb/gadget/function/
H A Df_uvc.c880 struct uvc_camera_terminal_descriptor *cd; local
892 cd = &opts->uvc_camera_terminal;
893 cd->bLength = UVC_DT_CAMERA_TERMINAL_SIZE(3);
894 cd->bDescriptorType = USB_DT_CS_INTERFACE;
895 cd->bDescriptorSubType = UVC_VC_INPUT_TERMINAL;
896 cd->bTerminalID = 1;
897 cd->wTerminalType = cpu_to_le16(0x0201);
898 cd->bAssocTerminal = 0;
899 cd->iTerminal = 0;
900 cd
[all...]
/linux-master/arch/arm/mach-omap2/
H A Dcminst44xx.c382 struct clkdm_dep *cd; local
388 for (cd = clkdm->wkdep_srcs; cd && cd->clkdm_name; cd++) {
389 if (!cd->clkdm)
392 mask |= 1 << cd->clkdm->dep_bit;
393 cd->wkdep_usecount = 0;

Completed in 398 milliseconds

123456789