Searched refs:post_init (Results 1 - 10 of 10) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/mfd/wm831x/
H A Dpdata.h109 int (*post_init)(struct wm831x *wm831x); member in struct:wm831x_pdata
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/mfd/wm831x/
H A Dpdata.h109 int (*post_init)(struct wm831x *wm831x); member in struct:wm831x_pdata
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dgdbarch.sh1688 gdbarch_data_post_init_ftype *post_init;
1710 gdbarch_data_post_init_ftype *post_init)
1722 (*curr)->data->post_init = post_init;
1734 gdbarch_data_register_post_init (gdbarch_data_post_init_ftype *post_init)
1736 return gdbarch_data_register (NULL, post_init);
1781 && data->post_init != NULL)
1788 gdbarch->data[data->index] = data->post_init (gdbarch);
H A Dgdbarch.c3013 gdbarch_data_post_init_ftype *post_init; member in struct:gdbarch_data
3035 gdbarch_data_post_init_ftype *post_init)
3047 (*curr)->data->post_init = post_init;
3059 gdbarch_data_register_post_init (gdbarch_data_post_init_ftype *post_init) argument
3061 return gdbarch_data_register (NULL, post_init);
3106 && data->post_init != NULL)
3113 gdbarch->data[data->index] = data->post_init (gdbarch);
3034 gdbarch_data_register(gdbarch_data_pre_init_ftype *pre_init, gdbarch_data_post_init_ftype *post_init) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dgdbarch.sh1688 gdbarch_data_post_init_ftype *post_init;
1710 gdbarch_data_post_init_ftype *post_init)
1722 (*curr)->data->post_init = post_init;
1734 gdbarch_data_register_post_init (gdbarch_data_post_init_ftype *post_init)
1736 return gdbarch_data_register (NULL, post_init);
1781 && data->post_init != NULL)
1788 gdbarch->data[data->index] = data->post_init (gdbarch);
H A Dgdbarch.c3013 gdbarch_data_post_init_ftype *post_init; member in struct:gdbarch_data
3035 gdbarch_data_post_init_ftype *post_init)
3047 (*curr)->data->post_init = post_init;
3059 gdbarch_data_register_post_init (gdbarch_data_post_init_ftype *post_init) argument
3061 return gdbarch_data_register (NULL, post_init);
3106 && data->post_init != NULL)
3113 gdbarch->data[data->index] = data->post_init (gdbarch);
3034 gdbarch_data_register(gdbarch_data_pre_init_ftype *pre_init, gdbarch_data_post_init_ftype *post_init) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dgdbarch.sh1688 gdbarch_data_post_init_ftype *post_init;
1710 gdbarch_data_post_init_ftype *post_init)
1722 (*curr)->data->post_init = post_init;
1734 gdbarch_data_register_post_init (gdbarch_data_post_init_ftype *post_init)
1736 return gdbarch_data_register (NULL, post_init);
1781 && data->post_init != NULL)
1788 gdbarch->data[data->index] = data->post_init (gdbarch);
H A Dgdbarch.c3013 gdbarch_data_post_init_ftype *post_init; member in struct:gdbarch_data
3035 gdbarch_data_post_init_ftype *post_init)
3047 (*curr)->data->post_init = post_init;
3059 gdbarch_data_register_post_init (gdbarch_data_post_init_ftype *post_init) argument
3061 return gdbarch_data_register (NULL, post_init);
3106 && data->post_init != NULL)
3113 gdbarch->data[data->index] = data->post_init (gdbarch);
3034 gdbarch_data_register(gdbarch_data_pre_init_ftype *pre_init, gdbarch_data_post_init_ftype *post_init) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/mfd/
H A Dwm831x-core.c1649 if (pdata && pdata->post_init) {
1650 ret = pdata->post_init(wm831x);
1652 dev_err(wm831x->dev, "post_init() failed: %d\n", ret);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/mfd/
H A Dwm831x-core.c1649 if (pdata && pdata->post_init) {
1650 ret = pdata->post_init(wm831x);
1652 dev_err(wm831x->dev, "post_init() failed: %d\n", ret);

Completed in 204 milliseconds