Searched defs:valuep (Results 1 - 4 of 4) sorted by relevance

/drivers/rtc/
H A Drtc-pcf8523.c42 static int pcf8523_read(struct i2c_client *client, u8 reg, u8 *valuep) argument
62 *valuep = value;
/drivers/pinctrl/sh-pfc/
H A Dcore.c233 int *valuep)
262 *valuep = n;
231 sh_pfc_get_config_reg(struct sh_pfc *pfc, u16 enum_id, const struct pinmux_cfg_reg **crp, int *fieldp, int *valuep) argument
/drivers/isdn/hardware/avm/
H A Dc4.c177 static int c4_peek(avmcard *card, unsigned long off, unsigned long *valuep) argument
188 *valuep = c4inmeml(card->mbase + MBOX_PEEK_POKE);
/drivers/usb/gadget/function/
H A Df_fs.c1711 u8 *valuep,
1886 u8 *valuep, struct usb_descriptor_header *desc,
1904 if (*valuep >= helper->interfaces_count)
1905 helper->interfaces_count = *valuep + 1;
1913 if (*valuep > helper->ffs->strings_count)
1914 helper->ffs->strings_count = *valuep;
2442 static int __ffs_func_bind_do_descs(enum ffs_entity_type type, u8 *valuep, argument
2464 func->function.ss_descriptors[(long)valuep] = desc;
2467 func->function.hs_descriptors[(long)valuep] = desc;
2470 func->function.fs_descriptors[(long)valuep]
1885 __ffs_data_do_entity(enum ffs_entity_type type, u8 *valuep, struct usb_descriptor_header *desc, void *priv) argument
2531 __ffs_func_bind_do_nums(enum ffs_entity_type type, u8 *valuep, struct usb_descriptor_header *desc, void *priv) argument
[all...]

Completed in 3793 milliseconds