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

/drivers/net/wireless/prism54/
H A Dislpci_hotplug.c102 int rvalue; local
148 rvalue = pci_request_regions(pdev, DRV_NAME);
149 if (rvalue) {
151 DRV_NAME, rvalue);
156 rvalue = pci_read_config_dword(pdev, PCI_BASE_ADDRESS_0, &mem_addr);
157 if (rvalue || !mem_addr) {
185 rvalue = request_irq(pdev->irq, islpci_interrupt,
188 if (rvalue) {
H A Doid_mgt.c701 int rvalue; local
707 rvalue = mgt_commit_list(priv, commit_part1, VEC_SIZE(commit_part1));
710 rvalue |= mgt_commit_list(priv, commit_part2, VEC_SIZE(commit_part2));
713 rvalue |= mgt_commit_list(priv, &u, 1);
714 rvalue |= mgt_update_addr(priv);
716 if (rvalue) {
721 return rvalue;
736 int rvalue = 0;
742 rvalue = mgt_commit_list(priv, &u, 1);
746 rvalue |
[all...]
H A Disl_ioctl.c264 int rvalue; local
270 rvalue = mgt_get_request(priv, OID_INL_PHYCAPABILITIES, 0, NULL, &r);
285 return rvalue;
293 int rvalue; local
302 rvalue = c ? mgt_set_request(priv, DOT11_OID_CHANNEL, 0, &c) : -EINVAL;
305 return (rvalue ? rvalue : -EINPROGRESS);
314 int rvalue; local
316 rvalue = mgt_get_request(priv, DOT11_OID_CHANNEL, 0, NULL, &r);
318 rvalue |
406 int rvalue; local
424 int i, m, rvalue; local
528 int rvalue; local
550 int rvalue; local
685 int i, rvalue; local
768 int rvalue; local
905 int rvalue; local
942 int rvalue; local
966 int rvalue; local
988 int rvalue = 0; local
1029 int rvalue = 0; local
1060 int rvalue = 0, force = 0; local
1164 int rvalue; local
1210 int rvalue; local
1753 int rvalue; local
1984 int rvalue; local
2005 int rvalue; local
[all...]
/drivers/staging/tidspbridge/dynload/
H A Ddload_internal.h27 typedef s32 rvalue; typedef
284 rvalue relstk[STATIC_EXPR_STK_SIZE];
320 extern rvalue dload_unpack(struct dload_state *dlthis, tgt_au_t * data,
323 extern int dload_repack(struct dload_state *dlthis, rvalue val, tgt_au_t * data,

Completed in 76 milliseconds